debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
New commits: commit 615000bf271e6d497d4f9a669f620f1fb6089026 Author: Sven Joachim <[email protected]> Date: Sun Dec 20 12:15:11 2015 +0100 Run lynx with the -display_charset=utf-8 option Lynx' default charset for output is locale dependent, making the build not reproducible. diff --git a/debian/changelog b/debian/changelog index 4b7f409..4629bb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xterm (320-2) UNRELEASED; urgency=medium + + * Run lynx with the -display_charset=utf-8 option when dumping the text + version of the XTerm FAQ, making the build reproducible. + + -- Sven Joachim <[email protected]> Sun, 20 Dec 2015 12:09:26 +0100 + xterm (320-1) unstable; urgency=medium * New upstream release. diff --git a/debian/rules b/debian/rules index e0d4995..2070316 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ CFLAGS += -Wall LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS) CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS) -HTML2TEXT:=lynx -dump -nolist +HTML2TEXT:=lynx -dump -nolist -display_charset=utf-8 DEBTREEDIR:=$(CURDIR)/debian/tmp

