1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275
|
Source: lvm2
Section: admin
Priority: optional
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>
Build-Depends:
debhelper-compat (= 13),
autoconf-archive,
automake,
libaio-dev,
libblkid-dev,
pkg-config,
systemd,
Build-Depends-Arch:
libcmap-dev,
libcorosync-common-dev,
libcpg-dev,
libdlm-dev (>> 2),
libdlmcontrol-dev,
libedit-dev,
libquorum-dev,
libsanlock-dev,
libselinux1-dev,
libsystemd-dev,
libudev-dev,
Build-Depends-Indep:
dh-sequence-python3,
python3-dev,
python3-dbus,
python3-pyudev,
Standards-Version: 4.1.1
Rules-Requires-Root: no
Homepage: https://sourceware.org/lvm2/
Vcs-Git: https://salsa.debian.org/lvm-team/lvm2.git
Vcs-Browser: https://salsa.debian.org/lvm-team/lvm2
Package: lvm2
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
lsb-base,
dmsetup (>= ${devmapper:Version}~),
dmeventd (>= ${devmapper:Version}~),
Recommends:
thin-provisioning-tools
Multi-Arch: foreign
Description: Linux Logical Volume Manager
This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM
supports enterprise level volume management of disk and disk subsystems
by grouping arbitrary disks into volume groups. The total capacity of
volume groups can be allocated to logical volumes, which are accessed as
regular block devices.
Package: lvm2-udeb
Package-Type: udeb
Section: debian-installer
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Linux Logical Volume Manager
This is a udeb, or a microdeb, for the debian-installer.
.
This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM
supports enterprise level volume management of disk and disk subsystems
by grouping arbitrary disks into volume groups. The total capacity of
volume groups can be allocated to logical volumes, which are accessed as
regular block devices.
Package: lvm2-dbusd
Architecture: all
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${python3:Depends},
${misc:Depends},
lvm2 (>= ${source:Version}~),
dbus,
python3-dbus,
python3-gi,
python3-pyudev,
Multi-Arch: foreign
Description: LVM2 D-Bus daemon
This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM
supports enterprise level volume management of disk and disk subsystems
by grouping arbitrary disks into volume groups. The total capacity of
volume groups can be allocated to logical volumes, which are accessed as
regular block devices.
.
This package includes the D-Bus daemon.
Package: lvm2-lockd
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
lvm2 (>= ${source:Version}~),
Multi-Arch: foreign
Description: LVM locking daemon
This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM
supports enterprise level volume management of disk and disk subsystems
by grouping arbitrary disks into volume groups. The total capacity of
volume groups can be allocated to logical volumes, which are accessed as
regular block devices.
.
LVM commands use lvmlockd to coordinate access to shared storage.
Package: libdevmapper-dev
Section: libdevel
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
libdevmapper1.02.1 (= ${binary:Version}),
libdevmapper-event1.02.1 (= ${binary:Version}),
libudev-dev,
libselinux1-dev,
Multi-Arch: same
Description: 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
volume management, while keeping knowledge of the underlying device layout
in user-space. This makes it useful for not only LVM, but software raid,
and other drivers that create "virtual" block devices.
.
This package contains the (user-space) header files for accessing the
device-mapper; it allow usage of the device-mapper through a clean,
consistent interface (as opposed to through kernel ioctls).
Package: libdevmapper1.02.1
Section: libs
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends}
Depends:
${shlibs:Depends},
${misc:Depends},
dmsetup (>= ${devmapper:Version}~),
Multi-Arch: same
Description: 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
volume management, while keeping knowledge of the underlying device layout
in user-space. This makes it useful for not only LVM, but software raid,
and other drivers that create "virtual" block devices.
.
This package contains the (user-space) shared library for accessing the
device-mapper; it allows usage of the device-mapper through a clean,
consistent interface (as opposed to through kernel ioctls).
Package: libdevmapper1.02.1-udeb
Package-Type: udeb
Section: debian-installer
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Linux Kernel Device Mapper userspace library
This is a udeb, or a microdeb, for the debian-installer.
.
The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
Team's implementation of a minimalistic kernel-space driver that handles
volume management, while keeping knowledge of the underlying device layout
in user-space. This makes it useful for not only LVM, but software raid,
and other drivers that create "virtual" block devices.
Package: dmsetup
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
Multi-Arch: foreign
Description: 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
volume management, while keeping knowledge of the underlying device layout
in user-space. This makes it useful for not only LVM, but software raid,
and other drivers that create "virtual" block devices.
.
This package contains a utility for modifying device mappings.
Package: dmsetup-udeb
Package-Type: udeb
Section: debian-installer
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
Description: 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
volume management, while keeping knowledge of the underlying device layout
in user-space. This makes it useful for not only LVM, but software raid,
and other drivers that create "virtual" block devices.
.
This package contains a utility for modifying device mappings.
Package: libdevmapper-event1.02.1
Section: libs
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends}
Depends:
${shlibs:Depends},
${misc:Depends},
Multi-Arch: same
Description: Linux Kernel Device Mapper event support library
The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
Team's implementation of a minimalistic kernel-space driver that handles
volume management, while keeping knowledge of the underlying device layout
in user-space. This makes it useful for not only LVM, but software raid,
and other drivers that create "virtual" block devices.
.
This package contains the userspace library to help with event monitoring
for devmapper devices, in conjunction with the dmevent daemon.
Package: dmeventd
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
# No Multi-Arch: foreign, plugins depend on the current architecture
Description: Linux Kernel Device Mapper event daemon
The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
Team's implementation of a minimalistic kernel-space driver that handles
volume management, while keeping knowledge of the underlying device layout
in user-space. This makes it useful for not only LVM, but software raid,
and other drivers that create "virtual" block devices.
.
This package contains a daemon to monitor events of devmapper devices.
Package: liblvm2cmd2.03
Section: libs
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends}
Depends:
${shlibs:Depends},
${misc:Depends},
dmeventd,
Multi-Arch: same
Description: LVM2 command library
This package contains the lvm2cmd shared library.
Package: liblvm2-dev
Section: libdevel
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
liblvm2cmd2.03 (= ${binary:Version}),
libdevmapper-dev,
Multi-Arch: same
Description: LVM2 libraries - development files
This package contains files needed to develop applications that use the
lvm2app library.
|