[libapache2-authcookie-perl] 07/10: Don't install READMEs under /usr/share.
    gregor herrmann 
    gregoa at debian.org
       
    Fri Sep 11 14:44:13 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libapache2-authcookie-perl.
commit 684bb95055edf68f374dcaacd5740781d50fc1c6
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Sep 11 16:16:05 2015 +0200
    Don't install READMEs under /usr/share.
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index dcb7a99..1b52f28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,11 @@ override_dh_auto_test:
 	APACHE_TEST_EXTRA_ARGS="-httpd_conf $(CURDIR)/debian/apache2.conf" \
 		dh_auto_test
 
+override_dh_auto_install:
+	dh_auto_install
+	$(RM) -v $(TMP)/usr/share/man/man3/Apache::README.apache-2.4.3pm \
+		$(TMP)/usr/share/perl5/Apache/README.apache-2.4.pod
+
 override_dh_installexamples:
 	dh_installexamples
 	sed -i -e \
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache2-authcookie-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list