[pyfai] 08/10: refresh the rules files to unactive the tests

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Fri Jul 24 12:10:03 UTC 2015


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

picca pushed a commit to branch master
in repository pyfai.

commit 48f2e6ff4b760b7206b9a40be26aa6c3c945562b
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Fri Jul 24 11:26:51 2015 +0200

    refresh the rules files to unactive the tests
---
 debian/rules | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/debian/rules b/debian/rules
index bbe199b..d0b4777 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,22 +1,10 @@
 #!/usr/bin/make -f
 
-export DH_VERBOSE=1
-
 %:
 	dh $@ --with python2 --buildsystem=pybuild
 
-# do not remove the histogram.c file this code is there
-# beacuse git-buildpackage is run without eh patch applyed. It
-# will be possible to get rid of this once the patch applyed
-# upstream.
-override_dh_auto_clean:
-	touch src/histogram_omp.c
-
-	dh_auto_clean
-
 override_dh_clean:
 	dh_clean
-
 	# remove the cython generated file to force rebuild
 	rm -f $(patsubst %.pyx,%.c,$(wildcard src/*.pyx))
 
@@ -26,4 +14,4 @@ override_dh_auto_install:
 	dh_numpy
 
 override_dh_auto_test:
-	dh_auto_test -- -s custom --test-args="env PYTHONPATH={build_dir} {interpreter} test/test_all.py"
+#	dh_auto_test -- -s custom --test-args="env PYTHONPATH={build_dir} {interpreter} test/test_all.py"

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



More information about the debian-science-commits mailing list