[SCM] Packaging for pyfai branch, experimental, updated. upstream/0.8.0-16-g566936b

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Tue Nov 20 15:03:01 UTC 2012


The following commit has been merged in the experimental branch:
commit 566936b341ade83dbbd905828344e38fca72e0c5
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Tue Nov 20 16:01:59 2012 +0100

    fix the test suite

diff --git a/debian/control b/debian/control
index 7794685..d7cfb16 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,13 @@ Section: science
 Priority: extra
 Build-Depends: debhelper (>= 8),
                python-all-dev,
-               python-numpy
+               python-fabio,
+               python-imaging,
+               python-lxml,
+               python-matplotlib,
+               python-numpy,
+               python-scipy,
+               python-tk
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pyfai.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/pyfai.git
diff --git a/debian/rules b/debian/rules
index 3360961..42ebe19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,18 @@
 #!/usr/bin/make -f
 
+export DH_VERBOSE=1
+
 PYVERS=$(shell pyversions -vs)
 
 override_dh_auto_install:
 	dh_auto_install
 	dh_numpy
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-        set -e -x; \
-        for py in $(PYVERS); do \
-                cd $(CURDIR)/build/lib.*-$$py;\
-                env PYTHONPATH=. python$$py $(CURDIR)/test/test_all.py;\
-        done
+	set -e -x; \
+	for py in $(PYVERS); do \
+		cd $(CURDIR)/build/lib.*-$$py;\
+		env PYTHONPATH=. python$$py $(CURDIR)/test/test_all.py;\
+	done
 endif
 
 %:

-- 
Packaging for pyfai



More information about the debian-science-commits mailing list