Removing conditional mta suggests/recommends, the mta should not be pulled in by default via recommends.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
232b664503
commit
5cf42564ab
2 changed files with 1 additions and 9 deletions
3
debian/control
vendored
3
debian/control
vendored
|
@ -22,9 +22,8 @@ Depends:
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
Recommends:
|
Recommends:
|
||||||
kmod,
|
kmod,
|
||||||
${mta:Recommends},
|
|
||||||
Suggests:
|
Suggests:
|
||||||
${mta:Suggests},
|
default-mta | mail-transport-agent,
|
||||||
Description: tool for managing Linux MD devices (software RAID)
|
Description: tool for managing Linux MD devices (software RAID)
|
||||||
The mdadm tool is used to create, manage, and monitor Linux MD (software
|
The mdadm tool is used to create, manage, and monitor Linux MD (software
|
||||||
RAID) devices.
|
RAID) devices.
|
||||||
|
|
7
debian/rules
vendored
7
debian/rules
vendored
|
@ -43,10 +43,3 @@ override_dh_installsystemd:
|
||||||
override_dh_installinit:
|
override_dh_installinit:
|
||||||
dh_installinit --init-script=mdadm-waitidle --no-start -- stop 98 0 6 .
|
dh_installinit --init-script=mdadm-waitidle --no-start -- stop 98 0 6 .
|
||||||
dh_installinit -- defaults 25
|
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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue