[renpy] 128/146: Use dh_installdocs override for fixing the privacy issues.

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:31 UTC 2016


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

apo-guest pushed a commit to branch experimental
in repository renpy.

commit c50798a9fe6c100d71d9f6fba793dcadc15a0e81
Author: Markus Koschany <apo at debian.org>
Date:   Tue Jan 12 14:49:18 2016 +0100

    Use dh_installdocs override for fixing the privacy issues.
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4a84af7..60988c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,13 +19,16 @@ override_dh_install:
 	find */ -name "*.py" | while read F; do chmod --verbose 644 "$$F"; done
 	chmod +x renpy.py
 	#Fix Privacy Issues
+	dh_install
+
+override_dh_installdocs:
+	dh_installdocs
 	cd $(CURDIR)/debian/renpy-doc/usr/share/doc/renpy/html/ && \
 		ls *.html | while read f; do \
 			cp "$$f" "$$f.orig"; \
 			cat "$$f.orig" \
 				| awk -vnum=10 '/http:\/\/www.google.com\/jsapi/{for(i=0;i<=num;i++)getline}1' > "$$f"; \
 		done; rm *.orig
-	dh_install
 
 override_dh_auto_build:
 	export RENPY_DEPS_INSTALL=$(RENPY_DEPS_INSTALL) ; \

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



More information about the Pkg-games-commits mailing list