[Python-modules-commits] r19792 - in packages/sorl-thumbnail/trunk/debian (changelog rules)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Thu Dec 29 17:10:22 UTC 2011


    Date: Thursday, December 29, 2011 @ 17:10:19
  Author: fladi-guest
Revision: 19792

localedef does not need -i and -A.

Modified:
  packages/sorl-thumbnail/trunk/debian/changelog
  packages/sorl-thumbnail/trunk/debian/rules

Modified: packages/sorl-thumbnail/trunk/debian/changelog
===================================================================
--- packages/sorl-thumbnail/trunk/debian/changelog	2011-12-29 17:01:14 UTC (rev 19791)
+++ packages/sorl-thumbnail/trunk/debian/changelog	2011-12-29 17:10:19 UTC (rev 19792)
@@ -2,4 +2,4 @@
 
   * Initial release (Closes: #527166)
 
- -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 29 Dec 2011 13:34:38 +0100
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 29 Dec 2011 17:29:54 +0100

Modified: packages/sorl-thumbnail/trunk/debian/rules
===================================================================
--- packages/sorl-thumbnail/trunk/debian/rules	2011-12-29 17:01:14 UTC (rev 19791)
+++ packages/sorl-thumbnail/trunk/debian/rules	2011-12-29 17:10:19 UTC (rev 19792)
@@ -27,7 +27,7 @@
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	mkdir -p tmp-locales
-	localedef -i /usr/share/i18n/locales/en_US -c -f UTF-8 -A /usr/share/locale/locale.alias tmp-locales/en_US.UTF-8
+	localedef -i en_US -c -f UTF-8 tmp-locales/en_US.UTF-8
 	set -e; \
 	for python in $(shell pyversions -r); do \
 	  for name in pil pgmagick imagemagick graphicsmagick; do \




More information about the Python-modules-commits mailing list