]> git.proxmox.com Git - lvm.git/blame - patchdir/fix-build-dependencies.patch
update to 2.02.88
[lvm.git] / patchdir / fix-build-dependencies.patch
CommitLineData
6aa3d573 1Index: new/debian/control
fe305e81 2===================================================================
24a510c5
DM
3--- new.orig/debian/control 2011-12-09 06:57:00.000000000 +0100
4+++ new/debian/control 2011-12-09 07:04:40.000000000 +0100
6aa3d573
DM
5@@ -1,9 +1,8 @@
6 Source: lvm2
7 Section: admin
fe305e81 8 Priority: optional
6aa3d573
DM
9-Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
10-Uploaders: Bastian Blank <waldi@debian.org>
24a510c5 11-Build-Depends: debhelper (>> 7), automake, libcman-dev (>> 2), libcorosync-dev, libdlm-dev (>> 2), libreadline-gplv2-dev, libselinux1-dev, libudev-dev, openais-dev, pkg-config
6aa3d573 12+Maintainer: Proxmox Support Team <support@proxmox.com>
24a510c5 13+Build-Depends: debhelper (>> 7), automake, libcorosync-pve-dev, redhat-cluster-pve-dev, libreadline6-dev, libselinux1-dev, libudev-dev, libopenais-pve-dev, pkg-config, quilt
fe305e81
DM
14 Standards-Version: 3.9.1
15 Homepage: http://sources.redhat.com/lvm2/
16 Vcs-Svn: svn://svn.debian.org/pkg-lvm/lvm2/trunk/
24a510c5
DM
17@@ -11,8 +10,8 @@
18
19 Package: lvm2
20 Architecture: any
21-Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, dmsetup (>> 2:1.02.47), initscripts (>= 2.88dsf-13.3)
22-Breaks: initramfs-tools (<< 0.99)
23+Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, dmsetup (>> 2:1.02.47), initscripts (>= 2.88dsf-13.1)
24+#Breaks: initramfs-tools (<< 0.99)
25 Description: Linux Logical Volume Manager
26 This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM
27 supports enterprise level volume management of disk and disk subsystems
28@@ -37,7 +36,7 @@
fe305e81
DM
29 Package: clvm
30 Priority: extra
31 Architecture: any
24a510c5 32-Depends: ${shlibs:Depends}, ${misc:Depends}, lvm2 (= ${binary:Version}), lsb-base, corosync | cman
fe305e81
DM
33+Depends: ${shlibs:Depends}, ${misc:Depends}, lvm2 (= ${binary:Version}), lsb-base, redhat-cluster-pve
34 Description: Cluster LVM Daemon for lvm2
24a510c5
DM
35 This package provides the clustering interface for lvm2, when used with
36 Red Hat's "cman" or corosync based (eg Pacemaker) cluster infrastructure.