--- matplotlib-0.98.3.orig/debian/control +++ matplotlib-0.98.3/debian/control @@ -0,0 +1,116 @@ +Source: matplotlib +Section: python +Priority: optional +Maintainer: Debian Python Modules Team +Uploaders: Marco Presi (Zufus) , + Alexandre Fayolle , + Vittorio Palmisano , + Ondrej Certik , + Sandro Tosi +Build-Depends: debhelper (>= 5.0.38), + dvipng, + graphviz, + ipython, + libfreetype6-dev, + libgtk2.0-dev, + libpng-dev, + python-all-dev (>= 2.3.5-7), + python-all-dbg (>= 2.4.4-6), + python-central (>= 0.5.6), + python-configobj, + python-dateutil, + python-enthought-traits (>= 2.0), + python-epydoc, + python-gtk2-dev, + python-numpy (>= 1:1.1.0), + python-numpy-dbg (>= 1:1.1.0), + python-qt-dev, + python-qt4-dev, + python-sphinx (>= 0.4.1-2lenny1), + python-tk, + python-tz, + python-wxgtk2.8, + quilt, + texlive-latex-extra, + tcl8.4-dev, + tk8.4-dev, + zlib1g-dev +XS-Python-Version: all +Standards-Version: 3.8.0 +XS-DM-Upload-Allowed: yes +Homepage: http://matplotlib.sf.net/ +Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/matplotlib/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/matplotlib/trunk/?op=log + +Package: python-matplotlib +Architecture: any +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, + ${shlibs:Depends}, + python, + python-cairo, + python-dateutil, + python-excelerator, + python-gtk2 | python-wxgtk2.8 | python-qt3 | python-qt4, + python-glade2, + python-gobject, + python-matplotlib-data (>= ${source:Version}), + python-numpy (>= 1:1.1.0), + python-pyparsing, + python-tk, + python-tz +Provides: ${python:Provides} +Conflicts: python2.4-matplotlib +Replaces: python2.4-matplotlib +Enhances: ipython +Recommends: dvipng +Suggests: ipython (>= 0.6.3), + python-configobj, + python-enthought-traits (>= 2.0), + python-matplotlib-doc, + python-scipy, + texlive-extra-utils, + texlive-latex-extra +Description: Python based plotting system in a style similar to Matlab + Matplotlib is a pure Python plotting library designed to bring + publication quality plotting to Python with a syntax familiar to + Matlab users. All of the plotting commands in the pylab interface can + be accessed either via a functional interface familiar to Matlab + users or an object oriented interface familiar to Python users. + +Package: python-matplotlib-data +Architecture: all +Description: Python based plotting system (data package) + Matplotlib is a pure Python plotting library designed to bring + publication quality plotting to Python with a syntax familiar to + Matlab users. All of the plotting commands in the pylab interface can + be accessed either via a functional interface familiar to Matlab + users or an object oriented interface familiar to Python users. + . + This package contains architecture independent data for python-matplotlib. + +Package: python-matplotlib-doc +Architecture: all +Section: doc +Depends: libjs-jquery +Description: Python based plotting system (documentation package) + Matplotlib is a pure Python plotting library designed to bring + publication quality plotting to Python with a syntax familiar to + Matlab users. All of the plotting commands in the pylab interface can + be accessed either via a functional interface familiar to Matlab + users or an object oriented interface familiar to Python users. + . + This package contains documentation for python-matplotlib. + +Package: python-matplotlib-dbg +Architecture: any +Priority: extra +Depends: python-matplotlib (= ${binary:Version}), python-dbg, ${shlibs:Depends} +Description: Python based plotting system (debug extension) + Matplotlib is a pure Python plotting library designed to bring + publication quality plotting to Python with a syntax familiar to + Matlab users. All of the plotting commands in the pylab interface can + be accessed either via a functional interface familiar to Matlab + users or an object oriented interface familiar to Python users. + . + This package contains the debug extension for python-matplotlib. --- matplotlib-0.98.3.orig/debian/compat +++ matplotlib-0.98.3/debian/compat @@ -0,0 +1 @@ +5 --- matplotlib-0.98.3.orig/debian/TODO.debian +++ matplotlib-0.98.3/debian/TODO.debian @@ -0,0 +1 @@ +- add -dbg package --- matplotlib-0.98.3.orig/debian/changelog +++ matplotlib-0.98.3/debian/changelog @@ -0,0 +1,643 @@ +matplotlib (0.98.3-5) unstable; urgency=medium + + [ Benjamin Drung ] + * debian/patches/matplotlibrc.template-typo.patch + - fix typo in matplotlibrc.template + + [ Sandro Tosi ] + * debian/control + - updated my email address + - replaced python-wxgtk2.6 with python-wxgtk2.8 + * debian/patches/setup.cfg.patch + - added to create "setup.cfg" file to guide building (in particular for + "backend" configuration); Closes: #502976 + * debian/patches/bts-498229_axes3d_typo.patch + - added to fix a typo when importing "axes3d"; thanks to Tiziano Zito for + the report; Closes: #498229 + + -- Sandro Tosi Fri, 31 Oct 2008 13:51:20 +0100 + +matplotlib (0.98.3-4) unstable; urgency=low + + [ Sandro Tosi ] + * Release in collaboration with Benjamin Drung, from Ubuntu + * debian/control + - applied Benjamin Drung patch to split dep fields a package per line; + thanks to him; Closes: #495287 + - replaced dep on python-dev with python; thanks to Benjamin Drung for the + notice + - depends reorganization: dvipng moved to recommends (optional tex + depends), python-configobj and python-enthought-traits to suggests + (experimental support); Closes: #490992 + - added python-matplotlib-dbg package and python-all-dbg, python-numpy-dbg + to build-dep + - removed python-gd depends since no more needed + * debian/README.debian + - removed outdated info, added notice for MATPLOTLIBDATA env variable + * debian/python-matplotlib-data.install + - added matplotlib.conf installation + * debian/patches/matplotlibrc_fix.patch + - refreshed to match new upstream code + * debian/rules + - added build, clean and install for -dbg package + + [ Ondrej Certik ] + * debian/patches/build_fix.patch updated thanks to Thiemo Seufer. + Closes: #501618 + + -- Sandro Tosi Mon, 25 Aug 2008 23:28:30 +0200 + +matplotlib (0.98.3-3) unstable; urgency=medium + + * debian/control + - moved depends on libjs-jquery from binary to -doc package; thanks to + Nicolas Évrard for the report; part of #490992 resolution + * debian/rules + - used distutils to retrieve the build directory for matplotlib, needed + for doc generation; thanks to Lucas Nussbaum for the report and to + Piotr for the fix; Closes: #494236 + + -- Sandro Tosi Mon, 11 Aug 2008 20:51:52 +0200 + +matplotlib (0.98.3-2) unstable; urgency=low + + * debian/patches/build_fix.patch + - added kfreebsd7/8 based systems; thanks to Petr Salinger for the patch; + Closes: #493858 + + -- Sandro Tosi Tue, 05 Aug 2008 19:39:18 +0200 + +matplotlib (0.98.3-1) unstable; urgency=medium + + * New upstream release + - fixed memory leaks; Closes: #492735 (RC bug, hence urgency=medium) + * debian/control + - added python-sphinx (versioned to easy Lenny entrance), graphviz, + ipython, texlive-latex-extra build-deps in order to build documentation + - added Suggests on python-scipy; thanks to Chris Walker for the report; + Closes: #488138 + - added Vcs-{Browser,Svn} fields + - added depend on libjs-jquery to replace embedded one + * debian/rules + - build and install documentation; Closes: #401629 + - symlinked jquery.js from libjs-jquery instead of the embedded one + - added dh_link -i call for indep packages + * debian/watch + - removed comment lines since not needed + * debian/patches/doc_graphviz_errors_fix.patch + - added to fix graphviz errors during doc build (from upstream svn r5962) + * debian/copyright + - shortened some long line (to make lintian happy) + + -- Sandro Tosi Mon, 04 Aug 2008 21:42:05 +0200 + +matplotlib (0.98.1-1) unstable; urgency=low + + * New upstream release; Closes: #486074 + + -- Sandro Tosi Mon, 23 Jun 2008 21:13:50 +0200 + +matplotlib (0.98.0-1) experimental; urgency=low + + * New upstream release; Closes: #486074 + * debian/rules + - changed doc name + * debian/control + - bump build-dep to python-numpy to at least 1.1.0 + - added python-excelerator to Depends + * debian/patches/build_fix.patch + - updated to match new upstream source code + + -- Sandro Tosi Thu, 19 Jun 2008 20:40:43 +0200 + +matplotlib (0.91.3-1) unstable; urgency=low + + * New upstream release; Closes: #485950 + * debian/patches/bts-468977_memory_api_usage.patch + - removed since merged upstream + * debian/patches/bts-478237_ftbfs_gcc43.patch + - removed since merged upstream + * debian/patches/build_fix.patch + - updated to match new upstream code + * debian/control + - bump Standards-Version to 3.8.0 + - removed build-dep on xbase-clients; it was a lintian error, but the + package works fine without it + - added python-pyparsing, python-cairo and python-glade2 to Depends + * debian/README.source + - added to reflect Policy 3.8.0 + + -- Sandro Tosi Fri, 13 Jun 2008 20:52:01 +0200 + +matplotlib (0.91.2-2) unstable; urgency=medium + + * debian/patches/bts-478237_ftbfs_gcc43.patch + - added (Closes: #478237) + * debian/rules + - removed some files changes during build + * debian/control + - removed Depends on python-numeric-ext, python-numarray-ext (Closes: + #478451) + + -- Sandro Tosi Tue, 29 Apr 2008 19:09:08 +0200 + +matplotlib (0.91.2-1) unstable; urgency=low + + [ Piotr Ożarowski ] + * Replace libwxgtk2.4-python with python-wxgtk2.6 in Depends + (closes: #466470) + + [ Sandro Tosi ] + * New upstream release (Closes: #459200, #474001, #447741, #408955) + * debian/patches/build_fix.patch + - edited to match new code + * debian/rules + - adjusted doc files installation + * debian/docs + - removed since the same files were already in debian/rules + * debian/patches/matplotlibrc_fix.patch + - edited to match new code (sync from Ubuntu) + * debian/control + - added "dvipng, python-configobj, python-enthought-traits (>= 2.0), + python-qt-dev, python-qt4-dev, python-wxgtk2.6" as build-dep (sync from + Ubuntu) + - bump depends on python-numpy (sync from Ubuntu) + - added "python-qt4, dvipng, python-configobj, python-enthought-traits (>= + 2.0)" to Depends (sync from Ubuntu) + - merged Recommends into Depends + - removed Depends on python-pypaint since that package is unavailable + - added myself to Uploaders + * debian/patches/bts-468977_memory_api_usage.patch + - fixes Python API memory usage (Closes: #468977) + + -- Sandro Tosi Wed, 23 Apr 2008 17:37:03 +0200 + +matplotlib (0.90.1-4) unstable; urgency=low + + * Maintainer changed to Debian Python Modules Team + * Vittorio Palmisano and Ondrej Certik added to Uploaders + * "DM-Upload-Allowed: yes" field added + * Standards-Version bumped to 3.7.3 + * python-numarray and python-numeric removed from build-depends and + debian/rules fixed to make the package compile + * debian/rules polished + * patches moved under a quilt control + * Package descriptions fixed (python -> Python) + * Homepage field added (and removed from description) + * python-matplotlib-doc package moved to the "doc" Section + * /usr/share/matplotlib/mpl-data/images/*.svg made chmod 644 (i.e. not + executable) + * debian/watch uncommented, as it seems to work (and last line removed) + * python2.3-matplotlib removed from Conflicts/Replaces + + -- Ondrej Certik Sun, 09 Mar 2008 20:39:04 +0100 + +matplotlib (0.90.1-3.1) unstable; urgency=medium + + * Non-maintainer upload to fix an RC bug. python-numpy conflicts with + python-matplotlib (<< 0.90.1-3), that's why we use 0.90.1-3.1 instead of + 0.90.1-2.1. + * Rebuilt against python-numpy 1:1.0.4-6 (Closes: #467099) + + -- Ondrej Certik Sun, 24 Feb 2008 14:36:08 +0100 + +matplotlib (0.90.1-2) unstable; urgency=low + + * Upload to unstable and not experimental (closes: #411709) + * New version can coexist with python-numpy (closes: #426953) + * Removed spurious dependency on python-gst (closes: #422711) + * New package correctly detects numpy, numeric and numarray (closes: #425906) + * applied debian/rules patch for the check that plugins were built (closes: #422475) + * Changed dependency on dvipng to a recommendation (closes: #403198) + * use texlive instead of tetex (closes: #406176) + * added suggests on texlive-latex-extra (closes: #410777) + * reworded the description bit about "publication quality" (closes: #421593) + + -- Alexandre Fayolle Thu, 19 Jul 2007 11:58:24 +0200 + +matplotlib (0.90.1-1) experimental; urgency=low + + * New upstream release + * updated debian/copyright file + + -- Alexandre Fayolle Fri, 06 Jul 2007 17:49:05 +0200 + +matplotlib (0.90.0-2) experimental; urgency=low + + * Changed dvipng dependency to a recommends (Closes: #403198) + * Added to suggests tetex-extra | texlive-extra-utils (Closes: 406176) + * Added to suggests texlive-latex-extra (Closes: #410777) + * Changed python-gst dependency to python-gobject + * Already closed bug: (Closes: #396386) + + -- Vittorio Palmisano Thu, 26 Apr 2007 11:00:02 +0200 + +matplotlib (0.90.0-1) experimental; urgency=low + + * New upstream release + * Added depend on python-tk (Closes: #408944) + + -- Marco Presi (Zufus) Thu, 1 Mar 2007 22:32:45 +0000 + +matplotlib (0.87.7-0.2) unstable; urgency=high + + * Non-maintainer upload. + * Using patch provided by Mark Hymers + - Add check to debian/rules to prevent builds silently failing to build + one of the plugins. (Closes: #411925) + + -- Martin Zobel-Helas Wed, 28 Feb 2007 10:39:43 +0100 + +matplotlib (0.87.7-0.1) unstable; urgency=medium + + * Remove build dependency on python-numpy-ext. + * Prefer python-numpy over (python-numeric as a dependency. Closes: #389669. + * Already fixed: + - Build dependency on python-numpy. Closes: #375558. + * Readd dependency on python-gst. Closes: #385590. + * Mention pylab in the package description. Closes: #403723. + + -- Matthias Klose Sun, 7 Jan 2007 21:30:23 +0000 + +matplotlib (0.87.7-0) experimental; urgency=low + + * New upstream version (compatible with python-numpy-1.0). Closes: #361181. + * (Build-)depend on python-numpy (>= 1:1.0.1). + * Remove redundant (build-)dependencies. + * Remove references to explicit python versions. Closes: #405611. + + -- Matthias Klose Wed, 3 Jan 2007 22:52:34 +0100 + +matplotlib (0.87.5-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Also Depend: on python-dateutil (closes: #396335) + + -- Mark Hymers Tue, 31 Oct 2006 18:05:10 +0000 + +matplotlib (0.87.5-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Build-Depend on python-dateutil so that we don't supply our internal copy. + Closes: #393074. + + -- Mark Hymers Sun, 29 Oct 2006 01:57:17 +0100 + +matplotlib (0.87.5-2) unstable; urgency=low + + * Fixed python-numpy dependency. Closes: #387440 + * python-gtk2 includes gobject module and it is an optional dependency for + those who use an X server. + Closes: #382400, #385590 + + -- Vittorio Palmisano Sat, 16 Sep 2006 18:14:25 +0200 + +matplotlib (0.87.5-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Fri, 08 Sep 2006 15:46:46 +0200 + +matplotlib (0.87.4-3) unstable; urgency=low + + * Removed wrong "Section: doc" from python-matplotlib-doc package + + -- Vittorio Palmisano Wed, 09 Aug 2006 16:15:44 +0200 + +matplotlib (0.87.4-2) unstable; urgency=low + + * Removed pytz files. Closes: #335991, #377275 + * Added numpy support. Closes: #353342 + * Removed duplicate README.debian. Closes: #380102 + + -- Vittorio Palmisano Wed, 02 Aug 2006 18:28:22 +0200 + +matplotlib (0.87.4-1) unstable; urgency=low + + * New upstream release + + -- Marco Presi (Zufus) Wed, 12 Jul 2006 09:27:16 +0200 + +matplotlib (0.87.3-1) unstable; urgency=low + + * New upstream version. Closes: #361181 + * Added numpy support. Closes: #375558 + * Added depends on python-tz. Closes: #376715 + + -- Marco Presi (Zufus) Thu, 6 Jul 2006 09:54:55 +0200 + +matplotlib (0.86.2-6.1) unstable; urgency=low + + * Depend on python-tz, remove the pytz files. Closes: #376715. + + -- Matthias Klose Fri, 7 Jul 2006 18:38:43 +0000 + +matplotlib (0.86.2-6) unstable; urgency=low + + * Added a note about numeric/numarray deps in README.debian. Closes: #376198 + * Added PYVERS to debian/rules (Carlo Segre patch). Closes: #376239 + * Modified Vittorio Palmisano e-mail address. + + -- Marco Presi (Zufus) Tue, 4 Jul 2006 15:35:38 +0200 + +matplotlib (0.86.2-5) unstable; urgency=low + + * Updated to new Python policy (closes: #373462) + * fixed dependency on python-numarray (closes: #373165) + + -- Alexandre Fayolle Thu, 15 Jun 2006 18:27:18 +0200 + +matplotlib (0.86.2-4) unstable; urgency=low + + * Added Build-Deps on python-setuputils. Closes: #358597 + + -- Marco Presi (Zufus) Wed, 29 Mar 2006 16:26:27 +0200 + +matplotlib (0.86.2-3) unstable; urgency=low + + * Fix the previuos BAD Non-maintaner upload. Closes: #357459 + + -- Marco Presi (Zufus) Mon, 20 Mar 2006 23:00:38 +0100 + +matplotlib (0.86.2-2.1) unstable; urgency=high + + * Non-maintainer upload. + * Fix FTBFS 'rm: cannot remove ...: No such file ... (Closes: #354370). + + -- Luk Claes Thu, 16 Mar 2006 18:52:47 +0100 + +matplotlib (0.86.2-2) unstable; urgency=low + + * Packages now depend both on python-numarray and python-numeric. Closes: #353043 + + -- Marco Presi (Zufus) Thu, 16 Feb 2006 19:19:42 +0100 + +matplotlib (0.86.2-1) unstable; urgency=low + + * New upstream release. Closes: #341730 + * Added ${shlibs:Depends}. Closes: #345366 + * python-matplotlib-doc is suggested by python-matplotlib and enhances it. + Closes: #341610 + * Replaced latex dependency with tetex-extra. Closes: #337361 + * subplot() behavior fixed. Closes: #346285 + * Added users_guide in -doc package. Closes: #341399 + + -- Vittorio Palmisano Sat, 28 Jan 2006 19:29:15 +0100 + +matplotlib (0.85-1) unstable; urgency=low + + * New upstream release. Closes: #341730 + + * Added ipython among Enhanced packages. + + -- Marco Presi (Zufus) Sat, 10 Dec 2005 22:53:24 -0500 + +matplotlib (0.82-5) unstable; urgency=low + + * Added documentation package. Closes: #338622 + * Added python-epydoc dependency for documentation generation. + + -- Vittorio Palmisano Sat, 12 Nov 2005 21:26:16 +0100 + +matplotlib (0.82-4) unstable; urgency=low + + * Fixed FTBFS on hppa: added patch to build on systems without X server + (autobuilders) also in the clean stage. Closes: 338423. + * The same patch fix the build also on GNU/kFreeBSD. Closes: #336953 + + -- Marco Presi (Zufus) Fri, 11 Nov 2005 20:51:08 -0500 + +matplotlib (0.82-3) unstable; urgency=low + + * Fixed deps on python-matplotlib (was depending on 0.82-1) + + -- Marco Presi (Zufus) Thu, 10 Nov 2005 23:46:04 -0500 + +matplotlib (0.82-2) unstable; urgency=low + + [Marco Presi] + + * Included patch by Aurelien Jarno to fix build on + GNU/kFreeBSD. Closes: #336953 + * Added latex as Suggested dependency. Closes: #337361 + + -- Marco Presi (Zufus) Sun, 6 Nov 2005 21:49:45 -0500 + +matplotlib (0.82-1) unstable; urgency=low + + * New upstream release + * First Debian release. Closes: #206691 + * Removed doc package, added notes in README.debian + * Added dvipng dependency + * Added python2.3-qt3, python2.4-qt3 optional dependency + * Added API_CHANGES, INTERACTIVE, KNOWN_BUGS, NUMARRAY_ISSUES to docs + * Removed import gtk/tk from setup.py for building on systems without X + server (buildd) + * Moved .matplolibrc to /etc/matplolibrc and patched lib/__init__.py in + order to make the package compliant with Debian Policy + + -- Vittorio Palmisano Sat, 15 Oct 2005 22:42:01 +0200 + +matplotlib (0.81-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Sat, 11 Jun 2005 13:16:37 +0200 + +matplotlib (0.80-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Mon, 25 Apr 2005 19:16:59 +0200 + +matplotlib (0.74-1) unstable; urgency=low + + * New upstream release + * Aurelien Jarno: + - python-matplotlib does not need to depends on python-matplotlib-data + - remove README.Debian file + - README and TODO also in python2.3-matplotlib and python2.4-matplotlib + - keep the name matplotlib for the source package only + - remove generation of html docs, using User's Guide pdf + + -- Vittorio Palmisano Sun, 10 Apr 2005 09:53:51 +0200 + +python-matplotlib (0.72-4) unstable; urgency=low + + * Added support for different python versions + + -- Vittorio Palmisano Sat, 26 Feb 2005 22:05:40 +0100 + +python-matplotlib (0.72-3) unstable; urgency=low + + * Aurelien Jarno: + - fixed find_tcltk() error if X display is not accessible + - changed matlab to Matlab in debian/control file + + -- Vittorio Palmisano Wed, 23 Feb 2005 16:17:36 +0100 + +python-matplotlib (0.72-2) unstable; urgency=low + + * Aurelien Jarno: + - Fixed debhelper(>=4.1.67) dependency + - removed debian/postinst and debian/preinst + - removed gunzip of example/data + + -- Vittorio Palmisano Sun, 20 Feb 2005 21:44:17 +0100 + +python-matplotlib (0.72-1) unstable; urgency=low + + * New upstream release + * Added python-dev dependency + + -- Vittorio Palmisano Fri, 18 Feb 2005 15:16:26 +0100 + +python-matplotlib (0.71-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Sat, 22 Jan 2005 15:19:56 +0100 + +python-matplotlib (0.70.1-2) unstable; urgency=low + + * Added python-numeric-ext | python-numarray-ext dependency + + -- Vittorio Palmisano Mon, 17 Jan 2005 11:16:01 +0100 + +python-matplotlib (0.70.1-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Sun, 02 Jan 2005 23:35:30 +0100 + +python-matplotlib (0.65.1-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Thu, 23 Dec 2004 21:58:31 +0100 + +python-matplotlib (0.65-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Sat, 18 Dec 2004 15:22:58 +0100 + +python-matplotlib (0.64-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Sat, 13 Nov 2004 22:28:00 +0100 + +python-matplotlib (0.63.4-3) unstable; urgency=low + + * Jochen Voss: + - fix the dependencies and build-dependencies + - remove the Vera*.ttf files and depend on ttf-bitstream-vera instead + * added Recommends: ipython(>=0.6.3) + + -- Vittorio Palmisano Sat, 23 Oct 2004 10:48:27 +0200 + +python-matplotlib (0.63.4-2) unstable; urgency=low + + * Updated copyright file (autogenerated) + * Changed Description + * Removed libttf-dev depends (thanks to Jochen Voss) + + -- Vittorio Palmisano Sun, 03 Oct 2004 23:05:06 +0200 + +python-matplotlib (0.63.4-1) unstable; urgency=low + + * New upstream release (closes: #206691) + * fixed .svg files perms + * removed Recommends: libwxgtk2.4-python + + -- Vittorio Palmisano Fri, 01 Oct 2004 22:31:28 +0200 + +python-matplotlib (0.62.4-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Mon, 30 Aug 2004 22:30:50 +0200 + +python-matplotlib (0.61.0-2) unstable; urgency=low + + * John Hunter: + - Removed python-ttfquery dependency + + -- Vittorio Palmisano Sun, 15 Aug 2004 20:25:00 +0200 + +python-matplotlib (0.61.0-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Mon, 09 Aug 2004 23:40:44 +0200 + +python-matplotlib (0.60.2-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Sun, 11 Jul 2004 10:24:01 +0200 + +python-matplotlib (0.54.2-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Fri, 11 Jun 2004 22:48:50 +0200 + +python-matplotlib (0.54.1-1) unstable; urgency=low + + * New upstream release + * Seo Sanghyeon: + - Fixed python-numeric | python-numarray dependency + - Fixed python-gtk2 dependency + + -- Vittorio Palmisano Sun, 30 May 2004 10:14:08 +0200 + +python-matplotlib (0.54-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Sat, 22 May 2004 22:47:59 +0200 + +python-matplotlib (0.53.1-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Sat, 1 May 2004 23:19:40 +0200 + +python-matplotlib (0.53-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Fri, 23 Apr 2004 20:49:25 +0200 + +python-matplotlib (0.52-2) unstable; urgency=low + + * Fixed python-gd dependency + + -- Vittorio Palmisano Fri, 26 Mar 2004 11:40:37 +0100 + +python-matplotlib (0.52-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Sat, 20 Mar 2004 17:40:06 +0100 + +python-matplotlib (0.51-1) unstable; urgency=low + + * New upstream release + + -- Vittorio Palmisano Fri, 5 Mar 2004 14:27:08 +0100 + +python-matplotlib (0.50-2) unstable; urgency=low + + * Removed python2.3-numeric-ext dependency + + -- Vittorio Palmisano Thu, 26 Feb 2004 15:27:30 +0100 + +python-matplotlib (0.50-1) unstable; urgency=low + + * Initial Release. + + -- Vittorio Palmisano Sat, 21 Feb 2004 23:52:10 +0100 + --- matplotlib-0.98.3.orig/debian/docs +++ matplotlib-0.98.3/debian/docs @@ -0,0 +1,4 @@ +API_CHANGES +INTERACTIVE +KNOWN_BUGS +TODO --- matplotlib-0.98.3.orig/debian/rules +++ matplotlib-0.98.3/debian/rules @@ -0,0 +1,146 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PYVERS := $(shell pyversions -v -r debian/control) +DEFPY := $(shell pyversions -v -d) +PY_PLATFORM=$(shell python -c 'from distutils.util import get_platform; print get_platform()') +pd := python-matplotlib-doc +p := python-matplotlib +pdata := python-matplotlib-data +pdbg := python-matplotlib-dbg + +include /usr/share/quilt/quilt.make + +# build +build: patch build-arch build-indep + +build-indep: build-indep-stamp +build-indep-stamp: $(DEFPY:%=build-stamp-%) + dh_testdir + + # build the doc + -( cd doc ; MATPLOTLIBDATA=../lib/matplotlib/mpl-data/ \ + PYTHONPATH=../build/lib.$(PY_PLATFORM)-$(DEFPY) ./make.py ) + + touch build-indep-stamp + +build-arch:$(PYVERS:%=build-stamp-%) + +build-stamp-%: + dh_testdir + + python$* ./setup.py build $(PY_BUILD_FLAGS) + python$*-dbg ./setup.py build $(PY_BUILD_FLAGS) + + touch $@ + + +# clean +clean: clean-patched unpatch +clean-patched: patch + dh_testdir + dh_testroot + + for i in $(PYVERS); do \ + python$(i) ./setup.py clean --all; \ + python$(i)-dbg ./setup.py clean --all; \ + done + + -rm -f *-stamp* + -rm -rf build *.pyc *.pyo + + rm -f lib/matplotlib/mpl-data/matplotlib.conf lib/matplotlib/mpl-data/matplotlibrc doc/mpl_data/matplotlib.conf doc/mpl_data/matplotlibrc + + # clean the doc + ( cd doc ; ./make.py clean ) + rm -f doc/_static/inheritance* + rm -f doc/_static/math-*.png + rm -f doc/test.png + find . -name '*.pyc' -exec rm {} \; + + dh_clean + +# install +install-arch: build-arch $(PYVERS:%=install-stamp-%) + dh_testdir + dh_testroot + +install-stamp-%: build-stamp-% + dh_testdir + dh_testroot + + python$* ./setup.py install_lib \ + -d $(CURDIR)/debian/$(p)/usr/lib/python$*/site-packages/ --no-compile + python$*-dbg ./setup.py install_lib \ + -d $(CURDIR)/debian/$(pdbg)/usr/lib/python$*/site-packages/ --no-compile + + find debian/$(pdbg) ! -type d ! -name '*.so' | xargs rm -f + find debian/$(pdbg) -depth -empty -exec rmdir {} \; + + rm -rf $(CURDIR)/debian/$(p)/usr/lib/python$*/site-packages/matplotlib/mpl-data/ + rm -rf $(CURDIR)/debian/$(p)/usr/lib/python$*/site-packages/matplotlib/backends/Matplotlib.nib/ + + rm -rf $(CURDIR)/debian/$(pdbg)/usr/lib/python$*/site-packages/matplotlib/mpl-data/ + rm -rf $(CURDIR)/debian/$(pdbg)/usr/lib/python$*/site-packages/matplotlib/backends/Matplotlib.nib/ + + touch $@ + +install-indep: build-indep + dh_testdir -i + dh_testroot -i + dh_clean -k + dh_install -p $(pdata) + rm -fr $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/ttf/Vera*.ttf + rm -fr $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/ttf/*.TXT + rm -fr $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/ttf/local.conf + rm -fr $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt + chmod 644 $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/images/*.svg + + +# binary +binary-indep: build-indep install-indep + dh_testdir -i + dh_testroot -i + dh_installchangelogs -i CHANGELOG + dh_installdocs -p$(pd) -i doc/build/html/ doc/build/latex/Matplotlib.pdf + dh_installexamples -p$(pd) -i examples/* + dh_compress -i -Xexamples -Xexamples/data -Xpdf -X.js + ln -sf /usr/share/javascript/jquery/jquery.js \ + $(CURDIR)/debian/$(pd)/usr/share/doc/python-matplotlib-doc/html/_static/jquery.js + dh_link -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build-arch install-arch + dh_testdir -a + dh_testroot -a + dh_installchangelogs -a CHANGELOG + dh_installdocs -p$(p) -a README.txt TODO API_CHANGES KNOWN_BUGS INTERACTIVE + # make python scripts starting with '#!' executable + for i in `find debian -mindepth 2 -type f ! -perm 755`; do \ + if head -1 $$i | grep -q '^#!'; then \ + chmod 755 $$i; \ + echo "made executable: $$i"; \ + fi; \ + done + dh_pycentral -a + dh_link -a + dh_strip -a --dbg-package=$(pdbg) + dh_compress -a + dh_fixperms -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- matplotlib-0.98.3.orig/debian/pycompat +++ matplotlib-0.98.3/debian/pycompat @@ -0,0 +1 @@ +2 --- matplotlib-0.98.3.orig/debian/README.source +++ matplotlib-0.98.3/debian/README.source @@ -0,0 +1,4 @@ +This package uses quilt as patch system, you can find some information +about it at: + + /usr/share/doc/quilt/README.source --- matplotlib-0.98.3.orig/debian/python-matplotlib-data.dirs +++ matplotlib-0.98.3/debian/python-matplotlib-data.dirs @@ -0,0 +1,2 @@ +/etc/ +/usr/share/matplotlib/mpl-data/ --- matplotlib-0.98.3.orig/debian/python-matplotlib-data.install +++ matplotlib-0.98.3/debian/python-matplotlib-data.install @@ -0,0 +1,5 @@ +lib/matplotlib/mpl-data/fonts/ /usr/share/matplotlib/mpl-data/ +lib/matplotlib/mpl-data/images/ /usr/share/matplotlib/mpl-data/ +lib/matplotlib/mpl-data/matplotlib.conf /usr/share/matplotlib +lib/matplotlib/mpl-data/matplotlibrc /etc/ +lib/matplotlib/backends/Matplotlib.nib /usr/share/matplotlib/ --- matplotlib-0.98.3.orig/debian/watch +++ matplotlib-0.98.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/matplotlib/matplotlib-([0-9]+(?:\.[0-9]+)*)\.tar\.gz --- matplotlib-0.98.3.orig/debian/copyright +++ matplotlib-0.98.3/debian/copyright @@ -0,0 +1,608 @@ +This package was debianized by Vittorio Palmisano on +Sun, 24 Sep 2006 12:12:29 +0200 + +It was downloaded from http://matplotlib.sourceforge.net/ + +Upstream Author: John D. Hunter + +Copyright: + +******************************************************************************** +DATEUTIL_LICENSE.txt +A. HISTORY OF THE SOFTWARE +========================== + +Python was created in the early 1990s by Guido van Rossum at Stichting +Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands +as a successor of a language called ABC. Guido remains Python's +principal author, although it includes many contributions from others. + +In 1995, Guido continued his work on Python at the Corporation for +National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) +in Reston, Virginia where he released several versions of the +software. + +In May 2000, Guido and the Python core development team moved to +BeOpen.com to form the BeOpen PythonLabs team. In October of the same +year, the PythonLabs team moved to Digital Creations (now Zope +Corporation, see http://www.zope.com). In 2001, the Python Software +Foundation (PSF, see http://www.python.org/psf/) was formed, a +non-profit organization created specifically to own Python-related +Intellectual Property. Zope Corporation is a sponsoring member of +the PSF. + +All Python releases are Open Source (see http://www.opensource.org for +the Open Source Definition). Historically, most, but not all, Python +releases have also been GPL-compatible; the table below summarizes +the various releases. + + Release Derived Year Owner GPL- + from compatible? (1) + + 0.9.0 thru 1.2 1991-1995 CWI yes + 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes + 1.6 1.5.2 2000 CNRI no + 2.0 1.6 2000 BeOpen.com no + 1.6.1 1.6 2001 CNRI yes (2) + 2.1 2.0+1.6.1 2001 PSF no + 2.0.1 2.0+1.6.1 2001 PSF yes + 2.1.1 2.1+2.0.1 2001 PSF yes + 2.2 2.1.1 2001 PSF yes + 2.1.2 2.1.1 2002 PSF yes + 2.1.3 2.1.2 2002 PSF yes + 2.2.1 2.2 2002 PSF yes + 2.2.2 2.2.1 2002 PSF yes + 2.2.3 2.2.2 2003 PSF yes + 2.3 2.2.2 2002-2003 PSF yes + +Footnotes: + +(1) GPL-compatible doesn't mean that we're distributing Python under + the GPL. All Python licenses, unlike the GPL, let you distribute + a modified version without making your changes open source. The + GPL-compatible licenses make it possible to combine Python with + other software that is released under the GPL; the others don't. + +(2) According to Richard Stallman, 1.6.1 is not GPL-compatible, + because its license has a choice of law clause. According to + CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 + is "not incompatible" with the GPL. + +Thanks to the many outside volunteers who have worked under Guido's +direction to make these releases possible. + + +B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON +=============================================================== + +PSF LICENSE AGREEMENT FOR PYTHON 2.3 +------------------------------------ + +1. This LICENSE AGREEMENT is between the Python Software Foundation +("PSF"), and the Individual or Organization ("Licensee") accessing and +otherwise using Python 2.3 software in source or binary form and its +associated documentation. + +2. Subject to the terms and conditions of this License Agreement, PSF +hereby grants Licensee a nonexclusive, royalty-free, world-wide +license to reproduce, analyze, test, perform and/or display publicly, +prepare derivative works, distribute, and otherwise use Python 2.3 +alone or in any derivative version, provided, however, that PSF's +License Agreement and PSF's notice of copyright, i.e., "Copyright (c) +2001, 2002, 2003 Python Software Foundation; All Rights Reserved" are +retained in Python 2.3 alone or in any derivative version prepared by +Licensee. + +3. In the event Licensee prepares a derivative work that is based on +or incorporates Python 2.3 or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to Python 2.3. + +4. PSF is making Python 2.3 available to Licensee on an "AS IS" +basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.3 WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON +2.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.3, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. Nothing in this License Agreement shall be deemed to create any +relationship of agency, partnership, or joint venture between PSF and +Licensee. This License Agreement does not grant permission to use PSF +trademarks or trade name in a trademark sense to endorse or promote +products or services of Licensee, or any third party. + +8. By copying, installing or otherwise using Python 2.3, Licensee +agrees to be bound by the terms and conditions of this License +Agreement. + + +BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 +------------------------------------------- + +BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 + +1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an +office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the +Individual or Organization ("Licensee") accessing and otherwise using +this software in source or binary form and its associated +documentation ("the Software"). + +2. Subject to the terms and conditions of this BeOpen Python License +Agreement, BeOpen hereby grants Licensee a non-exclusive, +royalty-free, world-wide license to reproduce, analyze, test, perform +and/or display publicly, prepare derivative works, distribute, and +otherwise use the Software alone or in any derivative version, +provided, however, that the BeOpen Python License is retained in the +Software, alone or in any derivative version prepared by Licensee. + +3. BeOpen is making the Software available to Licensee on an "AS IS" +basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE +SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS +AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY +DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +5. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +6. This License Agreement shall be governed by and interpreted in all +respects by the law of the State of California, excluding conflict of +law provisions. Nothing in this License Agreement shall be deemed to +create any relationship of agency, partnership, or joint venture +between BeOpen and Licensee. This License Agreement does not grant +permission to use BeOpen trademarks or trade names in a trademark +sense to endorse or promote products or services of Licensee, or any +third party. As an exception, the "BeOpen Python" logos available at +http://www.pythonlabs.com/logos.html may be used according to the +permissions granted on that web page. + +7. By copying, installing or otherwise using the software, Licensee +agrees to be bound by the terms and conditions of this License +Agreement. + + +CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 +--------------------------------------- + +1. This LICENSE AGREEMENT is between the Corporation for National +Research Initiatives, having an office at 1895 Preston White Drive, +Reston, VA 20191 ("CNRI"), and the Individual or Organization +("Licensee") accessing and otherwise using Python 1.6.1 software in +source or binary form and its associated documentation. + +2. Subject to the terms and conditions of this License Agreement, CNRI +hereby grants Licensee a nonexclusive, royalty-free, world-wide +license to reproduce, analyze, test, perform and/or display publicly, +prepare derivative works, distribute, and otherwise use Python 1.6.1 +alone or in any derivative version, provided, however, that CNRI's +License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) +1995-2001 Corporation for National Research Initiatives; All Rights +Reserved" are retained in Python 1.6.1 alone or in any derivative +version prepared by Licensee. Alternately, in lieu of CNRI's License +Agreement, Licensee may substitute the following text (omitting the +quotes): "Python 1.6.1 is made available subject to the terms and +conditions in CNRI's License Agreement. This Agreement together with +Python 1.6.1 may be located on the Internet using the following +unique, persistent identifier (known as a handle): 1895.22/1013. This +Agreement may also be obtained from a proxy server on the Internet +using the following URL: http://hdl.handle.net/1895.22/1013". + +3. In the event Licensee prepares a derivative work that is based on +or incorporates Python 1.6.1 or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to Python 1.6.1. + +4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" +basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON +1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. This License Agreement shall be governed by the federal +intellectual property law of the United States, including without +limitation the federal copyright law, and, to the extent such +U.S. federal law does not apply, by the law of the Commonwealth of +Virginia, excluding Virginia's conflict of law provisions. +Notwithstanding the foregoing, with regard to derivative works based +on Python 1.6.1 that incorporate non-separable material that was +previously distributed under the GNU General Public License (GPL), the +law of the Commonwealth of Virginia shall govern this License +Agreement only as to issues arising under or with respect to +Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this +License Agreement shall be deemed to create any relationship of +agency, partnership, or joint venture between CNRI and Licensee. This +License Agreement does not grant permission to use CNRI trademarks or +trade name in a trademark sense to endorse or promote products or +services of Licensee, or any third party. + +8. By clicking on the "ACCEPT" button where indicated, or by copying, +installing or otherwise using Python 1.6.1, Licensee agrees to be +bound by the terms and conditions of this License Agreement. + + ACCEPT + + +CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 +-------------------------------------------------- + +Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, +The Netherlands. All rights reserved. + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Stichting Mathematisch +Centrum or CWI not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. + +STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE +FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +******************************************************************************** +LICENSE +LICENSE AGREEMENT FOR MATPLOTLIB 0.87 +-------------------------------------- + +1. This LICENSE AGREEMENT is between John D. Hunter ("JDH"), and the +Individual or Organization ("Licensee") accessing and otherwise using +matplotlib software in source or binary form and its associated +documentation. + +2. Subject to the terms and conditions of this License Agreement, JDH +hereby grants Licensee a nonexclusive, royalty-free, world-wide license +to reproduce, analyze, test, perform and/or display publicly, prepare +derivative works, distribute, and otherwise use matplotlib 0.87 +alone or in any derivative version, provided, however, that JDH's +License Agreement and JDH's notice of copyright, i.e., "Copyright (c) +2002-2005 John D. Hunter; All Rights Reserved" are retained in +matplotlib 0.87 alone or in any derivative version prepared by +Licensee. + +3. In the event Licensee prepares a derivative work that is based on or +incorporates matplotlib 0.87 or any part thereof, and wants to +make the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to matplotlib 0.87. + +4. JDH is making matplotlib 0.87 available to Licensee on an "AS +IS" basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB 0.87 +WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. + +5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB +0.87 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR +LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING +MATPLOTLIB 0.87, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF +THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. Nothing in this License Agreement shall be deemed to create any +relationship of agency, partnership, or joint venture between JDH and +Licensee. This License Agreement does not grant permission to use JDH +trademarks or trade name in a trademark sense to endorse or promote +products or services of Licensee, or any third party. + +8. By copying, installing or otherwise using matplotlib 0.87, +Licensee agrees to be bound by the terms and conditions of this License +Agreement. + + +******************************************************************************** +LICENSE_BAKOMA + + BaKoMa Fonts Licence + -------------------- + + This licence covers two font packs (known as BaKoMa Fonts Colelction, + which is available at `CTAN:fonts/cm/ps-type1/bakoma/'): + + 1) BaKoMa-CM (1.1/12-Nov-94) + Computer Modern Fonts in PostScript Type 1 and TrueType font formats. + + 2) BaKoMa-AMS (1.2/19-Jan-95) + AMS TeX fonts in PostScript Type 1 and TrueType font formats. + + Copyright (C) 1994, 1995, Basil K. Malyshev. All Rights Reserved. + + Permission to copy and distribute these fonts for any purpose is + hereby granted without fee, provided that the above copyright notice, + author statement and this permission notice appear in all copies of + these fonts and related documentation. + + Permission to modify and distribute modified fonts for any purpose is + hereby granted without fee, provided that the copyright notice, + author statement, this permission notice and location of original + fonts (http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma) + appear in all copies of modified fonts and related documentation. + + Permission to use these fonts (embedding into PostScript, PDF, SVG + and printing by using any software) is hereby granted without fee. + It is not required to provide any notices about using these fonts. + + Basil K. Malyshev + INSTITUTE FOR HIGH ENERGY PHYSICS + IHEP, OMVT + Moscow Region + 142281 PROTVINO + RUSSIA + + E-Mail: bakoma@mail.ru + or malyshev@mail.ihep.ru + + + +******************************************************************************** +LICENSE_COLORBREWER +Apache-Style Software License for ColorBrewer Color Schemes + +Version 1.1 + +Copyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania +State University. All rights reserved. Redistribution and use in source +and binary forms, with or without modification, are permitted provided +that the following conditions are met: + +1. Redistributions as source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +2. The end-user documentation included with the redistribution, if any, +must include the following acknowledgment: "This product includes color +specifications and designs developed by Cynthia Brewer +(http://colorbrewer.org/)." Alternately, this acknowledgment may appear in +the software itself, if and wherever such third-party acknowledgments +normally appear. + +3. The name "ColorBrewer" must not be used to endorse or promote products +derived from this software without prior written permission. For written +permission, please contact Cynthia Brewer at cbrewer@psu.edu. + +4. Products derived from this software may not be called "ColorBrewer", +nor may "ColorBrewer" appear in their name, without prior written +permission of Cynthia Brewer. + +THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL +CYNTHIA BREWER, MARK HARROWER, OR THE PENNSYLVANIA STATE UNIVERSITY BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + + +******************************************************************************** +LICENSE_enthought.txt +Copyright (c) 2001, 2002 Enthought, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + a. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + b. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + c. Neither the name of the Enthought nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + + + +******************************************************************************** +LICENSE_PAINT +/****************************************************************** +Copyright 2000 by Object Craft P/L, Melbourne, Australia. + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Object Craft +is not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. + +OBJECT CRAFT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL OBJECT CRAFT BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF +USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +******************************************************************/ + + +******************************************************************************** +LICENSE_PIL +The Python Imaging Library is + +Copyright (c) 1997-2002 by Secret Labs AB +Copyright (c) 1995-2002 by Fredrik Lundh + +By obtaining, using, and/or copying this software and/or its +associated documentation, you agree that you have read, understood, +and will comply with the following terms and conditions: + +Permission to use, copy, modify, and distribute this software and its +associated documentation for any purpose and without fee is hereby +granted, provided that the above copyright notice appears in all +copies, and that both that copyright notice and this permission notice +appear in supporting documentation, and that the name of Secret Labs +AB or the author not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. + +SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR +ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +******************************************************************************** +LICENSE_YORICK +BSD-style license for gist/yorick colormaps. + +Copyright: + + Copyright (c) 1996. The Regents of the University of California. + All rights reserved. + +Permission to use, copy, modify, and distribute this software for any +purpose without fee is hereby granted, provided that this entire +notice is included in all copies of any software which is or includes +a copy or modification of this software and in all copies of the +supporting documentation for such software. + +This work was produced at the University of California, Lawrence +Livermore National Laboratory under contract no. W-7405-ENG-48 between +the U.S. Department of Energy and The Regents of the University of +California for the operation of UC LLNL. + + + DISCLAIMER + +This software was prepared as an account of work sponsored by an +agency of the United States Government. Neither the United States +Government nor the University of California nor any of their +employees, makes any warranty, express or implied, or assumes any +liability or responsibility for the accuracy, completeness, or +usefulness of any information, apparatus, product, or process +disclosed, or represents that its use would not infringe +privately-owned rights. Reference herein to any specific commercial +products, process, or service by trade name, trademark, manufacturer, +or otherwise, does not necessarily constitute or imply its +endorsement, recommendation, or favoring by the United States +Government or the University of California. The views and opinions of +authors expressed herein do not necessarily state or reflect those of +the United States Government or the University of California, and +shall not be used for advertising or product endorsement purposes. + + + AUTHOR + +David H. Munro wrote Yorick and Gist. Berkeley Yacc (byacc) generated +the Yorick parser. The routines in Math are from LAPACK and FFTPACK; +MathC contains C translations by David H. Munro. The algorithms for +Yorick's random number generator and several special functions in +Yorick/include were taken from Numerical Recipes by Press, et. al., +although the Yorick implementations are unrelated to those in +Numerical Recipes. A small amount of code in Gist was adapted from +the X11R4 release, copyright M.I.T. -- the complete copyright notice +may be found in the (unused) file Gist/host.c. + + +******************************************************************************** +PYTZ_LICENSE.txt +Copyright (c) 2003-2004 Stuart Bishop +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the + distribution. + + The name of Stuart Bishop may not be used to endorse or promote + products derived from this software without specific prior written + permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +******************************************************************************* +Licence for the font metrics in + /usr/share/matplotlib/mpl-data/fonts/pdfcorefonts + +Font Metrics for the 14 PDF Core Fonts +====================================== + +This directory contains font metrics for the 14 PDF Core Fonts, +downloaded from Adobe. The title and this paragraph were added by +Matplotlib developers. The download URL was +. + +This file and the 14 PostScript(R) AFM files it accompanies may be +used, copied, and distributed for any purpose and without charge, with +or without modification, provided that all copyright notices are +retained; that the AFM files are not distributed without this file; +that all modifications to this file or any of the AFM files are +prominently noted in the modified file(s); and that this paragraph is +not modified. Adobe Systems has no responsibility or obligation to +support the use of the AFM files. --- matplotlib-0.98.3.orig/debian/mkcopyright.sh +++ matplotlib-0.98.3/debian/mkcopyright.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +CURDIR="`dirname $0`" + +echo "This package was debianized by Vittorio Palmisano on" > "$CURDIR"/copyright + echo -e "`date -R`\n" >> "$CURDIR"/copyright + echo -e "It was downloaded from http://matplotlib.sourceforge.net/\n" >> "$CURDIR"/copyright + echo -e "Upstream Author: John D. Hunter \n" >> "$CURDIR"/copyright + echo -e "Copyright:\n" >> "$CURDIR"/copyright + + for i in `ls "$CURDIR"/../license`; do + echo "********************************************************************************" >> "$CURDIR"/copyright; + echo "$i" >> "$CURDIR"/copyright; + cat "$CURDIR"/../license/"$i" >> "$CURDIR"/copyright; + echo -e "\n" >> "$CURDIR"/copyright; + done + --- matplotlib-0.98.3.orig/debian/README.debian +++ matplotlib-0.98.3/debian/README.debian @@ -0,0 +1,10 @@ +MatplotLib Data Directory +------------------------- + +For various functions to work, for example + +help() -> modules + +you need to set the enviromental variable: + +export MATPLOTLIBDATA=/usr/share/matplotlib/ --- matplotlib-0.98.3.orig/debian/patches/doc_graphviz_errors_fix.patch +++ matplotlib-0.98.3/debian/patches/doc_graphviz_errors_fix.patch @@ -0,0 +1,13 @@ +Index: matplotlib-0.98.3/doc/sphinxext/inheritance_diagram.py +=================================================================== +--- matplotlib-0.98.3.orig/doc/sphinxext/inheritance_diagram.py 2008-08-04 20:38:45.826256001 +0200 ++++ matplotlib-0.98.3/doc/sphinxext/inheritance_diagram.py 2008-08-04 20:39:01.087125677 +0200 +@@ -346,7 +346,7 @@ + parts = node['parts'] + + graph_hash = get_graph_hash(node) +- name = "inheritance%s" ++ name = "inheritance%s" % graph_hash + pdf_path = os.path.join('_static', name + ".pdf") + + graph.run_dot(['-Tpdf', '-o%s' % pdf_path], --- matplotlib-0.98.3.orig/debian/patches/matplotlibrc_fix.patch +++ matplotlib-0.98.3/debian/patches/matplotlibrc_fix.patch @@ -0,0 +1,27 @@ +Index: matplotlib-0.98.3/lib/matplotlib/__init__.py +=================================================================== +--- matplotlib-0.98.3.orig/lib/matplotlib/__init__.py 2008-08-22 11:52:37.253904720 +0200 ++++ matplotlib-0.98.3/lib/matplotlib/__init__.py 2008-08-22 11:52:42.250189441 +0200 +@@ -452,9 +452,11 @@ + raise RuntimeError('Path in environment MATPLOTLIBDATA not a directory') + return path + +- path = os.sep.join([os.path.dirname(__file__), 'mpl-data']) ++ path = '/usr/share/matplotlib/mpl-data' + if os.path.isdir(path): return path +- ++ ++ raise RuntimeError('Could not find the matplotlib data files') ++ + # setuptools' namespace_packages may highjack this init file + # so need to try something known to be in matplotlib, not basemap + import matplotlib.afm +@@ -549,7 +551,7 @@ + if os.path.exists(fname): return fname + + +- path = get_data_path() # guaranteed to exist or raise ++ path = '/etc' # guaranteed to exist or raise + fname = os.path.join(path, 'matplotlibrc') + if not os.path.exists(fname): + warnings.warn('Could not find matplotlibrc; using defaults') --- matplotlib-0.98.3.orig/debian/patches/build_fix.patch +++ matplotlib-0.98.3/debian/patches/build_fix.patch @@ -0,0 +1,58 @@ +Index: 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 @@ + + basedir = { + 'win32' : ['win32_static',], +- 'linux2' : ['/usr/local', '/usr'], +- 'linux' : ['/usr/local', '/usr',], ++ 'linux2-alpha' : ['/usr'], ++ 'linux2-hppa' : ['/usr'], ++ 'linux2-mips' : ['/usr'], ++ 'linux2-sparc' : ['/usr'], ++ 'linux2' : ['/usr'], ++ 'linux' : ['/usr',], + 'cygwin' : ['/usr/local', '/usr',], + 'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local', + '/usr', '/sw', '/usr/X11R6'], +@@ -56,8 +60,10 @@ + 'freebsd5' : ['/usr/local', '/usr'], + 'freebsd6' : ['/usr/local', '/usr'], + 'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',], +- 'gnukfreebsd5' : ['/usr/local', '/usr'], +- 'gnukfreebsd6' : ['/usr/local', '/usr'], ++ 'gnukfreebsd5' : ['/usr'], ++ 'gnukfreebsd6' : ['/usr'], ++ 'gnukfreebsd7' : ['/usr'], ++ 'gnukfreebsd8' : ['/usr'], + 'aix5' : ['/usr/local'], + } + +@@ -977,6 +983,10 @@ + tk_inc = os.path.normpath(os.path.join(tk_lib_dir, + '../../include')) + ++ if not os.path.exists(tk_inc): ++ tk_inc = os.path.normpath(os.path.join(tk_lib_dir, ++ '../../../include/tcl' + tk_ver)) ++ + if not os.path.exists(os.path.join(tk_inc, 'tk.h')): + tk_inc = tcl_inc + +@@ -994,10 +1004,10 @@ + return tcl_lib, tcl_inc, tk_lib, tk_inc + + def hardcoded_tcl_config(): +- tcl_inc = "/usr/local/include" +- tk_inc = "/usr/local/include" +- tcl_lib = "/usr/local/lib" +- tk_lib = "/usr/local/lib" ++ tcl_inc = "/usr/include/tcl8.4" ++ tk_inc = "/usr/include/tcl8.4" ++ tcl_lib = "/usr/lib" ++ tk_lib = "/usr/lib" + return tcl_lib, tcl_inc, tk_lib, tk_inc + + def add_tk_flags(module): --- matplotlib-0.98.3.orig/debian/patches/bts-498229_axes3d_typo.patch +++ matplotlib-0.98.3/debian/patches/bts-498229_axes3d_typo.patch @@ -0,0 +1,7 @@ +Index: matplotlib-0.98.3/lib/matplotlib/axes3d.py +=================================================================== +--- matplotlib-0.98.3.orig/lib/matplotlib/axes3d.py 2008-10-30 22:40:51.122768151 +0100 ++++ matplotlib-0.98.3/lib/matplotlib/axes3d.py 2008-10-30 22:41:41.406765219 +0100 +@@ -1 +1 @@ +-raise NotImplmentedError('axes3d is not supported in matplotlib-0.98. You may want to try the 0.91.x maintenance branch') ++raise NotImplementedError('axes3d is not supported in matplotlib-0.98. You may want to try the 0.91.x maintenance branch') --- matplotlib-0.98.3.orig/debian/patches/series +++ matplotlib-0.98.3/debian/patches/series @@ -0,0 +1,6 @@ +build_fix.patch +matplotlibrc_fix.patch +matplotlibrc.template-typo.patch +doc_graphviz_errors_fix.patch +setup.cfg.patch +bts-498229_axes3d_typo.patch --- matplotlib-0.98.3.orig/debian/patches/setup.cfg.patch +++ matplotlib-0.98.3/debian/patches/setup.cfg.patch @@ -0,0 +1,94 @@ +Index: matplotlib-0.98.3/setup.cfg +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ matplotlib-0.98.3/setup.cfg 2008-10-30 19:54:04.578766737 +0100 +@@ -0,0 +1,89 @@ ++## Patch created by Sandro Tosi -- 2008-10-30 ++## ++## DP: File added (based on setup.cfg.template of 0.98.3) to configure ++## DP: the default GUI backend (GTKAgg). Could be used to other build configuration ++ ++ ++ ++# Rename this file to setup.cfg to modify matplotlib's ++# build options. ++ ++[egg_info] ++tag_svn_revision = 1 ++ ++[status] ++# To suppress display of the dependencies and their versions ++# at the top of the build log, uncomment the following line: ++#suppress = True ++# ++# Uncomment to insert lots of diagnostic prints in extension code ++#verbose = True ++ ++[provide_packages] ++# By default, matplotlib checks for a few dependencies and ++# installs them if missing. This feature can be turned off ++# by uncommenting the following lines. Acceptible values are: ++# True: install, overwrite an existing installation ++# False: do not install ++# auto: install only if the package is unavailable. This ++# is the default behavior ++# ++## Date/timezone support: ++#pytz = False ++#dateutil = False ++# ++## Experimental config package support, this should only be enabled by ++## matplotlib developers, for matplotlib development ++#enthought.traits = False ++#configobj = False ++ ++[gui_support] ++# Matplotlib supports multiple GUI toolkits, including Cocoa, ++# GTK, Fltk, Qt, Qt4, Tk, and WX. Support for many of these ++# toolkits requires AGG, the Anti-Grain Geometry library, which ++# is provided by matplotlib and built by default. ++# ++# Some backends are written in pure Python, and others require ++# extension code to be compiled. By default, matplotlib checks ++# for these GUI toolkits during installation and, if present, ++# compiles the required extensions to support the toolkit. GTK ++# support requires the GTK runtime environment and PyGTK. Wx ++# support requires wxWidgets and wxPython. Tk support requires ++# Tk and Tkinter. The other GUI toolkits do not require any ++# extension code, and can be used as long as the libraries are ++# installed on your system. ++# ++# You can uncomment any the following lines if you know you do ++# not want to use the GUI toolkit. Acceptible values are: ++# True: build the extension. Exits with a warning if the ++# required dependencies are not available ++# False: do not build the extension ++# auto: build if the required dependencies are available, ++# otherwise skip silently. This is the default ++# behavior ++# ++#gtk = False ++#gtkagg = False ++#tkagg = False ++#wxagg = False ++ ++[rc_options] ++# User-configurable options ++# ++# Default backend, one of: Agg, Cairo, CocoaAgg, GTK, GTKAgg, ++# GTKCairo, FltkAgg, Pdf, Ps, QtAgg, Qt4Agg, SVG, TkAgg, WX, WXAgg. ++# ++# The Agg, Ps, Pdf and SVG backends do not require external ++# dependencies. Do not choose GTK, GTKAgg, GTKCairo, TkAgg or WXAgg if ++# you have disabled the relevent extension modules. Agg will be used ++# by default. ++# ++backend = GTKAgg ++# ++# The numerix module was historically used to provide ++# compatibility between the Numeric, numarray, and NumPy array ++# packages. Now that NumPy has emerge as the universal array ++# package for python, numerix is not really necessary and is ++# maintained to provide backward compatibility. Do not change ++# this unless you have a compelling reason to do so. ++#numerix = numpy --- matplotlib-0.98.3.orig/debian/patches/matplotlibrc.template-typo.patch +++ matplotlib-0.98.3/debian/patches/matplotlibrc.template-typo.patch @@ -0,0 +1,12 @@ +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.000000000 +0200 ++++ matplotlib-0.98.3.new/matplotlibrc.template 2008-10-14 20:37:17.000000000 +0200 +@@ -4,7 +4,7 @@ + # of it on your system in + # site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it + # there, please note that it will be overridden in your next install. +-# If you want to keep a permanent local bopy that will not be ++# If you want to keep a permanent local copy that will not be + # over-written, place it in HOME/.matplotlib/matplotlibrc (unix/linux + # like systems) and C:\Documents and Settings\yourname\.matplotlib + # (win32 systems).