[Glibc-bsd-commits] r4276 - trunk/freebsd-utils/debian
Robert Millan
rmh at alioth.debian.org
Fri May 25 16:54:38 UTC 2012
Author: rmh
Date: 2012-05-25 16:54:38 +0000 (Fri, 25 May 2012)
New Revision: 4276
Modified:
trunk/freebsd-utils/debian/changelog
trunk/freebsd-utils/debian/control
Log:
Add missing Depends on kldutils for devd and geom. (Closes: #674582)
Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog 2012-05-25 16:51:24 UTC (rev 4275)
+++ trunk/freebsd-utils/debian/changelog 2012-05-25 16:54:38 UTC (rev 4276)
@@ -1,6 +1,7 @@
freebsd-utils (9.0+ds1-5) UNRELEASED; urgency=low
* Fix FTBFS with latest kfreebsd-kernel-headers.
+ * Add missing Depends on kldutils for devd and geom. (Closes: #674582)
-- Robert Millan <rmh at debian.org> Fri, 25 May 2012 18:51:10 +0200
Modified: trunk/freebsd-utils/debian/control
===================================================================
--- trunk/freebsd-utils/debian/control 2012-05-25 16:51:24 UTC (rev 4275)
+++ trunk/freebsd-utils/debian/control 2012-05-25 16:54:38 UTC (rev 4276)
@@ -187,7 +187,9 @@
Section: admin
Priority: standard
Architecture: kfreebsd-any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+# for geom.geli.init
+ kldutils,
Description: modular disk I/O request transformation framework
The GEOM framework provides an infrastructure in which ``classes'' can
perform transformations on disk I/O requests on their path from the upper
@@ -227,7 +229,9 @@
Package: devd
Section: admin
Architecture: kfreebsd-any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+# for devd.init
+ kldutils,
Replaces: freebsd-utils (<< 8.2+ds2-9)
Description: device state change monitoring daemon
The devd daemon runs actions specified in a configuration file when certain
More information about the Glibc-bsd-commits
mailing list