diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:48:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:48:41 +0000 |
commit | e02fbd4acf12b7374e811073b8af49974fec170a (patch) | |
tree | 6a6adb8d372c04e37908ed1f5b5d432abd8e1b6b | |
parent | Updating vcs fields. (diff) | |
download | exim4-e02fbd4acf12b7374e811073b8af49974fec170a.tar.xz exim4-e02fbd4acf12b7374e811073b8af49974fec170a.zip |
Removing default-mta from exim4-daemon-light provides.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 6 |
2 files changed, 2 insertions, 7 deletions
diff --git a/debian/control b/debian/control index f063ea5..32c80c9 100644 --- a/debian/control +++ b/debian/control @@ -144,8 +144,7 @@ Architecture: any Priority: optional Provides: exim4-localscanapi-2.0, - mail-transport-agent, - ${dist:Provides:exim4-daemon-light} + mail-transport-agent Conflicts: mail-transport-agent Replaces: exim4-base (<= 4.61-1), mail-transport-agent Depends: diff --git a/debian/rules b/debian/rules index 930a22c..686c972 100755 --- a/debian/rules +++ b/debian/rules @@ -47,9 +47,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 @@ -270,8 +267,7 @@ override_dh_fixperms: 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)" + -VMTA-Conflicts="$(shell cat $(DEBIAN)/mtalist)" override_dh_installlogrotate: dh_installlogrotate |