[Python-modules-commits] r23650 - in packages/nose/trunk/debian (3 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Mon Mar 4 12:20:26 UTC 2013


    Date: Monday, March 4, 2013 @ 12:20:23
  Author: mitya57-guest
Revision: 23650

Refresh patches.

Modified:
  packages/nose/trunk/debian/changelog
  packages/nose/trunk/debian/patches/no-google-analytics
  packages/nose/trunk/debian/patches/no-install-data

Modified: packages/nose/trunk/debian/changelog
===================================================================
--- packages/nose/trunk/debian/changelog	2013-03-04 11:44:55 UTC (rev 23649)
+++ packages/nose/trunk/debian/changelog	2013-03-04 12:20:23 UTC (rev 23650)
@@ -11,6 +11,7 @@
   * Disable some unstable tests (in multiprocessing module) to make the
     package not FTBFS.
   * Run the tests for Python 3.x during build.
+  * Refresh patches.
 
   [ Charlie Smotherman ]
   * Removed myself from uploaders in debian/control

Modified: packages/nose/trunk/debian/patches/no-google-analytics
===================================================================
--- packages/nose/trunk/debian/patches/no-google-analytics	2013-03-04 11:44:55 UTC (rev 23649)
+++ packages/nose/trunk/debian/patches/no-google-analytics	2013-03-04 12:20:23 UTC (rev 23650)
@@ -1,17 +1,18 @@
 Description: Remove Google Analytics tracking JS
 Author: Stefano Rivera <stefanor at debian.org>
 Forwarded: not-needed
-Last-Update: 2012-02-03
+Last-Update: 2013-03-04
 
 --- a/doc/.templates/layout.html
 +++ b/doc/.templates/layout.html
-@@ -3,14 +3,3 @@
+@@ -3,16 +3,3 @@
  {%- block relbar1 %}
  {% if pagename != 'index' %}{{ super() }}{% endif %}
  {% endblock %}
 -
 -{%- block footer %}
 -{{ super() }}
+-{% if not embedded %}
 -<script src="http://www.google-analytics.com/urchin.js" 
 -        type="text/javascript">
 -</script>
@@ -19,4 +20,5 @@
 -  _uacct = "UA-2236166-1";
 -  urchinTracker();
 -</script>
+-{% endif %}
 -{%- endblock %}

Modified: packages/nose/trunk/debian/patches/no-install-data
===================================================================
--- packages/nose/trunk/debian/patches/no-install-data	2013-03-04 11:44:55 UTC (rev 23649)
+++ packages/nose/trunk/debian/patches/no-install-data	2013-03-04 12:20:23 UTC (rev 23650)
@@ -2,10 +2,11 @@
  Use debhelper to install manpage so we can use update-alternatives to
  manage the manpages.
 Author: Charlie Smotherman <cjsmo at cableone.net>
+Last-Update: 2013-03-04
 
 --- a/setup.py
 +++ b/setup.py
-@@ -102,7 +102,7 @@
+@@ -106,7 +106,7 @@
      license = 'GNU LGPL',
      keywords = 'test unittest doctest automatic discovery',
      url = 'http://readthedocs.org/docs/nose/',




More information about the Python-modules-commits mailing list