r762 - lvm2/trunk/debian

Bastian Blank waldi at alioth.debian.org
Fri Nov 6 17:15:29 UTC 2009


Author: waldi
Date: Fri Nov  6 17:15:26 2009
New Revision: 762

Log:
debian/control: Add misc:Depends variables.

Modified:
   lvm2/trunk/debian/control

Modified: lvm2/trunk/debian/control
==============================================================================
--- lvm2/trunk/debian/control	Fri Nov  6 17:00:47 2009	(r761)
+++ lvm2/trunk/debian/control	Fri Nov  6 17:15:26 2009	(r762)
@@ -11,7 +11,7 @@
 
 Package: lvm2
 Architecture: any
-Depends: ${shlibs:Depends}, lsb-base, dmsetup (>> 2:1.02.36)
+Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, dmsetup (>> 2:1.02.36)
 Conflicts: lvm-common
 Replaces: lvm-common
 Description: The Linux Logical Volume Manager
@@ -25,7 +25,7 @@
 XC-Package-Type: udeb
 Section: debian-installer
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: The Linux Logical Volume Manager
  This is a udeb, or a microdeb, for the debian-installer.
  .
@@ -39,7 +39,7 @@
 Section: admin
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, lvm2 (= ${binary:Version}), lsb-base, cman
+Depends: ${shlibs:Depends}, ${misc:Depends}, lvm2 (= ${binary:Version}), lsb-base, cman
 Description: Cluster LVM Daemon for lvm2
  This package provides the clustering interface for lvm2, when used with 
  Red Hat's "cman" cluster infrastructure. It allows logical volumes to
@@ -48,7 +48,7 @@
 Package: libdevmapper-dev
 Section: libdevel
 Architecture: any
-Depends: libdevmapper1.02.1 (= ${binary:Version}), libselinux1-dev
+Depends: ${misc:Depends}, libdevmapper1.02.1 (= ${binary:Version}), libselinux1-dev
 Description: The Linux Kernel Device Mapper header files
  The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
  Team's implementation of a minimalistic kernel-space driver that handles
@@ -64,7 +64,7 @@
 Section: libs
 Priority: required
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Provides: libdevmapper
 Description: The Linux Kernel Device Mapper userspace library
  The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
@@ -81,7 +81,7 @@
 XC-Package-Type: udeb
 Section: debian-installer
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: The Linux Kernel Device Mapper userspace library
  This is a udeb, or a microdeb, for the debian-installer.
  .
@@ -94,7 +94,7 @@
 Package: dmsetup
 Section: admin
 Architecture: any
-Depends: ${shlibs:Depends}, util-linux (>> 2.16), udev
+Depends: ${shlibs:Depends}, ${misc:Depends}, util-linux (>> 2.16), udev
 Conflicts: devicekit-disks (<< 009)
 Description: The Linux Kernel Device Mapper userspace library
  The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
@@ -109,7 +109,7 @@
 XC-Package-Type: udeb
 Section: debian-installer
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 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