1
0
Fork 0

Removing default-mta from exim4-daemon-light provides.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 14:27:59 +02:00
parent d120ff626c
commit e12edf9d74
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 0 additions and 5 deletions

1
debian/control vendored
View file

@ -164,7 +164,6 @@ Architecture: any
Priority: optional
Provides:
mail-transport-agent,
${dist:Provides:exim4-daemon-light},
${localscanabiversion},
Conflicts:
mail-transport-agent,

4
debian/rules vendored
View file

@ -57,9 +57,6 @@ daemons = exim4-daemon-light exim4-daemon-heavy $(customdaemon)
# Please note that building exim4-daemon-heavy with OpenSSL is a GPL
# violation.
PROVIDE_DEFAULT_MTA = $(shell if dpkg-vendor --is Ubuntu || \
dpkg-vendor --derives-from Ubuntu ; then : ; else \
echo "default-mta" ; fi)
# for reproducible build. If set exim would use $TZ as default value for
# TIMEZONE_DEFAULT
undefine TZ
@ -304,7 +301,6 @@ override_dh_gencontrol:
dh_gencontrol -- \
-VUpstream-Version=$(DEB_VERSION_EPOCH_UPSTREAM) \
-VMTA-Conflicts="$(shell cat $(DEBIAN)/mtalist)" \
-Vdist:Provides:exim4-daemon-light="$(PROVIDE_DEFAULT_MTA)" \
-Vlocalscanabiversion="exim4-localscanapi-$(EXIM4VERSIONLOCALSCAN)"
override_dh_installlogrotate: