[libmodule-cpants-analyse-perl] 08/13: debian/rules: back to 3 lines.

gregor herrmann gregoa at debian.org
Fri Oct 17 19:40:18 UTC 2014


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

gregoa pushed a commit to branch master
in repository libmodule-cpants-analyse-perl.

commit 8be2a073fad337e7062bebe7f067053dbae28d3c
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 17 20:37:37 2014 +0200

    debian/rules: back to 3 lines.
    
    Special casing for tests and (removed) script not needed anymore.
---
 debian/rules | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/debian/rules b/debian/rules
index a8e6319..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 %:
 	dh $@
-
-override_dh_auto_test:
-	dh_auto_test -- --test_files "$(shell ls t/*.t | grep -v analyse | grep -v t/calc_test_yaml_meta.t | grep -v t/unpack | grep -v t/calc.t | grep -v t/generated_files.t | grep -v t/moose_as_strict.t | grep -v t/plugin_manifest.t | grep -v t/perl5i | grep -v 11_hash_random)"
-
-override_dh_auto_install:
-	dh_auto_install
-	mv $(TMP)/usr/bin/cpants_lint.pl $(TMP)/usr/bin/cpants_lint
-	mv $(TMP)/usr/share/man/man1/cpants_lint.pl.1p $(TMP)/usr/share/man/man1/cpants_lint.1p

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-cpants-analyse-perl.git



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