From: LaMont Jones Date: Wed, 8 Aug 2007 19:18:23 +0000 (-0600) Subject: mount: suggest rather than recommend nfs-common X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b9f01e797a5c75f7a24eaf084347acc216547e7;p=util-linux mount: suggest rather than recommend nfs-common --- diff --git a/debian/changelog b/debian/changelog index a41a4eb2..d3ee318a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +util-linux (2.13~rc3-2) unstable; urgency=low + + * mount should Suggest nfs-common, not Recommend it. + + -- LaMont Jones Wed, 8 Aug 2007 13:17:42 -0600 + util-linux (2.13~rc3-1) unstable; urgency=low * New upstream version diff --git a/debian/control b/debian/control index 8b0849af..52e244cd 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m32r m68k mips mipsel p Essential: yes Section: admin Pre-Depends: ${mount:Depends} -Recommends: nfs-common (>=1:1.1.0-7) +Suggests: nfs-common (>=1:1.1.0-7) Description: Tools for mounting and manipulating filesystems This package provides the mount(8), umount(8), swapon(8), swapoff(8), and losetup(8) commands.