[renpy] 19/30: Remove obsolete code for privacy issues.

Markus Koschany apo at moszumanska.debian.org
Sat Dec 2 23:20:36 UTC 2017


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

apo pushed a commit to branch master
in repository renpy.

commit 790953437076fb05ff52e1bded36c601d52ded0c
Author: Markus Koschany <apo at debian.org>
Date:   Sat Dec 2 22:30:33 2017 +0100

    Remove obsolete code for privacy issues.
---
 debian/rules | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index c4e0384..bbf5074 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,13 +24,6 @@ override_dh_install-indep:
 	icns2png -x -s 128x128 -d 32 the_question/icon.icns
 	mv icon_128x128x32.png renpy-thequestion.png
 	dh_install
-	#Fix Privacy Issues
-	cd $(CURDIR)/debian/renpy-doc/usr/share/doc/renpy/html/ && \
-		find . -type f -name "*.html" | while read f; do \
-			cp "$$f" "$$f.orig"; \
-			cat "$$f.orig" \
-				| awk -vnum=10 '/http|https:\/\/www.google.com\/jsapi/{for(i=0;i<=num;i++)getline}1' > "$$f"; \
-		done; rm *.orig
 
 override_dh_auto_build:
 	find */ -name "*.py" | while read F; do chmod --verbose 644 "$$F"; done

-- 
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