[pybtex] 28/108: * Run tests for all supported Python versions. + Build-depend on python-all.

Daniel Stender stender at moszumanska.debian.org
Fri Jul 21 10:18:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

stender pushed a commit to branch master
in repository pybtex.

commit 1f950d013c64c309389b70b3826f6745de80cab1
Author: Jakub Wilk <jwilk at debian.org>
Date:   Thu Mar 4 00:13:39 2010 +0000

    * Run tests for all supported Python versions.
      + Build-depend on python-all.
---
 debian/changelog | 7 +++++++
 debian/rules     | 5 ++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 67fcfc3..8646d8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pybtex (0.13.1-2) UNRELEASED; urgency=low
+
+  * Run tests for all supported Python versions.
+    + Build-depend on python-all.
+
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 02 Mar 2010 22:34:24 +0100
+
 pybtex (0.13.1-1) unstable; urgency=low
 
   * New upstream release:
diff --git a/debian/rules b/debian/rules
index 0224420..6b7bbaa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,10 @@ override_dh_installman:
 .PHONY: override_dh_auto_test
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
-	python setup.py nosetests
+	set -e; \
+	for python in $(shell pyversions -r); do \
+		$$python setup.py nosetests; \
+	done
 endif
 
 .PHONY: override_dh_installchangelog

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git



More information about the debian-science-commits mailing list