From 489bea7ee8e1dbecfa517b8415568044ab57c73a Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Sat, 20 Dec 2014 08:48:44 +0000 Subject: mdadm (3.3.2-5) unstable; urgency=medium * use-tempnode-not-devnode.patch: change udev rules file to use $tempnode which works both on wheezy and jessie udev, instead of $devnode which only works in jessie. At this stage it is better to make rules file compatible with old version instead of adding versioned dependency. Should be removed for jessie+1. (Closes: #770883) * fix Closes: list in previous entry (Closes: #771852) # imported from the archive --- debian/control | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..4a053617 --- /dev/null +++ b/debian/control @@ -0,0 +1,32 @@ +Source: mdadm +Section: admin +Priority: optional +Maintainer: Debian mdadm maintainers +Uploaders: Michael Tokarev +Build-Depends: debhelper (>= 6.0.7~), po-debconf, groff-base +Standards-Version: 3.9.5 +Vcs-Git: git://anonscm.debian.org/pkg-mdadm/mdadm.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-mdadm/mdadm.git +Homepage: http://neil.brown.name/blog/mdadm + +Package: mdadm +Architecture: any +Depends: ${shlibs:Depends}, udev, ${misc:Depends}, lsb-base, debconf, initscripts +Recommends: default-mta | mail-transport-agent, kmod | module-init-tools +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 +XC-Package-Type: udeb +Architecture: any +Depends: ${shlibs: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. -- cgit v1.2.3