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 <gre...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to