diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:47:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:47:46 +0000 |
commit | e720607f5388c5e8d0728f6ed0126943ac8c7d6b (patch) | |
tree | 0c34f1ee6d7c04355443d0596ed2da891cce0bbe /debian | |
parent | Updating vcs fields. (diff) | |
download | exim4-e720607f5388c5e8d0728f6ed0126943ac8c7d6b.tar.xz exim4-e720607f5388c5e8d0728f6ed0126943ac8c7d6b.zip |
Removing default-mta from exim4-daemon-light provides.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/debian/control b/debian/control index de64600..e7f0a73 100644 --- a/debian/control +++ b/debian/control @@ -155,7 +155,6 @@ Priority: optional Provides: ${localscanabiversion}, mail-transport-agent, - ${dist:Provides:exim4-daemon-light} Conflicts: mail-transport-agent Replaces: exim4-base (<= 4.61-1), mail-transport-agent Depends: diff --git a/debian/rules b/debian/rules index 2b5d642..0e65010 100755 --- a/debian/rules +++ b/debian/rules @@ -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 @@ -281,7 +278,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: |