[libmail-box-perl] 01/04: rules: remove empty files from usr/share/man/man3

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 4 08:54:47 UTC 2018


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

dmn pushed a commit to branch master
in repository libmail-box-perl.

commit d36447df5b1f9b3e39eb521fd48afec1d8555dfb
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Jan 4 08:52:14 2018 +0000

    rules: remove empty files from usr/share/man/man3
    
    there's an empty Mail::Box-Shorts.3pm
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..abd75d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_install:
+	dh_install
+	find debian/libmail-box-perl/usr/share/man/man3 -size 0 -delete

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



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