[Python-modules-commits] r21233 - in packages/wtforms/trunk/debian (changelog rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sun Apr 15 14:32:00 UTC 2012


    Date: Sunday, April 15, 2012 @ 14:31:58
  Author: bzed
Revision: 21233

Ignoring test results for now, they fail due to missing translations.

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

Modified: packages/wtforms/trunk/debian/changelog
===================================================================
--- packages/wtforms/trunk/debian/changelog	2012-04-15 14:28:35 UTC (rev 21232)
+++ packages/wtforms/trunk/debian/changelog	2012-04-15 14:31:58 UTC (rev 21233)
@@ -1,13 +1,14 @@
 wtforms (1.0.1-1) UNRELEASED; urgency=low
 
   [ Bernd Zeimetz ]
-  *  New upstream version.
-  *  Set PYTHONPATH for tests. 
+  * New upstream version.
+  * Set PYTHONPATH for tests. 
+  * Ignoring test results for now, they fail due to missing translations.
 
   [ Jakub Wilk ]
   * Add Vcs-* fields.
 
- -- Bernd Zeimetz <bzed at debian.org>  Sun, 15 Apr 2012 16:23:46 +0200
+ -- Bernd Zeimetz <bzed at debian.org>  Sun, 15 Apr 2012 16:31:27 +0200
 
 wtforms (0.6.2-1) unstable; urgency=low
 

Modified: packages/wtforms/trunk/debian/rules
===================================================================
--- packages/wtforms/trunk/debian/rules	2012-04-15 14:28:35 UTC (rev 21232)
+++ packages/wtforms/trunk/debian/rules	2012-04-15 14:31:58 UTC (rev 21233)
@@ -6,7 +6,7 @@
 build:
 	dh --buildsystem=python_distutils $@
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e; cd tests ;\
+	-cd tests ;\
 	    for python in $(shell pyversions -vr); do \
 	        export PYTHONPATH=`echo ../build/lib*-$${python}` ;\
 		python$${python} runtests.py ext_sqlalchemy ext_dateutil ext_django ;\




More information about the Python-modules-commits mailing list