r698 - lvm2/trunk/debian

Bastian Blank waldi at alioth.debian.org
Mon Aug 17 16:05:43 UTC 2009


Author: waldi
Date: Mon Aug 17 16:05:43 2009
New Revision: 698

Log:
* debian/changelog: Update.
* debian/control
  - Make lvm2 depend on dmsetup.
  - Make dmsetup depend on new util-linux.

Modified:
   lvm2/trunk/debian/changelog
   lvm2/trunk/debian/control

Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	Mon Aug 17 15:58:40 2009	(r697)
+++ lvm2/trunk/debian/changelog	Mon Aug 17 16:05:43 2009	(r698)
@@ -6,6 +6,9 @@
   * Fix LSB header of init script. (closes: #514665)
   * Add new libdevmapper symbols.
   * Forcible remove old lvm init script.
+  * Update udev rules, but not enable udev sync yet.
+    - Make lvm2 depend on dmsetup.
+    - Make dmsetup depend on new util-linux for blkid.
 
  -- Bastian Blank <waldi at debian.org>  Mon, 23 Feb 2009 01:10:29 +0100
 

Modified: lvm2/trunk/debian/control
==============================================================================
--- lvm2/trunk/debian/control	Mon Aug 17 15:58:40 2009	(r697)
+++ lvm2/trunk/debian/control	Mon Aug 17 16:05:43 2009	(r698)
@@ -8,7 +8,7 @@
 
 Package: lvm2
 Architecture: any
-Depends: ${shlibs:Depends}, lsb-base
+Depends: ${shlibs:Depends}, lsb-base, dmsetup (>> 2:1.02.36)
 Conflicts: lvm-common
 Replaces: lvm-common
 Recommends: dmsetup
@@ -92,7 +92,7 @@
 Package: dmsetup
 Section: admin
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, util-linux (>> 2.16)
 Description: The Linux Kernel Device Mapper userspace library
  The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
  Team's implementation of a minimalistic kernel-space driver that handles



More information about the pkg-lvm-commits mailing list