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

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Sun Oct 12 19:17:10 UTC 2014


    Date: Sunday, October 12, 2014 @ 19:17:09
  Author: laarmen-guest
Revision: 31013

Force the locale to C.UTF-8 when invoking dh_auto_clean (Closes: #764979)

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

Modified: packages/pyacoustid/trunk/debian/changelog
===================================================================
--- packages/pyacoustid/trunk/debian/changelog	2014-10-12 17:15:42 UTC (rev 31012)
+++ packages/pyacoustid/trunk/debian/changelog	2014-10-12 19:17:09 UTC (rev 31013)
@@ -1,3 +1,9 @@
+pyacoustid (1.1.0-2) UNRELEASED; urgency=medium
+
+  * Force the locale to C.UTF-8 when invoking dh_auto_clean (Closes: #764979)
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Sun, 12 Oct 2014 21:15:59 +0200
+
 pyacoustid (1.1.0-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/pyacoustid/trunk/debian/rules
===================================================================
--- packages/pyacoustid/trunk/debian/rules	2014-10-12 17:15:42 UTC (rev 31012)
+++ packages/pyacoustid/trunk/debian/rules	2014-10-12 19:17:09 UTC (rev 31013)
@@ -7,3 +7,6 @@
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_clean:
+	LC_ALL=C.UTF-8 dh_auto_clean --buildsystem=pybuild




More information about the Python-modules-commits mailing list