diff -Nru sa-exim-4.2.1/debian/changelog sa-exim-4.2.1/debian/changelog --- sa-exim-4.2.1/debian/changelog 2016-07-22 09:26:50.000000000 +0000 +++ sa-exim-4.2.1/debian/changelog 2016-08-02 21:08:31.000000000 +0000 @@ -1,3 +1,10 @@ +sa-exim (4.2.1-16) unstable; urgency=low + + * reproducible-build.patch: Make ACKNOWLEDGEMENTS always UTF-8 encoded + rather than depending on the environment. + + -- Magnus Holmgren Tue, 02 Aug 2016 23:08:31 +0200 + sa-exim (4.2.1-15) unstable; urgency=low * reproducible-build.patch (new): Make build reproducible by replacing diff -Nru sa-exim-4.2.1/debian/patches/reproducible-build.patch sa-exim-4.2.1/debian/patches/reproducible-build.patch --- sa-exim-4.2.1/debian/patches/reproducible-build.patch 2016-07-21 16:29:35.000000000 +0000 +++ sa-exim-4.2.1/debian/patches/reproducible-build.patch 2016-08-02 21:08:31.000000000 +0000 @@ -3,6 +3,15 @@ --- a/Makefile +++ b/Makefile +@@ -48,7 +48,7 @@ accept.so: accept.c + + ACKNOWLEDGEMENTS: Acknowledgements.html + @echo "Generating $@" +- @links -dump $< > $@ ++ @links -dump -codepage UTF-8 $< > $@ + + CHANGELOG: Changelog.html + @echo "Generating $@" @@ -63,7 +63,11 @@ sa-exim_short.conf: sa-exim.conf @cat sa-exim.conf | grep -v "^#" | tr '\012' 'ÿ' | sed "s/ÿÿÿ*/ÿÿ/g" | tr 'ÿ' '\012' >> sa-exim_short.conf