[Python-modules-commits] r34424 - in packages/pywavelets/trunk/debian (3 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed Sep 30 16:03:13 UTC 2015


    Date: Wednesday, September 30, 2015 @ 16:03:11
  Author: eriol-guest
Revision: 34424

Remove Google Analitics and Travis build badge

Added:
  packages/pywavelets/trunk/debian/patches/02-remove_privacy_offenders.patch
Modified:
  packages/pywavelets/trunk/debian/changelog
  packages/pywavelets/trunk/debian/patches/series

Modified: packages/pywavelets/trunk/debian/changelog
===================================================================
--- packages/pywavelets/trunk/debian/changelog	2015-09-30 16:00:37 UTC (rev 34423)
+++ packages/pywavelets/trunk/debian/changelog	2015-09-30 16:03:11 UTC (rev 34424)
@@ -20,12 +20,14 @@
   * debian/patches/01-get_version_from_source.patch
     - Grab version from the source code instead of importing pywt to build
       documentation at package build time.
+  * debian/02-remove_privacy_offenders.patch
+    Remove Google Analitics and Travis build badge.
   * debian/rules
     - Rewrite from scratch using pybuild.
   * debian/watch
     - Use pypi.debian.net redirector.
 
- -- Daniele Tricoli <eriol at mornie.org>  Wed, 30 Sep 2015 14:04:10 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Wed, 30 Sep 2015 18:01:23 +0200
 
 pywavelets (0.2.2-2) unstable; urgency=low
 

Added: packages/pywavelets/trunk/debian/patches/02-remove_privacy_offenders.patch
===================================================================
--- packages/pywavelets/trunk/debian/patches/02-remove_privacy_offenders.patch	                        (rev 0)
+++ packages/pywavelets/trunk/debian/patches/02-remove_privacy_offenders.patch	2015-09-30 16:03:11 UTC (rev 34424)
@@ -0,0 +1,44 @@
+Description: Remove Google Analitics and Travis build badge.
+Author: Daniele Tricoli <eriol at mornie.org>
+Forwarded: not-needed
+Last-Update: 2015-09-30
+
+--- a/doc/source/_templates/page.html
++++ b/doc/source/_templates/page.html
+@@ -21,19 +21,6 @@
+         });
+     })(jQuery);
+ </script>
+-<script type="text/javascript">
+-    var _gaq = _gaq || [];
+-    _gaq.push(['_setAccount', 'UA-3396395-3']);
+-    _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 %}
+ 
+ {# Remove version number from the top and bottom path bars #}
+--- a/doc/source/dev/testing.rst
++++ b/doc/source/dev/testing.rst
+@@ -9,14 +9,6 @@
+ The project is using `Travis-CI <https://travis-ci.org/PyWavelets/pywt>`_ service
+ for continous integration and testing.
+ 
+-Current build status is:
+-
+-.. image::
+-    https://secure.travis-ci.org/PyWavelets/pywt.png?branch=master
+-    :alt: Build Status
+-    :target: https://secure.travis-ci.org/PyWavelets/pywt
+-
+-
+ If you are submitting a patch or pull request please make sure it
+ does not break the build.
+ 

Modified: packages/pywavelets/trunk/debian/patches/series
===================================================================
--- packages/pywavelets/trunk/debian/patches/series	2015-09-30 16:00:37 UTC (rev 34423)
+++ packages/pywavelets/trunk/debian/patches/series	2015-09-30 16:03:11 UTC (rev 34424)
@@ -1 +1,2 @@
 01-get_version_from_source.patch
+02-remove_privacy_offenders.patch




More information about the Python-modules-commits mailing list