[libhttp-oai-perl] 03/06: debian/rules: remove empty manpages (Module::Build::Tiny artifact).

gregor herrmann gregoa at debian.org
Fri Jul 14 22:20:22 UTC 2017


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

gregoa pushed a commit to branch master
in repository libhttp-oai-perl.

commit b906d4fcf5cd13d2f558d6178d090e3cc9dac0c3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 15 00:13:48 2017 +0200

    debian/rules: remove empty manpages (Module::Build::Tiny artifact).
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 07bfd71..c36e401 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,3 +27,5 @@ override_dh_auto_install:
 	   $(TMP)/usr/share/man/man1/oai_browser.1p
 	mv $(TMP)/usr/share/man/man1/oai_pmh.pl.1p \
 	   $(TMP)/usr/share/man/man1/oai_pmh.1p
+	# remove empty manpages
+	find $(TMP)/usr/share/man/man3 -type f -size 0 -delete

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



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