1
0
Fork 0

Adding debian version 4.2-5.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-14 05:52:43 +01:00
parent 4fd4995b67
commit 866376462c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
77 changed files with 9174 additions and 0 deletions

50
debian/control vendored Normal file
View file

@ -0,0 +1,50 @@
Source: mdadm
Section: admin
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
debhelper-compat (= 13),
libudev-dev,
groff-base,
po-debconf
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/mdadm.git -b debian/master
Vcs-Browser: https://salsa.debian.org/debian/mdadm
Homepage: https://raid.wiki.kernel.org/index.php/Linux_Raid
Package: mdadm
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
debconf,
lsb-base,
udev
Recommends:
${mta:Recommends},
kmod | module-init-tools
Suggests:
${mta:Suggests},
dracut-core
Description: Tool to administer Linux MD arrays (software RAID)
The mdadm utility can be used to create, manage, and monitor MD
(multi-disk) arrays for software RAID or multipath I/O.
.
This package automatically configures mdadm to assemble arrays during the
system startup process. If not needed, this functionality can be disabled.
Package: mdadm-udeb
Section: debian-installer
Package-Type: udeb
Architecture: linux-any
Depends:
${shlibs:Depends},
${misc:Depends}
Description: Tool to administer Linux MD arrays (software RAID)
The mdadm utility can be used to create, manage, and monitor MD
(multi-disk) arrays for software RAID or multipath I/O.
.
This is a minimal package used by the debian-installer.