Change logs for matplotlib source package in Intrepid

  • matplotlib (0.98.3-4ubuntu1) intrepid; urgency=low
    
      * Merge from Debian unstable, remaining changes:
        - debian/control
          + replace wxgtk2.6 with wxgtk2.8
          + add python-pkg-resources dependency
      * debian/patches/default_backend:
        - added to set the default backend to TkAgg (Closes LP: #278764)
      * debian/control: move python-tk to default of binary backend deps
    
    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
    
     -- Jordan Mantha <email address hidden>   Tue, 14 Oct 2008 13:40:01 -0700
  • matplotlib (0.98.3-3ubuntu2) intrepid; urgency=low
    
      * debian/control:
        - Really use wxgtk2.8 instead of wxgtk2.6 (LP: #261880)
        - Added python-pkg-resources to build dependency for version detection of
          python-enthought-traits
    
     -- Benjamin Drung <email address hidden>   Wed, 27 Aug 2008 17:20:45 +0200
  • matplotlib (0.98.3-3ubuntu1) intrepid; urgency=low
    
      * 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
    
      [Jordan Mantha]
      * Merging from Debian svn r6362 (Closes LP: #246408):
        - debian/control: use wxgtk2.8 instead of wxgtk2.6
    
     -- Jordan Mantha <email address hidden>   Mon, 25 Aug 2008 10:05:00 -0700
  • matplotlib (0.91.2-2ubuntu1) intrepid; urgency=low
    
      * Merge from Debian unstable (LP: #233959). Remaining Ubuntu changes:
      * debian/control:
        - Change Maintainer/XSBC-Original-Maintainer field,
        - Update Build-depends: python-wxgtk2.6 -> 2.8
        - Change order of dependencies so python-gtk2 is first (LP: #223067).
      * debian/docs: adding various doc files to binary package
      * Revert to TkAgg backend instead of GTKAgg which has been the default
        in the several last Ubuntu releases. TkAgg is also the default backend
        in the Debian version. Bug (LP: #220137) seems to indicate that GTKagg
        does not work as expected, either by design or from a bug.
      * debian/rules:
        - copy debian/setup.cfg to $(CURDIR), to make TkAgg the default.
        - call dh_link for the indep target.
      * Also install /usr/share/matplotlib/matplotlib.conf, and create
        a link from /etc/matplotlibrc to /usr/share/matplotlib partly solving
        the problem described in Launchpad bug 126318.
      * debian/README.debian: add note on use of environmental variable.
      * Closing other bugs fixed by this version:
        - PDF generation is working in this version (LP: #114707)
        - personal settings file in ~/.matplotlib/matplotlibrc (LP: #124621)
        - quiver interface refactored from upstream (LP: #134919)
    
    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)
    
    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)
    
     -- Morten Kjeldgaard <email address hidden>   Fri, 30 May 2008 14:17:03 +0200
  • matplotlib (0.91.2-0ubuntu1) hardy; urgency=low
    
      * New upstream version (LP: #195772)
      * removed NUMARRAY_ISSUES in debian/rules and in debian/docs
      * debian/control: Change Maintainer/XSBC-Original-Maintainer field.
      * debian/patches: updated build_fix.patch and matplotlibrc_fix.patch
      * Added dvipng, python-configobj, python-enthought-traits (>= 2.0) to
        package and build dependency.
      * Added python-qt-dev, python-qt4-dev and python-wxgtk2.8 to build
        dependency.
    
    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
    
     -- Benjamin Drung <email address hidden>   Wed, 09 Apr 2008 17:44:30 +0200