Subversion Repositories sa-exim

Compare Revisions

Ignore whitespace Rev 86 → Rev 87

/trunk/debian/changelog
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 <holmgren@debian.org> 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
/trunk/debian/patches/reproducible-build.patch
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