[med-svn] r17690 - in trunk/packages/python-pynast/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Mon Aug 11 14:47:25 UTC 2014


Author: tille
Date: 2014-08-11 14:47:25 +0000 (Mon, 11 Aug 2014)
New Revision: 17690

Added:
   trunk/packages/python-pynast/trunk/debian/patches/
   trunk/packages/python-pynast/trunk/debian/patches/do_not_install_privacy_breaching_scripts.patch
   trunk/packages/python-pynast/trunk/debian/patches/series
Modified:
   trunk/packages/python-pynast/trunk/debian/changelog
Log:
Do not install privacy breaking scripts


Modified: trunk/packages/python-pynast/trunk/debian/changelog
===================================================================
--- trunk/packages/python-pynast/trunk/debian/changelog	2014-08-11 14:36:16 UTC (rev 17689)
+++ trunk/packages/python-pynast/trunk/debian/changelog	2014-08-11 14:47:25 UTC (rev 17690)
@@ -2,6 +2,8 @@
 
   * New upsteam version now on Github (adapted d/watch)
   * cme fix dpkg-control
+  * debian/patches/do_not_install_privacy_breaching_scripts.patch: Do not
+    install privacy breaking scripts
 
  -- Andreas Tille <tille at debian.org>  Mon, 11 Aug 2014 16:33:56 +0200
 

Added: trunk/packages/python-pynast/trunk/debian/patches/do_not_install_privacy_breaching_scripts.patch
===================================================================
--- trunk/packages/python-pynast/trunk/debian/patches/do_not_install_privacy_breaching_scripts.patch	                        (rev 0)
+++ trunk/packages/python-pynast/trunk/debian/patches/do_not_install_privacy_breaching_scripts.patch	2014-08-11 14:47:25 UTC (rev 17690)
@@ -0,0 +1,47 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 11 Aug 2014 16:33:56 +0200
+Description: Do not install privacy breaking scripts
+
+--- a/doc/_templates/layout.html
++++ b/doc/_templates/layout.html
+@@ -8,8 +8,6 @@
+ 
+ {% block extrahead %}     
+ <meta http-equiv="Content-Style-Type" content="text/css" />
+-<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAdyJBQQABvxRaME0S-wyQoxTmluCkmlcBcOZMfdDozzndIHJ6lxRpv5opdXpr1SRwPuMUtSSFwWiDgw"></script>
+-<script type="text/javascript" src="{{ pathto("_static/google_feed.js",1)}}"></script>
+ {% endblock %}
+ 
+ {% block relbar1 %}
+--- a/doc/_static/google_feed.js
++++ b/doc/_static/google_feed.js
+@@ -1,28 +0,0 @@
+-google.load("feeds", "1");
+-
+-function initialize() {
+-  var feed = new google.feeds.Feed("http://pynast.wordpress.com/feed/");
+-  feed.load(function(result) {
+-    if (!result.error) {
+-      var container = document.getElementById("feed");
+-      for (var i = 0; i < 5; i++) {
+-        var entry = result.feed.entries[i];
+-        var tr =document.createElement('tr')
+-        var td =document.createElement('td')
+-        var link = document.createElement('a');
+-        link.setAttribute('href', entry.link);
+-        var dot = document.createElement('b');
+-        dot.setAttribute('style', 'color: #BFD1D4; font-size: 10pt');
+-        var dottext=document.createTextNode('• ')
+-        dot.appendChild(dottext)
+-        link.appendChild(dot)
+-        var title=document.createTextNode(entry.title)
+-        link.appendChild(title)
+-        td.appendChild(link)
+-        tr.appendChild(td)
+-        container.appendChild(tr);
+-      }
+-    }
+-  });
+-}
+-google.setOnLoadCallback(initialize);
+\ No newline at end of file

Added: trunk/packages/python-pynast/trunk/debian/patches/series
===================================================================
--- trunk/packages/python-pynast/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/python-pynast/trunk/debian/patches/series	2014-08-11 14:47:25 UTC (rev 17690)
@@ -0,0 +1 @@
+do_not_install_privacy_breaching_scripts.patch




More information about the debian-med-commit mailing list