[libterm-query-perl] 04/05: Don't install test helper script/module.

gregor herrmann gregoa at debian.org
Tue Jan 12 20:26:00 UTC 2016


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

gregoa pushed a commit to annotated tag debian/2.0-10
in repository libterm-query-perl.

commit 66d8524cc5ba223237667b078163e246eaba3697
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jan 12 21:22:16 2016 +0100

    Don't install test helper script/module.
---
 debian/rules | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index 1dd44ac..b06bc2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,16 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
 
 override_dh_auto_test:
 	# As noted in the readme, the tests do not work.
+
+override_dh_auto_install:
+	dh_auto_install
+	# test helpers
+	$(RM) -v $(TMP)/usr/share/perl5/Term/Query_Test.pl
+	$(RM) -v $(TMP)/usr/share/perl5/Term/Tester.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libterm-query-perl.git



More information about the Pkg-perl-cvs-commits mailing list