[libpdf-reuse-perl] 04/05: debian/rules: don't install empty PDF::Reuse::Util manpage.

gregor herrmann gregoa at debian.org
Thu Apr 30 17:14:05 UTC 2015


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

gregoa pushed a commit to branch master
in repository libpdf-reuse-perl.

commit 8c3edca0199b9b3718d3da30228b9b03698e80d2
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Apr 30 19:08:32 2015 +0200

    debian/rules: don't install empty PDF::Reuse::Util manpage.
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..fb9336d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# remove empty manpage
+	$(RM) -v $(TMP)/usr/share/man/man3/PDF::Reuse::Util.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdf-reuse-perl.git



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