]> git.proxmox.com Git - lvm.git/blob - patchdir/remove-udebs.patch
enable issue_discard in default lvm.conf
[lvm.git] / patchdir / remove-udebs.patch
1 Index: lvm2-2.02.88/debian/control
2 ===================================================================
3 --- lvm2-2.02.88.orig/debian/control 2011-12-09 06:16:23.000000000 +0100
4 +++ lvm2-2.02.88/debian/control 2011-12-09 06:23:56.000000000 +0100
5 @@ -19,20 +19,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 @@ -77,20 +63,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 @@ -98,20 +70,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: lvm2-2.02.88/debian/rules
69 ===================================================================
70 --- lvm2-2.02.88.orig/debian/rules 2011-12-09 06:22:58.000000000 +0100
71 +++ lvm2-2.02.88/debian/rules 2011-12-09 06:25:31.000000000 +0100
72 @@ -59,7 +59,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 @@ -101,7 +101,7 @@
82 --disable-selinux
83 touch $@
84
85 -build: $(STAMPS_DIR)/build_deb $(STAMPS_DIR)/build_udeb
86 +build: $(STAMPS_DIR)/build_deb
87
88 build_deb: $(STAMPS_DIR)/build_deb
89 build_udeb: $(STAMPS_DIR)/build_udeb
90 @@ -223,7 +223,7 @@
91 +$(MAKE_SELF) install-base
92
93 binary-indep:
94 -binary-arch: $(addprefix install_,libdevmapper libdevmapper-udeb libdevmapper-dev dmsetup dmsetup-udeb liblvm2 lvm2 lvm2-udeb clvm)
95 +binary-arch: $(addprefix install_,libdevmapper libdevmapper-dev dmsetup liblvm2 lvm2 clvm)
96
97 binary: binary-indep binary-arch
98