[renpy] 09/24: Find all html files and fix the privacy issue

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 26 15:16:11 UTC 2016


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

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

commit 86fc36a03c6763729be1f866edf5e1af7f3cdaa9
Author: Markus Koschany <apo at debian.org>
Date:   Mon Jan 25 19:47:29 2016 +0100

    Find all html files and fix the privacy issue
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 754a5bf..c88ddc0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_install-indep:
 	dh_install
 	#Fix Privacy Issues
 	cd $(CURDIR)/debian/renpy-doc/usr/share/doc/renpy/html/ && \
-		ls *.html | while read f; do \
+		find . -type f -name "*.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"; \

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