[Python-modules-commits] r13734 - in packages/matplotlib/branches/experimental/debian (2 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Jun 30 18:06:54 UTC 2010


    Date: Wednesday, June 30, 2010 @ 18:06:50
  Author: morph
Revision: 13734

* debian/patches/10_build_fix.patch
  - updated to new upstream code

Modified:
  packages/matplotlib/branches/experimental/debian/changelog
  packages/matplotlib/branches/experimental/debian/patches/10_build_fix.patch

Modified: packages/matplotlib/branches/experimental/debian/changelog
===================================================================
--- packages/matplotlib/branches/experimental/debian/changelog	2010-06-30 17:44:53 UTC (rev 13733)
+++ packages/matplotlib/branches/experimental/debian/changelog	2010-06-30 18:06:50 UTC (rev 13734)
@@ -1,8 +1,10 @@
 matplotlib (1.0~rc1-1) UNRELEASED; urgency=low
 
   * New upstream release (first RC of upcoming 1.0 release)
+  * debian/patches/10_build_fix.patch
+    - updated to new upstream code
 
- -- Sandro Tosi <morph at debian.org>  Wed, 30 Jun 2010 19:44:12 +0200
+ -- Sandro Tosi <morph at debian.org>  Wed, 30 Jun 2010 20:06:34 +0200
 
 matplotlib (0.99.3-1) unstable; urgency=low
 

Modified: packages/matplotlib/branches/experimental/debian/patches/10_build_fix.patch
===================================================================
--- packages/matplotlib/branches/experimental/debian/patches/10_build_fix.patch	2010-06-30 17:44:53 UTC (rev 13733)
+++ packages/matplotlib/branches/experimental/debian/patches/10_build_fix.patch	2010-06-30 18:06:50 UTC (rev 13734)
@@ -3,11 +3,11 @@
 Author: Sandro Tosi <morph at debian.org>
 Last-Update: 2010-02-06
 
-Index: matplotlib-0.99.3/setupext.py
+Index: matplotlib-1.0~rc1/setupext.py
 ===================================================================
---- matplotlib-0.99.3.orig/setupext.py	2010-03-09 15:20:20.000000000 +0100
-+++ matplotlib-0.99.3/setupext.py	2010-06-12 10:01:18.165019669 +0200
-@@ -47,12 +47,12 @@
+--- matplotlib-1.0~rc1.orig/setupext.py	2010-06-07 15:11:57.000000000 +0200
++++ matplotlib-1.0~rc1/setupext.py	2010-06-30 20:05:25.676158843 +0200
+@@ -49,12 +49,12 @@
  
  basedir = {
      'win32'  : ['win32_static',],
@@ -26,7 +26,7 @@
      'cygwin' : ['/usr/local', '/usr',],
      '_darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
                  '/usr', '/sw'],
-@@ -67,11 +67,12 @@
+@@ -69,10 +69,10 @@
      'freebsd5' : ['/usr/local', '/usr'],
      'freebsd6' : ['/usr/local', '/usr'],
      'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
@@ -38,8 +38,6 @@
 +    'gnukfreebsd6' : ['/usr'],
 +    'gnukfreebsd7' : ['/usr'],
 +    'gnukfreebsd8' : ['/usr'],
+     'gnu0' : ['/usr'],
      'aix5' : ['/usr/local'],
-+    'gnu0' : ['/usr'],
  }
- 
- import sys, os, stat




More information about the Python-modules-commits mailing list