From 7f62f0757744e58862f15daee5a57213ab589313 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 31 May 2016 01:49:46 -0400 Subject: [PATCH] debian: change e2fsprogs to Suggests, instead of Recommends fuse2fs Recommends is too strong of a dependency to use here. Addresses-Debian-Bug: #825868 Signed-off-by: Theodore Ts'o --- debian/control.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control.in b/debian/control.in index 5af8a6a9..23b9d58c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -258,10 +258,9 @@ ifdef(`UTIL_LINUX_NG', ``Pre-Depends: ${shlibs:Depends}, ${misc:Depends} '')dnl Multi-Arch: foreign -Suggests: gpart, parted, e2fsck-static +Suggests: gpart, parted, fuse2fs, e2fsck-static Conflicts: dump (<< 0.4b4-4), quota (<< 1.55-8.1), initscripts (<< 2.85-4), sysvinit (<< 2.85-4) Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2) -Recommends: fuse2fs Architecture: any Description: ext2/ext3/ext4 file system utilities The ext2, ext3 and ext4 file systems are successors of the original ext