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
7
debian/rules
vendored
7
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue