Re: [matplotlib-devel] GNU/Hurd support

2010-02-07 Thread Benjamin Drung
Am Samstag, den 06.02.2010, 14:02 -1000 schrieb Eric Firing: > Benjamin Drung wrote: > > Hi, > > > > we applied 40_hurd.patch for building matplotlib on Debian GNU/Hurd. > > > > Additional attached the 10_build_fix.patch. This patch does two things. > > Fi

[matplotlib-devel] GNU/Hurd support

2010-02-06 Thread Benjamin Drung
provide a configure flag for disabling the /usr/local directory from the basedir. Then we can drop this patch. -- Benjamin Drung Ubuntu Developer (www.ubuntu.com) | Debian Maintainer (www.debian.org) --- a/setupext.py +++ b/setupext.py @@ -72,6 +72,7 @@ 'gnukfreebsd7'

Re: [matplotlib-devel] doc/make.py clean

2009-10-06 Thread Benjamin Drung
you get a chance. > > Mike > > Benjamin Drung wrote: > > Hi, > > > > "doc/make.py clean" runs svn-clean. Running svn-clean outside the svn > > repository does not clean anything. So "doc/make.py clean" does not work > > in the Debian/Ubu

Re: [matplotlib-devel] basedir

2009-10-05 Thread Benjamin Drung
Am Montag, den 05.10.2009, 13:36 -1000 schrieb Eric Firing: > Benjamin Drung wrote: > > Am Montag, den 05.10.2009, 12:50 -1000 schrieb Eric Firing: > >> Benjamin Drung wrote: > >>> Hi, > >>> > >>> setupext.py contains a basedir director

Re: [matplotlib-devel] basedir

2009-10-05 Thread Benjamin Drung
Am Montag, den 05.10.2009, 12:50 -1000 schrieb Eric Firing: > Benjamin Drung wrote: > > Hi, > > > > setupext.py contains a basedir directory. Please add there > > 'linux2-alpha', 'linux2-hppa', 'linux2-mips', 'linux2-sparc'

[matplotlib-devel] Guessing directory for Tcl/Tk

2009-10-05 Thread Benjamin Drung
Hi, Guess the correct directory in Debian/Ubuntu fails. Replacing all tcl by tk does not lead to a correct directory: /usr/share/tcltk/tcl8.5 -> /usr/share/tktk/tk8.5 The correct directory is /usr/share/tcltk/tk8.5 A patch is attached. Cheers, Benjamin 05-find-tcl-tk-directory.dpatch Descriptio

[matplotlib-devel] basedir

2009-10-05 Thread Benjamin Drung
Hi, setupext.py contains a basedir directory. Please add there 'linux2-alpha', 'linux2-hppa', 'linux2-mips', 'linux2-sparc', 'gnukfreebsd7', 'gnukfreebsd8'. It would be nice, if matplotlib had an option to disable '/usr/local'. This would be useful for distributions. The Debian patch attached (d

[matplotlib-devel] doc/make.py clean

2009-10-05 Thread Benjamin Drung
Hi, "doc/make.py clean" runs svn-clean. Running svn-clean outside the svn repository does not clean anything. So "doc/make.py clean" does not work in the Debian/Ubuntu package. Please remove the generated files directly and do not relay on svn. In our package we run these commands: rm -rf doc/bui

[matplotlib-devel] typo in matplotlibrc.template

2008-10-14 Thread Benjamin Drung
Hello, there is a typo in matplotlibrc.template. Appended the fix. Greeting, Benjamin diff -Nurp matplotlib-0.98.3/matplotlibrc.template matplotlib-0.98.3.new/matplotlibrc.template --- matplotlib-0.98.3/matplotlibrc.template 2008-08-03 20:15:22.0 +0200 +++ matplotlib-0.98.3.new/matplotlib