[libdist-zilla-plugin-run-perl] 04/05: Remove empty manpage during installation. Upstream do not have manpage.

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 21 16:33:56 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libdist-zilla-plugin-run-perl.

commit fce3390411eb126d17d51fd8a0857e1892ed9332
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Aug 21 13:04:41 2015 -0300

    Remove empty manpage during installation. Upstream do not have manpage.
---
 debian/changelog | 2 ++
 debian/rules     | 7 +++++++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4279084..c436157 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ libdist-zilla-plugin-run-perl (0.042-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Import upstream version 0.042
   * Declare compliance with Debian policy 3.9.6
+  * Remove empty manpage during installation. Upstream do not have
+    manpage.
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Fri, 21 Aug 2015 12:53:50 -0300
 
diff --git a/debian/rules b/debian/rules
index 2d33f6a..71078e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,11 @@
 #!/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/man/man3/Dist::Zilla::Plugin::Run::Role::Runner.3pm

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



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