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

[texlive-nonbin] 07/12: fix privacy for jadetex html files



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

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

commit 4b0c83d57b056b20ba6b65595efd0f3358a485e1
Author: Norbert Preining <preining@debian.org>
Date:   Tue Feb 23 00:07:58 2016 +0900

    fix privacy for jadetex html files
---
 all/debian/fix-privacy-breach | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/all/debian/fix-privacy-breach b/all/debian/fix-privacy-breach
index 8113402..c0b7f85 100644
--- a/all/debian/fix-privacy-breach
+++ b/all/debian/fix-privacy-breach
@@ -10,6 +10,10 @@
 
 pkg="$1"
 
+jadetexfiles="
+	usr/share/doc/texlive-doc/otherformats/jadetex/base/index.html
+"
+
 pdfjamfiles="
 	usr/share/doc/texlive-doc/support/pdfjam/PDFjam-README.html
 "
@@ -81,3 +85,13 @@ for f in $komafiles ; do
   fi
 done
 
+for f in $jadetexfiles ; do
+  ff="debian/$pkg/$f"
+  if [ -r $ff ] ; then
+    sed \
+        -e 's!src="http://sourceforge.net/sflogo.php[^"]*"!!g'  \
+	   $ff > $ff.new
+    mv $ff.new $ff
+  fi
+done
+  

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


Reply to: