[Python-modules-commits] r6123 - in packages/matplotlib/trunk/debian (2 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Tue Aug 5 16:50:05 UTC 2008


    Date: Tuesday, August 5, 2008 @ 16:50:02
  Author: morph-guest
Revision: 6123

added kfreebsd7/8 based systems; Closes: #493858

Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/patches/build_fix.patch

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2008-08-05 15:08:47 UTC (rev 6122)
+++ packages/matplotlib/trunk/debian/changelog	2008-08-05 16:50:02 UTC (rev 6123)
@@ -1,3 +1,11 @@
+matplotlib (0.98.3-2) UNRELEASED; urgency=low
+
+  * debian/patches/build_fix.patch
+    - added kfreebsd7/8 based systems; thanks to Petr Salinger for the patch;
+      Closes: #493858
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Tue, 05 Aug 2008 17:54:28 +0200
+
 matplotlib (0.98.3-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/matplotlib/trunk/debian/patches/build_fix.patch
===================================================================
--- packages/matplotlib/trunk/debian/patches/build_fix.patch	2008-08-05 15:08:47 UTC (rev 6122)
+++ packages/matplotlib/trunk/debian/patches/build_fix.patch	2008-08-05 16:50:02 UTC (rev 6123)
@@ -1,7 +1,7 @@
-Index: matplotlib-0.98.0/setupext.py
+Index: matplotlib-0.98.3/setupext.py
 ===================================================================
---- matplotlib-0.98.0.orig/setupext.py	2008-05-30 00:47:10.000000000 +0200
-+++ matplotlib-0.98.0/setupext.py	2008-06-18 20:14:40.296926877 +0200
+--- matplotlib-0.98.3.orig/setupext.py	2008-08-05 17:43:30.063494149 +0200
++++ matplotlib-0.98.3/setupext.py	2008-08-05 17:47:59.774864127 +0200
 @@ -47,8 +47,8 @@
  
  basedir = {
@@ -13,7 +13,7 @@
      'cygwin' : ['/usr/local', '/usr',],
      'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
                  '/usr', '/sw', '/usr/X11R6'],
-@@ -56,8 +56,8 @@
+@@ -56,8 +56,10 @@
      'freebsd5' : ['/usr/local', '/usr'],
      'freebsd6' : ['/usr/local', '/usr'],
      'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
@@ -21,10 +21,12 @@
 -    'gnukfreebsd6' : ['/usr/local', '/usr'],
 +    'gnukfreebsd5' : ['/usr'],
 +    'gnukfreebsd6' : ['/usr'],
++    'gnukfreebsd7' : ['/usr'],
++    'gnukfreebsd8' : ['/usr'],
      'aix5' : ['/usr/local'],
  }
  
-@@ -965,6 +965,10 @@
+@@ -977,6 +979,10 @@
          tk_inc = os.path.normpath(os.path.join(tk_lib_dir,
                                                         '../../include'))
  
@@ -35,7 +37,7 @@
      if not os.path.exists(os.path.join(tk_inc, 'tk.h')):
          tk_inc = tcl_inc
  
-@@ -982,10 +986,10 @@
+@@ -994,10 +1000,10 @@
      return tcl_lib, tcl_inc, tk_lib, tk_inc
  
  def hardcoded_tcl_config():




More information about the Python-modules-commits mailing list