Author: joostvb
Date: Sat Aug  5 15:42:29 2017
New Revision: 11698

URL: http://svn.debian.org/wsvn/?sc=1&rev=11698
Log:
doc/Makefile: apply patch contributed by intrigeri in
<85mvmyu0ee....@boum.org>: "Once applied, doc-debian can be built
reproducibly in our current experimental framework."  This fixes an
issue reported earlier by Daniel Kahn Gillmor: "currently, lynx
produces text output on the basis of the locale.  this means that as
the locale differs, the generated .txt files change." (Closes: #791673,
#826544)

Modified:
    packages/trunk/doc-debian/debian/changelog
    packages/trunk/doc-debian/doc/Makefile

Modified: packages/trunk/doc-debian/debian/changelog
URL: 
http://svn.debian.org/wsvn/packages/trunk/doc-debian/debian/changelog?rev=11698&op=diff
==============================================================================
--- packages/trunk/doc-debian/debian/changelog  (original)
+++ packages/trunk/doc-debian/debian/changelog  Sat Aug  5 15:42:29 2017
@@ -2,11 +2,13 @@
 
   * UNRELEASED
   [ Changes by Joost van Baal-Ilić ]
-  - doc/Makefile: apply patch contributed by Daniel Kahn Gillmor in
-    <20150707133756.527.86367.report...@alice.fifthhorseman.net>:
-    "currently, lynx produces text output on the basis of the locale.  this
-    means that as the locale differs, the generated .txt files change."
-    This makes our build more reproducable.  (Closes: #791673)
+  - doc/Makefile: apply patch contributed by intrigeri in
+    <85mvmyu0ee....@boum.org>: "Once applied, doc-debian can be built
+    reproducibly in our current experimental framework."  This fixes an
+    issue reported earlier by Daniel Kahn Gillmor: "currently, lynx
+    produces text output on the basis of the locale.  this means that as
+    the locale differs, the generated .txt files change." (Closes: #791673,
+    #826544)
 
  -- Joost van Baal-Ilić <joos...@debian.org>  Sat, 05 Aug 2017 17:31:47 +0200
 

Modified: packages/trunk/doc-debian/doc/Makefile
URL: 
http://svn.debian.org/wsvn/packages/trunk/doc-debian/doc/Makefile?rev=11698&op=diff
==============================================================================
--- packages/trunk/doc-debian/doc/Makefile      (original)
+++ packages/trunk/doc-debian/doc/Makefile      Sat Aug  5 15:42:29 2017
@@ -40,7 +40,7 @@
        wml -i bug-pkgreport-opts.inc -q $< >$@
 
 %.txt: %.html
-       LC_ALL=C.UTF-8 lynx -dump -nolist $< >$@
+       lynx -dump -nolist -display_charset=UTF-8 -assume_charset=UTF-8 $< >$@
 
 # These rules are conditioned to the existence of $(WEBWML)
 # so that the package can be built regardless of its existence

Reply via email to