[Python-modules-commits] r24795 - in packages (36 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Jun 13 11:18:28 UTC 2013


    Date: Thursday, June 13, 2013 @ 11:18:26
  Author: jwilk
Revision: 24795

Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.

Modified:
  packages/beanstalkc/trunk/debian/changelog
  packages/beanstalkc/trunk/debian/rules
  packages/geopy/trunk/debian/changelog
  packages/geopy/trunk/debian/rules
  packages/mocker/trunk/debian/changelog
  packages/mocker/trunk/debian/rules
  packages/musicbrainzngs/trunk/debian/changelog
  packages/musicbrainzngs/trunk/debian/rules
  packages/pycparser/trunk/debian/changelog
  packages/pycparser/trunk/debian/rules
  packages/pygame/trunk/debian/changelog
  packages/pygame/trunk/debian/rules
  packages/pyramid-beaker/trunk/debian/changelog
  packages/pyramid-beaker/trunk/debian/rules
  packages/pyth/trunk/debian/changelog
  packages/pyth/trunk/debian/rules
  packages/python-dexml/trunk/debian/changelog
  packages/python-dexml/trunk/debian/rules
  packages/python-django-localeurl/trunk/debian/changelog
  packages/python-django-localeurl/trunk/debian/rules
  packages/python-hiredis/trunk/debian/changelog
  packages/python-hiredis/trunk/debian/rules
  packages/python-lzma/trunk/debian/changelog
  packages/python-lzma/trunk/debian/rules
  packages/python-musicbrainz2/trunk/debian/changelog
  packages/python-musicbrainz2/trunk/debian/rules
  packages/python-pyftpdlib/trunk/debian/changelog
  packages/python-pyftpdlib/trunk/debian/rules
  packages/python-tornado/trunk/debian/changelog
  packages/python-tornado/trunk/debian/rules
  packages/stomper/trunk/debian/changelog
  packages/stomper/trunk/debian/rules
  packages/txaws/trunk/debian/changelog
  packages/txaws/trunk/debian/rules
  packages/unittest2/trunk/debian/changelog
  packages/unittest2/trunk/debian/rules

Modified: packages/beanstalkc/trunk/debian/changelog
===================================================================
--- packages/beanstalkc/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/beanstalkc/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,8 +1,9 @@
 beanstalkc (0.3.0-2) UNRELEASED; urgency=low
 
   * Use canonical URIs for Vcs-* fields.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:00:31 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:45 +0200
 
 beanstalkc (0.3.0-1) unstable; urgency=low
 

Modified: packages/beanstalkc/trunk/debian/rules
===================================================================
--- packages/beanstalkc/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/beanstalkc/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -14,8 +14,10 @@
 
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	set -ex; for python in $(shell pyversions -s); do\
 		$$python beanstalkc.py; \
 	done
+endif
 
 .PHONY: override_dh_auto_clean override_dh_auto_test

Modified: packages/geopy/trunk/debian/changelog
===================================================================
--- packages/geopy/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/geopy/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,8 +1,9 @@
 geopy (0.94.2-2) UNRELEASED; urgency=low
 
   * Use canonical URIs for Vcs-* fields.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:00:57 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:45 +0200
 
 geopy (0.94.2-1) unstable; urgency=low
 

Modified: packages/geopy/trunk/debian/rules
===================================================================
--- packages/geopy/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/geopy/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -14,7 +14,9 @@
 	dh_installchangelogs RELEASES
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	set -e; \
 	for python in $(shell pyversions -r); do \
 		$$python /usr/bin/nosetests; \
 	done
+endif

Modified: packages/mocker/trunk/debian/changelog
===================================================================
--- packages/mocker/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/mocker/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,8 +1,9 @@
 mocker (1.0-3) UNRELEASED; urgency=low
 
   * Use canonical URIs for Vcs-* fields.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:01:16 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:46 +0200
 
 mocker (1.0-2) unstable; urgency=low
 

Modified: packages/mocker/trunk/debian/rules
===================================================================
--- packages/mocker/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/mocker/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -6,7 +6,9 @@
 	dh $@ --with python2
 
 test-python%:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	python$* test.py -vv
+endif
 
 override_dh_auto_test: $(PYTHON2:%=test-python%)
 

Modified: packages/musicbrainzngs/trunk/debian/changelog
===================================================================
--- packages/musicbrainzngs/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/musicbrainzngs/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,9 +1,13 @@
 musicbrainzngs (0.4-2) UNRELEASED; urgency=low
 
+  [ Simon Chopin ]
   * Update d/copyright to add musicbrainzngs/compat.py specifics.
 
- -- Simon Chopin <chopin.simon at gmail.com>  Wed, 29 May 2013 10:24:06 +0200
+  [ Jakub Wilk ]
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:46 +0200
+
 musicbrainzngs (0.4-1) unstable; urgency=low
 
   [ Jakub Wilk ]

Modified: packages/musicbrainzngs/trunk/debian/rules
===================================================================
--- packages/musicbrainzngs/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/musicbrainzngs/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -18,11 +18,13 @@
 							 --install-layout=deb
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	set -e -x; \
 	export LC_ALL=C.UTF-8; \
 	for python in $(shell pyversions -r) $(shell py3versions -r); do \
 		$$python setup.py test; \
 	done
+endif
 
 override_dh_auto_clean:
 	dh_auto_clean

Modified: packages/pycparser/trunk/debian/changelog
===================================================================
--- packages/pycparser/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/pycparser/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,3 +1,9 @@
+pycparser (2.09.1+dfsg-2) UNRELEASED; urgency=low
+
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
+
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:47 +0200
+
 pycparser (2.09.1+dfsg-1) unstable; urgency=low
 
   [ Stefano Rivera ]

Modified: packages/pycparser/trunk/debian/rules
===================================================================
--- packages/pycparser/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/pycparser/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -17,10 +17,12 @@
 	done
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	set -e -x; \
 	for py in $(PYVERS) $(PY3VERS); do \
 		$$py tests/all_tests.py; \
 	done
+endif
 
 override_dh_auto_install:
 	set -e -x; \

Modified: packages/pygame/trunk/debian/changelog
===================================================================
--- packages/pygame/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/pygame/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,5 +1,6 @@
 pygame (1.9.2~pre~r3189-3) UNRELEASED; urgency=low
 
+  [ Vincent Cheng ]
   * Set Debian Python Modules Team <python-modules-team at l.a.d.o> as new
     maintainer, and move Ed Boraas into Uploaders with his consent.
     - Update Vcs-* fields accordingly.
@@ -7,8 +8,11 @@
   * Remove dependency on ${python:Provides}.
   * Remove Replaces+Conflicts with obsolete pygame packages.
 
- -- Vincent Cheng <Vincentc1208 at gmail.com>  Fri, 24 May 2013 02:54:45 -0700
+  [ Jakub Wilk ]
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:47 +0200
+
 pygame (1.9.2~pre~r3189-2) experimental; urgency=low
 
   * Fix FTBFS by reverting faulty fix for #700997; distutils in Debian now

Modified: packages/pygame/trunk/debian/rules
===================================================================
--- packages/pygame/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/pygame/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -48,10 +48,12 @@
 	dh_numpy3
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	# buildds don't provide graphical interfaces or audio/video devices
 	# to test with, hence some tests won't work properly without:
 	SDL_VIDEODRIVER=dummy SDL_AUDIODRIVER=disk \
 	python run_tests.py --exclude opengl,display || true
+endif
 
 override_dh_python2:
 	dh_python2 -ppython-pygame

Modified: packages/pyramid-beaker/trunk/debian/changelog
===================================================================
--- packages/pyramid-beaker/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/pyramid-beaker/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,8 +1,9 @@
 pyramid-beaker (0.6.1+ds1-2) UNRELEASED; urgency=low
 
   * Use canonical URIs for Vcs-* fields.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:01:57 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:47 +0200
 
 pyramid-beaker (0.6.1+ds1-1) unstable; urgency=low
 

Modified: packages/pyramid-beaker/trunk/debian/rules
===================================================================
--- packages/pyramid-beaker/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/pyramid-beaker/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -4,7 +4,9 @@
 	dh $@ --with python2
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	nosetests
+endif
 
 override_dh_builddeb:
 	dh_builddeb -- -Zxz

Modified: packages/pyth/trunk/debian/changelog
===================================================================
--- packages/pyth/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/pyth/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,8 +1,9 @@
 pyth (0.5.6-4) UNRELEASED; urgency=low
 
   * Use canonical URIs for Vcs-* fields.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:02 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:48 +0200
 
 pyth (0.5.6-3) unstable; urgency=low
 

Modified: packages/pyth/trunk/debian/rules
===================================================================
--- packages/pyth/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/pyth/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -4,7 +4,9 @@
 	dh $@ --with python2
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	set -e; \
 	for python in $(shell pyversions -r); do \
 		$$python /usr/bin/nosetests; \
 	done
+endif

Modified: packages/python-dexml/trunk/debian/changelog
===================================================================
--- packages/python-dexml/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-dexml/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,3 +1,9 @@
+python-dexml (0.5.1-2) UNRELEASED; urgency=low
+
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
+
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:48 +0200
+
 python-dexml (0.5.1-1) unstable; urgency=low
 
   [ Jakub Wilk ]

Modified: packages/python-dexml/trunk/debian/rules
===================================================================
--- packages/python-dexml/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-dexml/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -14,12 +14,14 @@
 	done
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	set -e; for pyvers in $(shell pyversions -vr); do \
 		python$$pyvers setup.py test; \
 	done
 	set -e; for pyvers in $(shell py3versions -sv); do \
 		python$$pyvers setup.py test; \
 	done
+endif
 
 override_dh_clean:
 	dh_clean

Modified: packages/python-django-localeurl/trunk/debian/changelog
===================================================================
--- packages/python-django-localeurl/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-django-localeurl/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -3,8 +3,9 @@
   * Use canonical URIs for Vcs-* fields.
   * Remove DM-Upload-Allowed; it's no longer used by the archive
     software.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:40:52 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:49 +0200
 
 python-django-localeurl (1.5-3) unstable; urgency=low
 

Modified: packages/python-django-localeurl/trunk/debian/rules
===================================================================
--- packages/python-django-localeurl/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-django-localeurl/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -4,6 +4,8 @@
 	dh $@ --with python2
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	for pyvers in $(shell pyversions -vr); do \
 		python$$pyvers setup.py test; \
 	done
+endif

Modified: packages/python-hiredis/trunk/debian/changelog
===================================================================
--- packages/python-hiredis/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-hiredis/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,8 +1,9 @@
 python-hiredis (0.1.1-2) UNRELEASED; urgency=low
 
   * Use canonical URIs for Vcs-* fields.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:44 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:49 +0200
 
 python-hiredis (0.1.1-1) unstable; urgency=low
 

Modified: packages/python-hiredis/trunk/debian/rules
===================================================================
--- packages/python-hiredis/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-hiredis/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -5,8 +5,10 @@
 	dh $@ --with python2
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	set -ex; for python in $(shell pyversions -s); do\
 		$$python test.py; \
 	done
+endif
 
 .PHONY: override_dh_auto_test

Modified: packages/python-lzma/trunk/debian/changelog
===================================================================
--- packages/python-lzma/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-lzma/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -6,8 +6,9 @@
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
   * Fix a typo in README.Debian.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
- -- Jakub Wilk <jwilk at debian.org>  Wed, 12 Jun 2013 13:20:42 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:49 +0200
 
 python-lzma (0.5.3-2) unstable; urgency=low
 

Modified: packages/python-lzma/trunk/debian/rules
===================================================================
--- packages/python-lzma/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-lzma/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -21,7 +21,9 @@
 override_dh_auto_test: $(PYVERS:%=test%)
 	dh_auto_test
 test%:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	python$* setup.py test
+endif
 
 # Multiple binary packages, must specify which to install files into.
 override_dh_auto_install:

Modified: packages/python-musicbrainz2/trunk/debian/changelog
===================================================================
--- packages/python-musicbrainz2/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-musicbrainz2/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,8 +1,9 @@
 python-musicbrainz2 (0.7.4-2) UNRELEASED; urgency=low
 
   * Use canonical URIs for Vcs-* fields.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:57 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:50 +0200
 
 python-musicbrainz2 (0.7.4-1) unstable; urgency=low
 

Modified: packages/python-musicbrainz2/trunk/debian/rules
===================================================================
--- packages/python-musicbrainz2/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-musicbrainz2/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -14,7 +14,9 @@
 	./setup.py docs
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	set -e; \
 	for python in $(PYVERS) ; do \
 		$$python setup.py test ; \
 	done
+endif

Modified: packages/python-pyftpdlib/trunk/debian/changelog
===================================================================
--- packages/python-pyftpdlib/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-pyftpdlib/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -3,8 +3,9 @@
   * Use canonical URIs for Vcs-* fields.
   * Remove DM-Upload-Allowed; it's no longer used by the archive
     software.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:40:56 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:50 +0200
 
 python-pyftpdlib (0.7.0-1) unstable; urgency=low
 

Modified: packages/python-pyftpdlib/trunk/debian/rules
===================================================================
--- packages/python-pyftpdlib/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-pyftpdlib/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -4,4 +4,6 @@
 	dh --with python2 $@
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	PYTHONPATH=. python test/test_ftpd.py
+endif

Modified: packages/python-tornado/trunk/debian/changelog
===================================================================
--- packages/python-tornado/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-tornado/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,3 +1,9 @@
+python-tornado (2.4.1-3) UNRELEASED; urgency=low
+
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
+
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:51 +0200
+
 python-tornado (2.4.1-2) unstable; urgency=low
 
   [ Julian Taylor ]

Modified: packages/python-tornado/trunk/debian/rules
===================================================================
--- packages/python-tornado/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/python-tornado/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -27,10 +27,12 @@
 	rm -rf *.egg-info
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	# python3 tests only in autopkgtest because I'm lazy
 	set -e && for pyvers in $(PYTHON2); do \
 	    PYTHONPATH=$(CURDIR) python$$pyvers ./tornado/test/runtests.py; \
 	done
+endif
 
 override_dh_compress:
 	dh_compress -X.py

Modified: packages/stomper/trunk/debian/changelog
===================================================================
--- packages/stomper/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/stomper/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -5,5 +5,6 @@
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
- -- Simon Chopin <chopin.simon at gmail.com>  Tue, 07 May 2013 16:07:16 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:51 +0200

Modified: packages/stomper/trunk/debian/rules
===================================================================
--- packages/stomper/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/stomper/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -8,7 +8,9 @@
 	rm -f debian/python-stomper/usr/lib/python*/dist-packages/stomper-*.egg-info/SOURCES.txt
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	set -e; \
 	for py in $(shell pyversions -r); do \
 		$$py setup.py test; \
 	done
+endif

Modified: packages/txaws/trunk/debian/changelog
===================================================================
--- packages/txaws/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/txaws/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,8 +1,9 @@
 txaws (0.2.3-2) UNRELEASED; urgency=low
 
   * Use canonical URIs for Vcs-* fields.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:04:12 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:51 +0200
 
 txaws (0.2.3-1) unstable; urgency=low
 

Modified: packages/txaws/trunk/debian/rules
===================================================================
--- packages/txaws/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/txaws/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -11,7 +11,9 @@
 	dh_clean
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	trial txaws
+endif
 
 override_dh_auto_build:: debian/manpages/txaws.1 debian/manpages/txaws-discover.1
 

Modified: packages/unittest2/trunk/debian/changelog
===================================================================
--- packages/unittest2/trunk/debian/changelog	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/unittest2/trunk/debian/changelog	2013-06-13 11:18:26 UTC (rev 24795)
@@ -1,8 +1,9 @@
 unittest2 (0.5.1-2) UNRELEASED; urgency=low
 
   * Use canonical URIs for Vcs-* fields.
+  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:04:14 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 13 Jun 2013 13:13:52 +0200
 
 unittest2 (0.5.1-1) unstable; urgency=low
 

Modified: packages/unittest2/trunk/debian/rules
===================================================================
--- packages/unittest2/trunk/debian/rules	2013-06-13 10:38:20 UTC (rev 24794)
+++ packages/unittest2/trunk/debian/rules	2013-06-13 11:18:26 UTC (rev 24795)
@@ -15,6 +15,7 @@
 	rm $(CURDIR)/debian/python-unittest2/usr/bin/unit2.py
 
 override_dh_auto_test:
+ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 	for python in $(PYVERS) ; do \
 	    # retrive the lib path \
 	    LIB=$$($$python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print b.build_purelib") ; \
@@ -23,3 +24,4 @@
 	    # call the unit2 test script discovering the current LIB dir \
 	    PYTHONPATH=$$LIB $$python $$SCRIPT/unit2 discover -s $$LIB ; \
 	done
+endif




More information about the Python-modules-commits mailing list