[Python-modules-commits] r16432 - in packages/python-formencode/trunk/debian (changelog rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Apr 7 21:51:14 UTC 2011


    Date: Thursday, April 7, 2011 @ 21:51:07
  Author: piotr
Revision: 16432

remove test target (there are no tests in upstream sources)

Modified:
  packages/python-formencode/trunk/debian/changelog
  packages/python-formencode/trunk/debian/rules

Modified: packages/python-formencode/trunk/debian/changelog
===================================================================
--- packages/python-formencode/trunk/debian/changelog	2011-04-07 21:32:44 UTC (rev 16431)
+++ packages/python-formencode/trunk/debian/changelog	2011-04-07 21:51:07 UTC (rev 16432)
@@ -1,9 +1,3 @@
-python-formencode (1.2.2-2) UNRELEASED; urgency=low
-
-  * Enable build-time tests
-
- -- Andrey Rahmatullin <wrar at wrar.name>  Thu, 03 Mar 2011 01:20:43 +0500
-
 python-formencode (1.2.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-formencode/trunk/debian/rules
===================================================================
--- packages/python-formencode/trunk/debian/rules	2011-04-07 21:32:44 UTC (rev 16431)
+++ packages/python-formencode/trunk/debian/rules	2011-04-07 21:51:07 UTC (rev 16432)
@@ -22,16 +22,6 @@
 	find . -name '*\.py[co]' -delete
 	dh_clean
 
-test:
-	-
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e; \
-	for PYTHON in $(PYVERS); \
-		do LC_ALL=C $$PYTHON setup.py test -vv; \
-	done
-endif
-
-
 install: build
 	dh_testdir
 	dh_testroot
@@ -46,7 +36,7 @@
 binary-arch:
 
 # Build architecture-independent files here.
-binary-indep: build install test
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs -ppython-formencode
@@ -61,4 +51,4 @@
 	dh_builddeb -i
 
 binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary test
+.PHONY: build clean binary-indep binary




More information about the Python-modules-commits mailing list