[libfurl-perl] 18/20: Drop empty man pages.

Jonas Smedegaard dr at jones.dk
Sun Oct 1 16:26:29 UTC 2017


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

js pushed a commit to branch master
in repository libfurl-perl.

commit 3e0959d8a76edb06b741d9da227674a03ba33aef
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Oct 1 18:21:41 2017 +0200

    Drop empty man pages.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 57f0e1b..0f3bf39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,3 +45,7 @@ CDBS_SUGGESTS_$(pkg) = $(deps-test-opt-suggest)
 # disable DNS queries during build
 # (glibc feature)
 export RES_OPTIONS=attempts:0
+
+# drop empty man pages
+binary-fixup/$(pkg)::
+	find debian/$(pkg)/usr/share/man/man3 -type f -size 20c -delete

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



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