[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r11697 - in /packages/trunk/doc-debian: debian/changelog doc/Makefile



Author: joostvb
Date: Sat Aug  5 15:36:53 2017
New Revision: 11697

URL: http://svn.debian.org/wsvn/?sc=1&rev=11697
Log:
doc/Makefile: apply patch contributed by Daniel Kahn Gillmor in
<20150707133756.527.86367.reportbug@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)

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=11697&op=diff
==============================================================================
--- packages/trunk/doc-debian/debian/changelog	(original)
+++ packages/trunk/doc-debian/debian/changelog	Sat Aug  5 15:36:53 2017
@@ -2,8 +2,11 @@
 
   * UNRELEASED
   [ Changes by Joost van Baal-Ilić ]
-  -
-
+  - doc/Makefile: apply patch contributed by Daniel Kahn Gillmor in
+    <20150707133756.527.86367.reportbug@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)
 
  -- Joost van Baal-Ilić <joostvb@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=11697&op=diff
==============================================================================
--- packages/trunk/doc-debian/doc/Makefile	(original)
+++ packages/trunk/doc-debian/doc/Makefile	Sat Aug  5 15:36:53 2017
@@ -40,7 +40,7 @@
 	wml -i bug-pkgreport-opts.inc -q $< >$@
 
 %.txt: %.html
-	lynx -dump -nolist $< >$@
+	LC_ALL=C.UTF-8 lynx -dump -nolist $< >$@
 
 # These rules are conditioned to the existence of $(WEBWML)
 # so that the package can be built regardless of its existence


Reply to: