This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository renpy.
commit 9751ca06481c8fee79d2200ee92b393628cc491f Author: Markus Koschany <[email protected]> Date: Mon Mar 28 00:21:46 2016 +0200 Update privacy breach fix --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ea3361c..de5e5b9 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ override_dh_install-indep: 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"; \ + | 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: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

