[qtiplot] 01/04: Disable auto_test during -indep-build.

Anton Gladky gladk at moszumanska.debian.org
Sun Dec 6 07:08:30 UTC 2015


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

gladk pushed a commit to branch master
in repository qtiplot.

commit fb1558fae0431ab07658904d4b6381c5a4eca161
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Dec 6 07:39:45 2015 +0100

    Disable auto_test during -indep-build.
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index fe34816..6b86b7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ override_dh_auto_build-indep:
 	doxygen Doxyfile
 	$(MAKE) -C manual -f Makefile all
 
-overrid_dh_auto_clean:
+override_dh_auto_clean:
 	dh_auto_clean
 	find -type f -name Makefile ! -path ./manual/Makefile -exec rm -f {} \;
 	find -type f -name '*.qm' -exec rm -f {} \;
@@ -69,3 +69,5 @@ get-orig-source:
 	tar -czf qtiplot_$$VER.orig.tar.gz qtiplot-$$VER; \
 	rm -rf qtiplot-$$VER; \
 	rm -f qtiplot_$$VER.orig.tar.bz2);
+
+override_dh_auto_test-indep:

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



More information about the debian-science-commits mailing list