diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
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: |