Control: tag -1 patch Martin Pitt [2016-06-08 11:49 +0200]: > I'm not entirely sure what provides mdadm-raid
Err sorry, it's of course mdadm itself. I looked in the Ubuntu package (which doesn't have this at all as it uses udev rules). > So it looks like the initscripts dependency can just be dropped > without any problem. Corresponding (trivial) patch against git master attached. I guess the most laborious/useful part is the commit message. :-) Thanks, Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
From 0a43ed20019eb1c4a3eb6de3d8288af474fcf67d Mon Sep 17 00:00:00 2001 From: Martin Pitt <[email protected]> Date: Wed, 22 Jun 2016 16:19:05 +0200 Subject: [PATCH] Drop obsolete initscripts dependency It got introduced in commit d98f009ef886 for the /run transition as a versioned dependency, and the versioning got dropped in commit dda76c9f8. This was only relevant for pre-wheezy upgrades, thus is not needed any more. Closes: #804973 --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0a6a95a..0d38de9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mdadm (3.3.2-6) UNRELEASED; urgency=medium + + * Drop obsolete initscripts dependency. (Closes: #804973) + + -- Martin Pitt <[email protected]> Wed, 22 Jun 2016 16:17:43 +0200 + mdadm (3.3.2-5) unstable; urgency=medium * use-tempnode-not-devnode.patch: change udev rules file to use diff --git a/debian/control b/debian/control index 4a05361..8f97faf 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Homepage: http://neil.brown.name/blog/mdadm Package: mdadm Architecture: any -Depends: ${shlibs:Depends}, udev, ${misc:Depends}, lsb-base, debconf, initscripts +Depends: ${shlibs:Depends}, udev, ${misc:Depends}, lsb-base, debconf 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 -- 2.8.1
signature.asc
Description: PGP signature

