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

carnil pushed a commit to branch master
in repository libsvn-hooks-perl.

commit 0dfd98f24f9920377aec818455b2f5fe07658fdf
Author: Salvatore Bonaccorso <car...@debian.org>
Date:   Sun May 31 16:18:13 2015 +0200

    Don't install README.pod and generated manpage SVN::README.3pm
    
    Add an override target for dh_auto_install to remove the installed
    README.pod and the generated corresponding manpage SVN::README.3pm.
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 4fd810e..bf76b1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,8 @@ override_dh_installexamples:
        dh_installexamples
        # only snippets
        chmod -x $(TMP)/usr/share/doc/$(PACKAGE)/examples/*.pl
+
+override_dh_auto_install:
+       dh_auto_install
+       rm --verbose $(TMP)/usr/share/perl5/SVN/README.pod
+       rm --verbose $(TMP)/usr/share/man/man3/SVN::README.3pm

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to