[Python-modules-commits] r23993 - in packages/kitchen/trunk/debian (3 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Tue Apr 23 14:50:12 UTC 2013
Date: Tuesday, April 23, 2013 @ 14:50:10
Author: laarmen-guest
Revision: 23993
* Remove libc-bin from Depends
* Add (>= 0) to the locales dependency to avoid the locales-all case
* Fix set -e in d/rules
* Add a reference to the ML archive for the patch
Modified:
packages/kitchen/trunk/debian/control
packages/kitchen/trunk/debian/patches/normalize_test_unicode_name
packages/kitchen/trunk/debian/rules
Modified: packages/kitchen/trunk/debian/control
===================================================================
--- packages/kitchen/trunk/debian/control 2013-04-23 14:25:21 UTC (rev 23992)
+++ packages/kitchen/trunk/debian/control 2013-04-23 14:50:10 UTC (rev 23993)
@@ -6,8 +6,7 @@
Build-Depends:
debhelper (>= 8),
python-all (>= 2.6.6-3~),
- libc-bin,
- locales,
+ locales (>= 0),
python-nose,
python-setuptools
Standards-Version: 3.9.4
Modified: packages/kitchen/trunk/debian/patches/normalize_test_unicode_name
===================================================================
--- packages/kitchen/trunk/debian/patches/normalize_test_unicode_name 2013-04-23 14:25:21 UTC (rev 23992)
+++ packages/kitchen/trunk/debian/patches/normalize_test_unicode_name 2013-04-23 14:50:10 UTC (rev 23993)
@@ -1,8 +1,8 @@
Description: Normalize the locale names when testing i18n features
Author: Simon Chopin <chopin.simon at gmail.com>
-Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
-Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional>
+Forwarded: https://lists.fedorahosted.org/pipermail/kitchen-devel/2013-April/000020.html
Last-Update: 2013-04-23
+
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/tests/test_i18n.py
Modified: packages/kitchen/trunk/debian/rules
===================================================================
--- packages/kitchen/trunk/debian/rules 2013-04-23 14:25:21 UTC (rev 23992)
+++ packages/kitchen/trunk/debian/rules 2013-04-23 14:50:10 UTC (rev 23993)
@@ -9,8 +9,7 @@
localedef -f UTF-8 -i en_US ./debian/tmp/locales/en_US.UTF-8/
localedef -f UTF-8 -i pt_BR ./debian/tmp/locales/pt_BR.UTF-8/
localedef -f ISO-8859-1 -i pt_BR ./debian/tmp/locales/pt_BR.ISO-8859-1/
- set -e
- echo $(shell pwd)
+ set -e; \
for py in $(shell pyversions -r); do \
LOCPATH=$(CURDIR)/debian/tmp/locales/ $$py /usr/bin/nosetests tests; \
done
More information about the Python-modules-commits
mailing list