From: Ben Hutchings Date: Fri, 8 Apr 2011 04:16:04 +0000 (+0100) Subject: Depend on rpcbind unconditionally (Closes: #619877) X-Git-Tag: debian/1%1.2.3-2~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=cfce9381be98ec3abbce7a2c45e4e53276c315e2 Depend on rpcbind unconditionally (Closes: #619877) libtirpc does not support the old portmapper protocol. (It does implement the old portmap client library functions, but still uses rpcbind protocol.) There's no easy way to add fallback support, and it doesn't look like we can switch between libtirpc and the portmapper client at run-time. So require use of rpcbind. --- diff --git a/debian/changelog b/debian/changelog index f2c16ee..bd15a3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nfs-utils (1:1.2.3-2) UNRELEASED; urgency=low + + * Depend on rpcbind unconditionally, as libtirpc does not support the + old portmapper protocol (Closes: #619877) + + -- Ben Hutchings Fri, 08 Apr 2011 05:12:29 +0100 + nfs-utils (1:1.2.3-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index dd767a0..f4b5d18 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,7 @@ Homepage: http://nfs.sourceforge.net/ Package: nfs-common Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, rpcbind | portmap, adduser, ucf, lsb-base (>= 1.3-9ubuntu3), netbase (>= 4.24), initscripts (>= 2.86.ds1-38.1) +Depends: ${shlibs:Depends}, ${misc:Depends}, rpcbind, adduser, ucf, lsb-base (>= 1.3-9ubuntu3), netbase (>= 4.24), initscripts (>= 2.86.ds1-38.1) Recommends: python Provides: nfs-client Conflicts: nfs-client