[Glibc-bsd-commits] r3872 - trunk/zfsutils/debian

Robert Millan rmh at alioth.debian.org
Fri Nov 18 17:37:01 UTC 2011


Author: rmh
Date: 2011-11-18 17:36:59 +0000 (Fri, 18 Nov 2011)
New Revision: 3872

Modified:
   trunk/zfsutils/debian/changelog
   trunk/zfsutils/debian/control
Log:
Fix the dependencies of zfsutils-udeb (it should depend on udeb packages only).

Modified: trunk/zfsutils/debian/changelog
===================================================================
--- trunk/zfsutils/debian/changelog	2011-11-17 20:26:27 UTC (rev 3871)
+++ trunk/zfsutils/debian/changelog	2011-11-18 17:36:59 UTC (rev 3872)
@@ -4,8 +4,10 @@
     - Unmount by mountpoint, not by name.
     - Allow "zfs mount -a" to fail (this is quite common, e.g. when / is
       not in legacy mode).
+  * Fix the dependencies of zfsutils-udeb (it should depend on udeb
+    packages only).
 
- -- Robert Millan <rmh at debian.org>  Wed, 16 Nov 2011 19:39:32 +0100
+ -- Robert Millan <rmh at debian.org>  Fri, 18 Nov 2011 18:36:35 +0100
 
 zfsutils (8.3~svn226546-4) unstable; urgency=low
 

Modified: trunk/zfsutils/debian/control
===================================================================
--- trunk/zfsutils/debian/control	2011-11-17 20:26:27 UTC (rev 3871)
+++ trunk/zfsutils/debian/control	2011-11-18 17:36:59 UTC (rev 3872)
@@ -108,8 +108,8 @@
 Section: debian-installer
 Architecture: kfreebsd-any
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libuutil1 (= ${binary:Version}), libnvpair1 (= ${binary:Version}),
- libzfs1 (= ${binary:Version}), libumem1 (= ${binary:Version}), libzpool1 (= ${binary:Version})
+ libuutil1-udeb (= ${binary:Version}), libnvpair1-udeb (= ${binary:Version}),
+ libzfs1-udeb (= ${binary:Version}), libumem1-udeb (= ${binary:Version}), libzpool1-udeb (= ${binary:Version})
 Description: command-line tools to manage ZFS filesystems (debian-installer version)
  The Z file system is a pooled filesystem designed for maximum data integrity,
  supporting data snapshots, multiple copies, and data checksums.




More information about the Glibc-bsd-commits mailing list