[Glibc-bsd-commits] r4396 - trunk/freebsd-quota/debian
Guillem Jover
guillem at alioth.debian.org
Wed May 1 14:47:57 UTC 2013
Author: guillem
Date: 2013-05-01 14:47:57 +0000 (Wed, 01 May 2013)
New Revision: 4396
Modified:
trunk/freebsd-quota/debian/changelog
trunk/freebsd-quota/debian/control
Log:
Replace portmap Suggests with rpcbind
Modified: trunk/freebsd-quota/debian/changelog
===================================================================
--- trunk/freebsd-quota/debian/changelog 2013-05-01 14:43:03 UTC (rev 4395)
+++ trunk/freebsd-quota/debian/changelog 2013-05-01 14:47:57 UTC (rev 4396)
@@ -1,6 +1,7 @@
freebsd-quota (8.2-2) UNRELEASED; urgency=low
* Add missing freebsd-buildutils to Build-Depends.
+ * Replace portmap Suggests with rpcbind.
-- Guillem Jover <guillem at debian.org> Wed, 01 May 2013 16:42:02 +0200
Modified: trunk/freebsd-quota/debian/control
===================================================================
--- trunk/freebsd-quota/debian/control 2013-05-01 14:43:03 UTC (rev 4395)
+++ trunk/freebsd-quota/debian/control 2013-05-01 14:47:57 UTC (rev 4396)
@@ -11,7 +11,7 @@
Package: freebsd-quota
Architecture: kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-14)
-Suggests: portmap
+Suggests: rpcbind
Description: management of file system quota for UFS
The tools needed to handle file system contingents
on GNU/kFreeBSD systems are contained here.
More information about the Glibc-bsd-commits
mailing list