The following commit has been merged in the master branch:
commit 3acbe1157383d7815101edfb46df14be42e161c7
Author: Tomas Di Domenico <[email protected]>
Date: Sun Dec 16 17:16:35 2012 +0100
Adjusted DEP8 test configuration
diff --git a/debian/control b/debian/control
index 6ed9bec..46fcb7b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Med Packaging Team
<[email protected]>
Uploaders: Tomas Di Domenico <[email protected]>
-Build-Depends: debhelper (>= 8.1.0),python-all (>= 2.6.6-3~),python3-all (>=
3.1.3-12~),python-epydoc (>= 3.0.1-8~)
+Build-Depends: debhelper (>= 8.1.0), python-all (>= 2.6.6-3~), python3-all (>=
3.1.3-12~), python-epydoc (>= 3.0.1-8~), python-numpy (>= 1.4.1-5~),
python-scipy (>= 0.7.2+dfsg1-1~), python-matplotlib (>= 0.99.3-1~)
Standards-Version: 3.9.4
Homepage: http://csb.codeplex.com/
Vcs-Git: git://git.debian.org/debian-med/python-csb.git
diff --git a/debian/tests/python-csb b/debian/tests/build
similarity index 67%
rename from debian/tests/python-csb
rename to debian/tests/build
index 6ac785b..1009dc3 100644
--- a/debian/tests/python-csb
+++ b/debian/tests/build
@@ -5,6 +5,6 @@ set -eu
cp -r csb/test "$ADTTMP/"
cd "$ADTTMP"
-for python in $(pyversions -i); do
+for python in $(pyversions -i) $(py3versions -i); do
PYTHONWARNINGS=d $python test/app.py 2>&1
done
diff --git a/debian/tests/control b/debian/tests/control
index 8fa337f..e07d745 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
-Tests: python-csb
-Depends: python-csb,python-unittest2,python-numpy,python-scipy
+Tests: build
+Depends: python-csb,python3-csb,python-unittest2
--
Packaging of python-csb
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit