]> git.proxmox.com Git - lvm.git/blob - patchdir/remove-udebs.patch
buildsys: update make upload target for stretch
[lvm.git] / patchdir / remove-udebs.patch
1 Index: new/debian/control
2 ===================================================================
3 --- new.orig/debian/control 2013-03-29 06:54:51.000000000 +0100
4 +++ new/debian/control 2013-03-29 06:58:07.000000000 +0100
5 @@ -21,20 +21,6 @@
6 volume groups can be allocated to logical volumes, which are accessed as
7 regular block devices.
8
9 -Package: lvm2-udeb
10 -XC-Package-Type: udeb
11 -Section: debian-installer
12 -Architecture: any
13 -Depends: ${shlibs:Depends}, ${misc:Depends}
14 -Description: Linux Logical Volume Manager
15 - This is a udeb, or a microdeb, for the debian-installer.
16 - .
17 - This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM
18 - supports enterprise level volume management of disk and disk subsystems
19 - by grouping arbitrary disks into volume groups. The total capacity of
20 - volume groups can be allocated to logical volumes, which are accessed as
21 - regular block devices.
22 -
23 Package: clvm
24 Priority: extra
25 Architecture: any
26 @@ -81,20 +67,6 @@
27 device-mapper; it allows usage of the device-mapper through a clean,
28 consistent interface (as opposed to through kernel ioctls).
29
30 -Package: libdevmapper1.02.1-udeb
31 -XC-Package-Type: udeb
32 -Section: debian-installer
33 -Architecture: any
34 -Depends: ${shlibs:Depends}, ${misc:Depends}
35 -Description: Linux Kernel Device Mapper userspace library
36 - This is a udeb, or a microdeb, for the debian-installer.
37 - .
38 - The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
39 - Team's implementation of a minimalistic kernel-space driver that handles
40 - volume management, while keeping knowledge of the underlying device layout
41 - in user-space. This makes it useful for not only LVM, but EVMS, software
42 - raid, and other drivers that create "virtual" block devices.
43 -
44 Package: dmsetup
45 Architecture: any
46 Depends: ${shlibs:Depends}, ${misc:Depends}, util-linux (>> 2.16)
47 @@ -103,20 +75,6 @@
48 Description: Linux Kernel Device Mapper userspace library
49 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
50 Team's implementation of a minimalistic kernel-space driver that handles
51 - volume management, while keeping knowledge of the underlying device layout
52 - in user-space. This makes it useful for not only LVM, but EVMS, software
53 - raid, and other drivers that create "virtual" block devices.
54 - .
55 - This package contains a utility for modifying device mappings.
56 -
57 -Package: dmsetup-udeb
58 -XC-Package-Type: udeb
59 -Section: debian-installer
60 -Architecture: any
61 -Depends: ${shlibs:Depends}, ${misc:Depends}
62 -Description: Linux Kernel Device Mapper userspace library
63 - The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
64 - Team's implementation of a minimalistic kernel-space driver that handles
65 volume management, while keeping knowledge of the underlying device layout
66 in user-space. This makes it useful for not only LVM, but EVMS, software
67 raid, and other drivers that create "virtual" block devices.
68 Index: new/debian/rules
69 ===================================================================
70 --- new.orig/debian/rules 2013-03-29 06:57:58.000000000 +0100
71 +++ new/debian/rules 2013-03-29 06:58:07.000000000 +0100
72 @@ -66,7 +66,7 @@
73 cd $(DIR); autoreconf
74 touch $@
75
76 -setup: $(STAMPS_DIR)/setup_deb $(STAMPS_DIR)/setup_udeb
77 +setup: $(STAMPS_DIR)/setup_deb
78
79 $(STAMPS_DIR)/setup_deb: SOURCE_DIR = $(BUILD_DIR)/source
80 $(STAMPS_DIR)/setup_deb: DIR = $(BUILD_DIR)/build_deb
81 @@ -109,7 +109,7 @@
82 touch $@
83
84 build: build-arch build-indep
85 -build-arch: $(STAMPS_DIR)/build_deb $(STAMPS_DIR)/build_udeb
86 +build-arch: $(STAMPS_DIR)/build_deb
87 build-indep:
88
89 build_deb: $(STAMPS_DIR)/build_deb
90 @@ -246,7 +246,7 @@
91 +$(MAKE_SELF) install-base
92
93 binary-indep:
94 -binary-arch: $(addprefix install_,libdevmapper libdevmapper-udeb libdevmapper-event libdevmapper-dev dmsetup dmsetup-udeb dmeventd liblvm2 lvm2 lvm2-udeb clvm)
95 +binary-arch: $(addprefix install_,libdevmapper libdevmapper-event libdevmapper-dev dmsetup dmeventd liblvm2 lvm2 clvm)
96
97 binary: binary-indep binary-arch
98