[Pkg-ocaml-maint-commits] [dh-ocaml] 02/06: Fix reproducible build (Closes: #830282)

Stéphane Glondu glondu at moszumanska.debian.org
Sun Jul 16 07:51:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository dh-ocaml.

commit 801eebc27270ab7757ec615bffd61da11e1b1566
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Jul 16 09:35:31 2017 +0200

    Fix reproducible build (Closes: #830282)
---
 policy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/Makefile b/policy/Makefile
index 123ab91..b59b799 100644
--- a/policy/Makefile
+++ b/policy/Makefile
@@ -18,7 +18,7 @@ check: $(patsubst %.xml,%.check,$(XMLFILES))
 	touch $@
 
 %.txt: %.html
-	lynx -nolist -dump $< > $@
+	LC_ALL=C.UTF-8 lynx -nolist -dump $< > $@
 
 %.html: %.xml $(XMLFILES) check 
 	xsltproc --xinclude --nonet -o $@ \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/dh-ocaml.git



More information about the Pkg-ocaml-maint-commits mailing list