[libmojolicious-plugin-cgi-perl] 01/01: remove README.pod and Mojolicious::Plugin::README.3pm

Alex Muntada alexm-guest at moszumanska.debian.org
Thu Jun 12 08:11:42 UTC 2014


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

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

commit 54e9a452e13e26ff4b990f76c15da48488a93155
Author: Alex Muntada <alexm at alexm.org>
Date:   Thu Jun 12 10:10:24 2014 +0200

    remove README.pod and Mojolicious::Plugin::README.3pm
---
 debian/changelog | 4 ++--
 debian/rules     | 8 ++++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c366ba4..3635ad8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libmojolicious-plugin-cgi-perl (0.08-1) unstable; urgency=low
+libmojolicious-plugin-cgi-perl (0.08-2) unstable; urgency=low
 
   * Initial Release. (Closes: #742195)
 
- -- Alex Muntada <alexm at alexm.org>  Tue, 10 Jun 2014 21:11:30 +0200
+ -- Alex Muntada <alexm at alexm.org>  Thu, 12 Jun 2014 10:04:27 +0200
diff --git a/debian/rules b/debian/rules
index 5999411..21bfbc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,16 @@
 #!/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