[libtask-kensho-perl] 03/06: d/rules
Nick Morrott
nickm-guest at moszumanska.debian.org
Fri May 27 23:39:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
nickm-guest pushed a commit to branch master
in repository libtask-kensho-perl.
commit 22bba67c3e39773aa42c5c7a88b9267242272ccd
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date: Fri May 27 19:27:35 2016 +0100
d/rules
* use empty override_dh_auto_test to skip unused tests
---
debian/rules | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 6ecd2f9..dae9421 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,14 @@
#!/usr/bin/make -f
-export DEB_BUILD_OPTIONS=nocheck
-
PACKAGE = $(shell dh_listpackages)
TMP = $(CURDIR)/debian/$(PACKAGE)
%:
dh $@
+# skip tests, which we do not make use of in this metapackage
+override_dh_auto_test:
+
# all packages get the upstream Changes
override_dh_installchangelogs:
dh_installchangelogs -A Changes
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtask-kensho-perl.git
More information about the Pkg-perl-cvs-commits
mailing list