[libatombus-perl] 01/03: Don't install README manpage.

gregor herrmann gregoa at debian.org
Sun Jul 19 11:24:15 UTC 2015


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

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

commit 4050bc6afeff5690971979799e31a6d170c69042
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jul 19 13:16:34 2015 +0200

    Don't install README manpage.
    
    Thanks: Andreas Beckmann for the bug report.
    Closes: #792844
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8801ec6..c796a6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,4 +41,5 @@ DEB_INSTALL_EXAMPLES_ALL = config.yml environments public
 
 # Remove virtually empty and wrongly placed README
 common-binary-post-install-indep::
-	rm -f "$(DEB_DESTDIR)/usr/share/perl5/README.pod"
+	rm -f "$(DEB_DESTDIR)/usr/share/perl5/README.pod" \
+		"$(DEB_DESTDIR)/usr/share/man/man3/README.3pm"

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



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