diff options
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 7 |
2 files changed, 1 insertions, 9 deletions
diff --git a/debian/control b/debian/control index 5a6d4f3..d972a2b 100644 --- a/debian/control +++ b/debian/control @@ -22,9 +22,8 @@ Depends: ${shlibs:Depends}, Recommends: kmod, - ${mta:Recommends}, Suggests: - ${mta: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. diff --git a/debian/rules b/debian/rules index 2e46656..0a14e36 100755 --- a/debian/rules +++ b/debian/rules @@ -43,10 +43,3 @@ override_dh_installsystemd: override_dh_installinit: dh_installinit --init-script=mdadm-waitidle --no-start -- stop 98 0 6 . dh_installinit -- defaults 25 - -override_dh_gencontrol: -ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes) - dh_gencontrol -- -Vmta:Suggests="default-mta | mail-transport-agent" -else - dh_gencontrol -- -Vmta:Recommends="default-mta | mail-transport-agent" -endif |