[libmojolicious-plugin-cgi-perl] 03/04: debian/rules: drop removal of README.pod

gregor herrmann gregoa at debian.org
Fri Jun 20 15:21:36 UTC 2014


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

gregoa pushed a commit to branch master
in repository libmojolicious-plugin-cgi-perl.

commit 2d7d14cfe8d96eae52a5abc288ea8568f024c941
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 20 17:17:58 2014 +0200

    debian/rules: drop removal of README.pod
    
    which is not shipped anymore.
---
 debian/rules | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index 21bfbc9..5999411 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,8 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 %:
 	dh $@
 
-override_dh_auto_install:
-	dh_auto_install
-	rm --verbose $(TMP)/usr/share/perl5/Mojolicious/Plugin/README.pod
-	rm --verbose $(TMP)/usr/share/man/man3/Mojolicious::Plugin::README.3pm
-
 override_dh_auto_test:
 	# skip leaky pipes test
 	# https://github.com/jhthorsen/mojolicious-plugin-cgi/issues/6

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmojolicious-plugin-cgi-perl.git



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