]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Depend on rpcbind unconditionally (Closes: #619877)
authorBen Hutchings <ben@decadent.org.uk>
Fri, 8 Apr 2011 04:16:04 +0000 (05:16 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 8 Apr 2011 04:16:04 +0000 (05:16 +0100)
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.

debian/changelog
debian/control

index f2c16eedc1d3c3c38c17f6a88ea91cd85ad50608..bd15a3fa55a0fd6edb4179ee0d07e224ca6aea37 100644 (file)
@@ -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 <ben@decadent.org.uk>  Fri, 08 Apr 2011 05:12:29 +0100
+
 nfs-utils (1:1.2.3-1) unstable; urgency=low
 
   * New upstream release
 nfs-utils (1:1.2.3-1) unstable; urgency=low
 
   * New upstream release
index dd767a02dbe54c58f79b5e1f64f60d7265573078..f4b5d18d7a197762903b20edf4d562be445b08c2 100644 (file)
@@ -32,7 +32,7 @@ Homepage: http://nfs.sourceforge.net/
 
 Package: nfs-common
 Architecture: any
 
 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
 Recommends: python
 Provides: nfs-client
 Conflicts: nfs-client