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
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'
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
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
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'
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
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
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
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