[apache2] 02/03: Restore logic to not install changelog in -data

Stefan Fritsch sf at moszumanska.debian.org
Mon May 11 20:13:25 UTC 2015


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

sf pushed a commit to branch master
in repository apache2.

commit 5724e710f1b86f4a4a2587e7f4adace08526c0f4
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Mon May 11 22:03:02 2015 +0200

    Restore logic to not install changelog in -data
    
    This got lost in 97e88a21
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 81b7ada..aa8f16d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -112,6 +112,11 @@ override_dh_installdocs-arch:
 	dh_installdocs --link-doc=apache2 -papache2 -papache2-dbg
 	dh_installdocs -a
 
+override_dh_installchangelogs:
+	# Do not install changelogs the -data package not to reduce
+	# disk space usage.
+	dh_installchangelogs -Napache2-data
+
 override_dh_installman:
 	mv debian/tmp/usr/share/man/man8/suexec.8 debian/tmp/usr/share/man/man8/suexec-pristine.8
 	pod2man debian/debhelper/dh_apache2 > debian/manpages/dh_apache2.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list