[Python-modules-commits] r25317 - in packages/matplotlib/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Jul 30 18:14:12 UTC 2013


    Date: Tuesday, July 30, 2013 @ 18:14:10
  Author: morph
Revision: 25317

* debian/patches/60_set_distribute_version.patch
  - set distribute version as shipped by Debian

Added:
  packages/matplotlib/trunk/debian/patches/60_set_distribute_version.patch
Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/patches/series

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2013-07-30 16:56:24 UTC (rev 25316)
+++ packages/matplotlib/trunk/debian/changelog	2013-07-30 18:14:10 UTC (rev 25317)
@@ -14,6 +14,8 @@
     - changed location of user-specific config file
   * debian/patches/*
     - refreshed and removed merged patch
+  * debian/patches/60_set_distribute_version.patch
+    - set distribute version as shipped by Debian
   * debian/copyright
     - extend packaging copyright years
     - update upstream copyright notice
@@ -22,7 +24,7 @@
   * Use canonical URIs for Vcs-* fields.
   * Fix typos in README.debian.
 
- -- Sandro Tosi <morph at debian.org>  Sun, 21 Jul 2013 20:00:32 +0200
+ -- Sandro Tosi <morph at debian.org>  Tue, 30 Jul 2013 20:13:00 +0200
 
 matplotlib (1.2.0-1) experimental; urgency=low
 

Added: packages/matplotlib/trunk/debian/patches/60_set_distribute_version.patch
===================================================================
--- packages/matplotlib/trunk/debian/patches/60_set_distribute_version.patch	                        (rev 0)
+++ packages/matplotlib/trunk/debian/patches/60_set_distribute_version.patch	2013-07-30 18:14:10 UTC (rev 25317)
@@ -0,0 +1,17 @@
+Description: Use distribute version as shipped by Debian
+Author: Sandro Tosi <morph at debian.org>
+Forwarded: not-needed
+Last-Update: 2013-07-30
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/distribute_setup.py
++++ b/distribute_setup.py
+@@ -49,7 +49,7 @@ except ImportError:
+             args = [quote(arg) for arg in args]
+         return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
+ 
+-DEFAULT_VERSION = "0.6.45"
++DEFAULT_VERSION = "0.6.37"
+ DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
+ SETUPTOOLS_FAKED_VERSION = "0.6c11"
+ 

Modified: packages/matplotlib/trunk/debian/patches/series
===================================================================
--- packages/matplotlib/trunk/debian/patches/series	2013-07-30 16:56:24 UTC (rev 25316)
+++ packages/matplotlib/trunk/debian/patches/series	2013-07-30 18:14:10 UTC (rev 25317)
@@ -2,3 +2,4 @@
 20_matplotlibrc_path_search_fix.patch
 40_bts608939_draw_markers_description.patch
 50_bts608942_spaces_in_param_args.patch
+60_set_distribute_version.patch




More information about the Python-modules-commits mailing list