[Python-apps-commits] r13517 - in packages/httpbin/trunk/debian (changelog rules)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Tue Aug 16 19:15:05 UTC 2016


    Date: Tuesday, August 16, 2016 @ 19:15:04
  Author: stender
Revision: 13517

deb/rules: export LC_ALL set to UTF-8

Modified:
  packages/httpbin/trunk/debian/changelog
  packages/httpbin/trunk/debian/rules

Modified: packages/httpbin/trunk/debian/changelog
===================================================================
--- packages/httpbin/trunk/debian/changelog	2016-08-16 18:55:40 UTC (rev 13516)
+++ packages/httpbin/trunk/debian/changelog	2016-08-16 19:15:04 UTC (rev 13517)
@@ -1,8 +1,9 @@
 httpbin (0.5.0+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * deb/rules: export LC_ALL set to UTF-8.
 
- -- Daniel Stender <stender at debian.org>  Tue, 16 Aug 2016 20:54:52 +0200
+ -- Daniel Stender <stender at debian.org>  Tue, 16 Aug 2016 20:56:30 +0200
 
 httpbin (0.4.1+dfsg-1) unstable; urgency=medium
 

Modified: packages/httpbin/trunk/debian/rules
===================================================================
--- packages/httpbin/trunk/debian/rules	2016-08-16 18:55:40 UTC (rev 13516)
+++ packages/httpbin/trunk/debian/rules	2016-08-16 19:15:04 UTC (rev 13517)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 export PYBUILD_NAME=httpbin
+export LC_ALL=C.UTF-8
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild




More information about the Python-apps-commits mailing list