summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control6
2 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index ac3e9503..83622638 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ mdadm (3.3.2-1) UNRELEASED; urgency=low
instead of doing it in the initramfs
* use install -D in d/rules consistently and remove dirs from d/mdadm.dirs
* remove references to old (2.x and 1.x) mdadm versions (Closes: #728804)
+ * remove references to very old (pre-wheeze) breaks/replaces/depends
-- Michael Tokarev <mjt@tls.msk.ru> Sat, 20 Sep 2014 08:49:59 +0400
diff --git a/debian/control b/debian/control
index f031e371..0b80da36 100644
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,8 @@ Homepage: http://neil.brown.name/blog/mdadm
Package: mdadm
Architecture: any
-Depends: ${shlibs:Depends}, udev | makedev, ${misc:Depends}, lsb-base (>= 3.1-6), debconf (>= 1.4.72), initscripts (>= 2.88dsf-13.3)
-Recommends: default-mta | mail-transport-agent, module-init-tools
-Replaces: mdctl
-Breaks: mdctl (<< 0.7.2), raidtools2 (<< 1.00.3-12.1), initramfs-tools (<< 0.65)
+Depends: ${shlibs:Depends}, udev | makedev, ${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.