summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control45
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5fadb2a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,45 @@
+Source: mdadm
+Section: admin
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ libudev-dev,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: https://raid.wiki.kernel.org
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mdadm
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mdadm
+
+Package: mdadm
+Section: admin
+Architecture: linux-any
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ udev,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ kmod,
+Suggests:
+ default-mta | mail-transport-agent,
+Description: tool for managing Linux MD devices (software RAID)
+ The mdadm tool is used to create, manage, and monitor Linux MD (software
+ RAID) devices.
+ .
+ This package configures mdadm to by default assemble arrays automatically
+ during the system startup process.
+
+Package: mdadm-udeb
+Section: debian-installer
+Architecture: linux-any
+Package-Type: udeb
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: tool for managing Linux MD devices (software RAID)
+ The mdadm tool is used to create, manage, and monitor Linux MD (software
+ RAID) devices.
+ .
+ This is a minimal package used by the debian-installer.