martin f. krafft: Depend on default-mta instead of postfix
Martin F. Krafft
madduck at alioth.debian.org
Tue May 5 06:47:14 UTC 2009
Module: mdadm
Branch: master
Commit: 93eecf12c706c1c01f1d0a8c45c20639ca8afe3f
URL: http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=93eecf12c706c1c01f1d0a8c45c20639ca8afe3f
Author: martin f. krafft <madduck at debian.org>
Date: Tue May 5 08:41:06 2009 +0200
Depend on default-mta instead of postfix
see Debian bugs #522300 and #508644.
Signed-off-by: martin f. krafft <madduck at debian.org>
---
debian/changelog | 2 ++
debian/control | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2918ba5..09d6da6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ mdadm (2.6.9-3) unstable; urgency=low
* Fix the multipath prereq patch (#516605) and make it exit after printing
the prerequisites (closes: #526793).
+ * Change my previous recommendation for postfix over to the new virtual
+ package default-mta (see #522300 and #508644).
-- martin f. krafft <madduck at debian.org> Sun, 03 May 2009 17:29:47 +0200
diff --git a/debian/control b/debian/control
index 6eccc18..501b7cb 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ 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)
-Recommends: postfix | mail-transport-agent, module-init-tools
+Recommends: default-mta | mail-transport-agent, module-init-tools
Replaces: mdctl
Conflicts: mdctl (<< 0.7.2), raidtools2 (<< 1.00.3-12.1), initramfs-tools (<< 0.65)
Description: tool to administer Linux MD arrays (software RAID)
More information about the pkg-mdadm-commits
mailing list