[Python-modules-commits] r11566 - in packages/matplotlib/trunk/debian (2 files)
bdrung-guest at users.alioth.debian.org
bdrung-guest at users.alioth.debian.org
Sat Feb 6 08:36:25 UTC 2010
Date: Saturday, February 6, 2010 @ 08:36:21
Author: bdrung-guest
Revision: 11566
Add platform entry for GNU/Hurd to 10_build_fix.patch; thanks to Pino
Toscano for the patch (Closes: #568599).
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/patches/10_build_fix.patch
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2010-02-05 23:08:08 UTC (rev 11565)
+++ packages/matplotlib/trunk/debian/changelog 2010-02-06 08:36:21 UTC (rev 11566)
@@ -10,8 +10,10 @@
[ Benjamin Drung ]
* Bump Standards-Version to 3.8.4 (no changes required).
* Add trailing blank line to debian/NEWS.
+ * Add platform entry for GNU/Hurd to 10_build_fix.patch; thanks to Pino
+ Toscano for the patch (Closes: #568599).
- -- Benjamin Drung <bdrung at ubuntu.com> Wed, 03 Feb 2010 23:53:08 +0100
+ -- Benjamin Drung <bdrung at ubuntu.com> Sat, 06 Feb 2010 09:34:01 +0100
matplotlib (0.99.1.2-2) unstable; urgency=low
Modified: packages/matplotlib/trunk/debian/patches/10_build_fix.patch
===================================================================
--- packages/matplotlib/trunk/debian/patches/10_build_fix.patch 2010-02-05 23:08:08 UTC (rev 11565)
+++ packages/matplotlib/trunk/debian/patches/10_build_fix.patch 2010-02-06 08:36:21 UTC (rev 11566)
@@ -1,11 +1,11 @@
Description: Fixes path for build on Debian
Forwarded: no
Author: Sandro Tosi <morph at debian.org>
+Last-Update: 2010-02-06
-diff -pruN matplotlib-0.98.3.orig/setupext.py matplotlib-0.98.3/setupext.py
---- matplotlib-0.98.3.orig/setupext.py 2008-10-08 23:30:35.000000000 +0000
-+++ matplotlib-0.98.3/setupext.py 2008-10-08 23:31:19.000000000 +0000
-@@ -47,8 +47,12 @@
+--- matplotlib-0.99.1.2.orig/setupext.py
++++ matplotlib-0.99.1.2/setupext.py
+@@ -47,8 +47,12 @@ import subprocess
basedir = {
'win32' : ['win32_static',],
@@ -20,7 +20,7 @@
'cygwin' : ['/usr/local', '/usr',],
'_darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
'/usr', '/sw'],
-@@ -63,8 +67,10 @@
+@@ -63,9 +67,12 @@ basedir = {
'freebsd5' : ['/usr/local', '/usr'],
'freebsd6' : ['/usr/local', '/usr'],
'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
@@ -31,5 +31,7 @@
+ 'gnukfreebsd7' : ['/usr'],
+ 'gnukfreebsd8' : ['/usr'],
'aix5' : ['/usr/local'],
++ 'gnu0' : ['/usr'],
}
+ import sys, os, stat
More information about the Python-modules-commits
mailing list