Package: webtest
Version: 1.2.3-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the enable the test suite
during build.
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric')
Architecture: i386 (i686)
Kernel: Linux 3.0.0-4-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru webtest-1.2.3/debian/rules webtest-1.2.3/debian/rules
--- webtest-1.2.3/debian/rules 2010-11-20 16:00:58.000000000 -0500
+++ webtest-1.2.3/debian/rules 2011-07-11 15:05:33.000000000 -0400
@@ -13,7 +13,10 @@
find . -name *\.py[co] -exec rm {} \;
dh_clean build-docs* $(PYVERS:%=install-python%)
-build: build-docs
+build: build-docs $(PYVERS:%=test%)
+
+test%:
+ python$* setup.py test
build-docs:
dh_testdir
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team