From 2c958b35ba11c61dd2b7416d2f6067655512d2b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:55:45 +0200 Subject: Adding debian version 4.3-1. Signed-off-by: Daniel Baumann --- debian/control | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3