[arrayfire] 06/09: d/p/*: add patch fixing privacy breaching content

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat May 30 17:54:17 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.

commit bea31c08f06d1984c7964d7f7c4f0e682b23feff
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sat May 30 17:54:18 2015 +0100

    d/p/*: add patch fixing privacy breaching content
---
 .../patches/0004-disable-privacy-breach-doc.patch  | 62 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 63 insertions(+)

diff --git a/debian/patches/0004-disable-privacy-breach-doc.patch b/debian/patches/0004-disable-privacy-breach-doc.patch
new file mode 100644
index 0000000..bb3dac6
--- /dev/null
+++ b/debian/patches/0004-disable-privacy-breach-doc.patch
@@ -0,0 +1,62 @@
+Description: disable potential privacy breaching components in docs
+Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Forwarded: not-needed
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/docs/footer.htm
++++ b/docs/footer.htm
+@@ -4,54 +4,6 @@
+ </div>
+ </div>
+ 
+-<!--Google Analytics-->
+-<script type="text/javascript">
+-  var _gaq = _gaq || [];
+-  _gaq.push(['_setAccount', 'UA-5076919-1']);
+-  _gaq.push(['_setDomainName', '.arrayfire.com']);
+-  _gaq.push(['_trackPageview']);
+-
+-  (function() {
+-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+-  })();
+-</script>
+-
+-<!--Spectate-->
+-<script type="text/javascript">
+-  sAId = "151";
+-  sCId = "688";
+-
+-  (function() {
+-    function async_load(){
+-      var s = document.createElement('script'); s.type = 'text/javascript';
+-      s.src = (('https:' == document.location.protocol) ? "https://ssl" : "http://cdn") + ".spectate.com/s.js";
+-      var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
+-    }
+-    if(window.attachEvent) { window.attachEvent('onload', async_load); }
+-    else { window.addEventListener('load', async_load, false); }
+-  })();
+-</script>
+-
+-<!--Adroll-->
+-<script type="text/javascript">
+-adroll_adv_id = "ZRWI4W4RTRHENOWGXZY5JQ";
+-adroll_pix_id = "QLXGBK3MSFB6LOL6PES2MT";
+-(function () {
+-var oldonload = window.onload;
+-window.onload = function(){
+-   __adroll_loaded=true;
+-   var scr = document.createElement("script");
+-   var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");
+-   scr.setAttribute('async', 'true');
+-   scr.type = "text/javascript";
+-   scr.src = host + "/j/roundtrip.js";
+-   ((document.getElementsByTagName('head') || [null])[0] ||
+-    document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
+-   if(oldonload){oldonload()}};
+-}());
+-</script>
+ 
+ </body>
+ </html>
diff --git a/debian/patches/series b/debian/patches/series
index 9e1fc33..6f250f0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-set-the-lib-version.patch
 0002-enable-multiarch.patch
 0003-fix-doxygen-settings.patch
+0004-disable-privacy-breach-doc.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list