[Python-apps-commits] r13508 - in packages/python-afl/trunk/debian (changelog rules)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Sun Aug 14 14:09:17 UTC 2016


    Date: Sunday, August 14, 2016 @ 14:09:16
  Author: stender
Revision: 13508

deb/rules: hard set LANG for elinks for reproducible builds

Modified:
  packages/python-afl/trunk/debian/changelog
  packages/python-afl/trunk/debian/rules

Modified: packages/python-afl/trunk/debian/changelog
===================================================================
--- packages/python-afl/trunk/debian/changelog	2016-08-14 07:57:15 UTC (rev 13507)
+++ packages/python-afl/trunk/debian/changelog	2016-08-14 14:09:16 UTC (rev 13508)
@@ -1,3 +1,11 @@
+python-afl (0.5.4-2) unstable; urgency=medium
+
+  * deb/rules:
+    + hard set LANG for elinks for reproducible builds (dumped output varies
+      by locale).
+
+ -- Daniel Stender <stender at debian.org>  Sun, 14 Aug 2016 16:08:34 +0200
+
 python-afl (0.5.4-1) unstable; urgency=medium
 
   * New upstream release:

Modified: packages/python-afl/trunk/debian/rules
===================================================================
--- packages/python-afl/trunk/debian/rules	2016-08-14 07:57:15 UTC (rev 13507)
+++ packages/python-afl/trunk/debian/rules	2016-08-14 14:09:16 UTC (rev 13508)
@@ -18,7 +18,7 @@
 
 override_dh_installdocs:
 	rst2html -r 5 doc/README.rst .pybuild/README.html
-	links -dump .pybuild/README.html > .pybuild/README
+	LANG=C.UTF-8 links -dump .pybuild/README.html > .pybuild/README
 	dh_installdocs -A .pybuild/README doc/trophy-case.rst
 
 override_dh_installman:




More information about the Python-apps-commits mailing list