[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-nonbin] 02/10: more privacy fixes



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

preining pushed a commit to branch master
in repository texlive-nonbin.

commit b3d88a473db0038c9e183604dcfe9b24aa18c74d
Author: Norbert Preining <preining@debian.org>
Date:   Thu Mar 5 15:16:07 2015 +0900

    more privacy fixes
---
 all/debian/fix-privacy-breach | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/all/debian/fix-privacy-breach b/all/debian/fix-privacy-breach
index c759329..4c5514b 100644
--- a/all/debian/fix-privacy-breach
+++ b/all/debian/fix-privacy-breach
@@ -55,8 +55,9 @@ done
 for f in $komafiles ; do
   ff="debian/$pkg/$f"
   if [ -r $ff ] ; then
-    sed -e 's!src="http://www.w3.org/Icons/valid-xhtml10"!!g' \
-        -e 's!src="http://www.w3.org/Icons/valid-html40"!!g'  \
+    sed -e 's!src="http://www.w3.org/icons/valid-xhtml10"!!g' \
+        -e 's!src="http://www.w3.org/icons/valid-xhtml11"!!g'  \
+        -e 's!src="http://www.w3.org/icons/valid-html40"!!g'  \
 	   $ff > $ff.new
     mv $ff.new $ff
   fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git


Reply to: