[med-svn] r16548 - in trunk/packages/python-biom-format/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Tue Apr 1 07:00:52 UTC 2014
Author: tille
Date: 2014-04-01 07:00:52 +0000 (Tue, 01 Apr 2014)
New Revision: 16548
Added:
trunk/packages/python-biom-format/trunk/debian/patches/no-web-adds.patch
Modified:
trunk/packages/python-biom-format/trunk/debian/changelog
trunk/packages/python-biom-format/trunk/debian/control
trunk/packages/python-biom-format/trunk/debian/patches/series
Log:
Save user privacy by preventing inclusion of web adds
Modified: trunk/packages/python-biom-format/trunk/debian/changelog
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/changelog 2014-03-31 22:21:11 UTC (rev 16547)
+++ trunk/packages/python-biom-format/trunk/debian/changelog 2014-04-01 07:00:52 UTC (rev 16548)
@@ -6,6 +6,8 @@
Closes: #742691
* Package is now Architecture: all
* Incorporate changes by BioLinux
+ * debian/patches/no-web-adds.patch: Save user privacy by preventing inclusion
+ of web adds
-- Andreas Tille <tille at debian.org> Thu, 27 Mar 2014 11:52:15 +0100
Modified: trunk/packages/python-biom-format/trunk/debian/control
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/control 2014-03-31 22:21:11 UTC (rev 16547)
+++ trunk/packages/python-biom-format/trunk/debian/control 2014-04-01 07:00:52 UTC (rev 16548)
@@ -4,7 +4,7 @@
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
- python-all-dev,
+ python-all,
python-numpy,
help2man,
python-dateutil,
Added: trunk/packages/python-biom-format/trunk/debian/patches/no-web-adds.patch
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/patches/no-web-adds.patch (rev 0)
+++ trunk/packages/python-biom-format/trunk/debian/patches/no-web-adds.patch 2014-04-01 07:00:52 UTC (rev 16548)
@@ -0,0 +1,27 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 27 Mar 2014 11:52:15 +0100
+Description: Save user privacy by preventing inclusion of web adds
+
+--- a/doc/_templates/layout.html
++++ /dev/null
+@@ -1,19 +0,0 @@
+-{% extends "!layout.html" %}
+-
+-{# include the Google Analytics Tracker #}
+-{% block footer %}
+-{{ super() }}
+-<script type="text/javascript">
+-
+- var _gaq = _gaq || [];
+- _gaq.push(['_setAccount', 'UA-6636235-6']);
+- _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>
+-{% endblock %}
+\ No newline at end of file
Modified: trunk/packages/python-biom-format/trunk/debian/patches/series
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/patches/series 2014-03-31 22:21:11 UTC (rev 16547)
+++ trunk/packages/python-biom-format/trunk/debian/patches/series 2014-04-01 07:00:52 UTC (rev 16548)
@@ -1,2 +1,3 @@
smart_arse_fix.patch
ignore_local_dist-packages.patch
+no-web-adds.patch
More information about the debian-med-commit
mailing list