[Python-modules-commits] r31191 - in packages/pyacoustid/trunk/debian (changelog rules)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Tue Oct 21 10:48:33 UTC 2014


    Date: Tuesday, October 21, 2014 @ 10:48:32
  Author: laarmen-guest
Revision: 31191

Force the locale to C.UTF-8 everywhere (Closes: #764979)
Upload to unstable

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

Modified: packages/pyacoustid/trunk/debian/changelog
===================================================================
--- packages/pyacoustid/trunk/debian/changelog	2014-10-21 09:54:57 UTC (rev 31190)
+++ packages/pyacoustid/trunk/debian/changelog	2014-10-21 10:48:32 UTC (rev 31191)
@@ -1,3 +1,9 @@
+pyacoustid (1.1.0-3) unstable; urgency=medium
+
+  * Force the locale to C.UTF-8 everywhere (Closes: #764979)
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Sun, 12 Oct 2014 21:59:59 +0200
+
 pyacoustid (1.1.0-2) unstable; urgency=medium
 
   * Force the locale to C.UTF-8 when invoking dh_auto_clean (Closes: #764979)

Modified: packages/pyacoustid/trunk/debian/rules
===================================================================
--- packages/pyacoustid/trunk/debian/rules	2014-10-21 09:54:57 UTC (rev 31190)
+++ packages/pyacoustid/trunk/debian/rules	2014-10-21 10:48:32 UTC (rev 31191)
@@ -4,9 +4,10 @@
 #export DH_VERBOSE=1
 
 export PYBUILD_NAME=acoustid
+export LC_ALL=C.UTF-8
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
-	LC_ALL=C.UTF-8 dh_auto_clean --buildsystem=pybuild
+	dh_auto_clean --buildsystem=pybuild




More information about the Python-modules-commits mailing list