[opengm] 06/14: d/rules: simplify dh_autotest override.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Feb 14 16:25:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository opengm.
commit 37d33cfc232e4d39413c0994b3e4cb2aa8edc87a
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Wed Feb 3 10:53:09 2016 +0000
d/rules: simplify dh_autotest override.
---
debian/rules | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 9d0215b..ca3ab37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,7 @@ override_dh_auto_install-arch:
dh_auto_install --arch
dh_numpy --package=python-opengm
-override_dh_auto_test-arch:
+override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Run library testsuite.
cd obj-* && \
@@ -55,9 +55,6 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
make test-python-wrapper
endif
-override_dh_auto_test-indep:
- # Pass.
-
override_dh_installdocs-indep:
dh_installdocs --indep
dh_doxygen --package=libopengm-doc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git
More information about the debian-science-commits
mailing list