]> git.proxmox.com Git - lvm.git/blame - patchdir/jessie-remove-udebs.patch
buildsys: update make upload target for stretch
[lvm.git] / patchdir / jessie-remove-udebs.patch
CommitLineData
8a162f4c
DM
1Index: new/debian/control
2===================================================================
3--- new.orig/debian/control
4+++ new/debian/control
5@@ -3,7 +3,7 @@ Section: admin
6 Priority: optional
7 Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
8 Uploaders: Bastian Blank <waldi@debian.org>
9-Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 8.1.3~), dh-systemd, automake, libcman-dev (>> 2), libcorosync-dev, libdlm-dev (>> 2), libreadline-gplv2-dev, libselinux1-dev, libudev-dev, openais-dev, pkg-config
10+Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 8.1.3~), dh-systemd, automake, libcorosync-pve-dev, libdlm-dev (>> 2), libreadline-gplv2-dev, libselinux1-dev, libudev-dev, pkg-config
11 Standards-Version: 3.9.5
12 Homepage: http://sources.redhat.com/lvm2/
13 Vcs-Svn: svn://svn.debian.org/pkg-lvm/lvm2/trunk/
14@@ -22,25 +22,11 @@ Description: Linux Logical Volume Manage
15 volume groups can be allocated to logical volumes, which are accessed as
16 regular block devices.
17
18-Package: lvm2-udeb
19-Package-Type: udeb
20-Section: debian-installer
21-Architecture: any
22-Depends: ${shlibs:Depends}, ${misc:Depends}
23-Description: Linux Logical Volume Manager
24- This is a udeb, or a microdeb, for the debian-installer.
25- .
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- by grouping arbitrary disks into volume groups. The total capacity of
29- volume groups can be allocated to logical volumes, which are accessed as
30- regular block devices.
31-
32 Package: clvm
33 Priority: extra
34 Architecture: any
35 Depends: ${shlibs:Depends}, ${misc:Depends}, lvm2 (= ${binary:Version}), lsb-base
36-Recommends: corosync | openais | cman
37+Recommends: corosync-pve
38 Multi-Arch: foreign
39 Description: Cluster LVM Daemon for lvm2
40 This package provides the clustering interface for lvm2, when used with
41@@ -83,20 +69,6 @@ Description: Linux Kernel Device Mapper
42 device-mapper; it allows usage of the device-mapper through a clean,
43 consistent interface (as opposed to through kernel ioctls).
44
45-Package: libdevmapper1.02.1-udeb
46-Package-Type: udeb
47-Section: debian-installer
48-Architecture: any
49-Depends: ${shlibs:Depends}, ${misc:Depends}
50-Description: Linux Kernel Device Mapper userspace library
51- This is a udeb, or a microdeb, for the debian-installer.
52- .
53- The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
54- Team's implementation of a minimalistic kernel-space driver that handles
55- volume management, while keeping knowledge of the underlying device layout
56- in user-space. This makes it useful for not only LVM, but EVMS, software
57- raid, and other drivers that create "virtual" block devices.
58-
59 Package: dmsetup
60 Architecture: any
61 Depends: ${shlibs:Depends}, ${misc:Depends}, util-linux (>> 2.16)
62@@ -105,20 +77,6 @@ Multi-Arch: foreign
63 Description: Linux Kernel Device Mapper userspace library
64 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
65 Team's implementation of a minimalistic kernel-space driver that handles
66- volume management, while keeping knowledge of the underlying device layout
67- in user-space. This makes it useful for not only LVM, but EVMS, software
68- raid, and other drivers that create "virtual" block devices.
69- .
70- This package contains a utility for modifying device mappings.
71-
72-Package: dmsetup-udeb
73-Package-Type: udeb
74-Section: debian-installer
75-Architecture: any
76-Depends: ${shlibs:Depends}, ${misc:Depends}
77-Description: Linux Kernel Device Mapper userspace library
78- The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
79- Team's implementation of a minimalistic kernel-space driver that handles
80 volume management, while keeping knowledge of the underlying device layout
81 in user-space. This makes it useful for not only LVM, but EVMS, software
82 raid, and other drivers that create "virtual" block devices.
83Index: new/debian/rules
84===================================================================
85--- new.orig/debian/rules
86+++ new/debian/rules
87@@ -258,7 +258,7 @@ install_lvm2-udeb: $(STAMPS_DIR)/install
88 +$(MAKE_SELF) install-base
89
90 binary-indep:
91-binary-arch: $(addprefix install_,libdevmapper libdevmapper-udeb libdevmapper-event libdevmapper-dev dmsetup dmsetup-udeb dmeventd liblvm2 lvm2 lvm2-udeb clvm)
92+binary-arch: $(addprefix install_,libdevmapper libdevmapper-event libdevmapper-dev dmsetup dmeventd liblvm2 lvm2 clvm)
93
94 binary: binary-indep binary-arch
95