Change logs for python-numpy source package in Quantal

  • python-numpy (1:1.6.2-1ubuntu1) quantal; urgency=low
    
      * remove unused patch debian-changes-1:1.5.1-2ubuntu2
      * Merge from Debian unstable. Remaining changes:
        - debian/patches/20_disable-plot-extension.patch
           Disable plot_directive extension, and catch ImportErrors when
           matplotlib cannot be imported, which allows us to remove
           python-matplotlib from dependencies.  This is required because
           python-numpy is in main, while python-matplotlib is in universe.
        - Build using dh_python2
          add bin/f2py* to .install files
    
    python-numpy (1:1.6.2-1) unstable; urgency=low
    
      * New upstream release
      * debian/patches/50_search-multiarch-paths.patch
        - re-introduce multi-arch paths detection, as a Debian-specific patch, until
          upstream will support a generic solution; Closes: #640940
      * debian/rules
        - fix command to move debug symbols in the right place; thanks to Dave
          Anglin for the report and patch; Closes: #672826
    
    python-numpy (1:1.6.2~rc1-1) unstable; urgency=low
    
      * New upstream release candidate
      * Add dh_numpy3, to generate dependencies for Python 3 packages using numpy;
        thanks to Julian Taylor for the report; Closes: #665998
      * debian/watch
        - recognize RC releases
      * debian/patches/{30_fix_unicode_mgmt_py27-32.patch,
                        50_search-multiarch-paths.patch}
        - removed, merged upstream
      * debian/rules
        - link the include directory to the right path to the header files for py3k
          numpy; thanks to Marc J. Driftmeyer for the report; Closes: #670970
        - remove leftover from build process, so the package can be built twice in a
          row; thanks to Jakub Wilk for the report; Closes: #671194
      * debian/python-numpy.links
        - correctly generate symlinks to numarray include files; thanks to Ian
          Zimmerman for the report; Closes: #631677
    
    python-numpy (1:1.6.1-8) unstable; urgency=low
    
      * debian/control
        - move python-matplotlib back to b-d, to fix FTBFS on some arch, effectively
          reverting fix for #655014
    
    python-numpy (1:1.6.1-7) unstable; urgency=low
    
      [ Thorsten Glaser ]
      * debian/control
        - move python-matplotlib to Build-Depends-Indep as it’s only needed when
          building the arch:all documentation package; Closes: #655014
    
      [ Andreas Schwab ]
      * debian/patches/20_m68k_long_double_format.diff
        - add support for the Motorola 68k big endian long double floating-point
          representation format; Closes: #655388
    
      [ Sandro Tosi ]
      * Upload to unstable
      * debian/patches/30_fix_unicode_mgmt_py27-32.patch
        - fix Unicode object management with Python 2.7 and 3.2; thanks to Julian
          Taylor for the report; Closes: #664672
      * debian/patches/50_search-multiarch-paths.patch, debian/control
        - add multiarch paths to those searched by Numpy distutils, adding gcc to
          Suggests (it's not needed so often); thanks to Julian Taylor for the
          report and patch (as shipped in Ubuntu); Closes: #640940
     -- Julian Taylor <email address hidden>   Sat, 02 Jun 2012 18:44:16 +0200
  • python-numpy (1:1.6.1-6ubuntu1) precise; urgency=low
    
      * Merge from Debian unstable, adds python3 package (LP: #795605, #959588)
        Remaining changes:
        - debian/patches/20_disable-plot-extension.patch
           Disable plot_directive extension, and catch ImportErrors when
           matplotlib cannot be imported, which allows us to remove
           python-matplotlib from dependencies.  This is required because
           python-numpy is in main, while python-matplotlib is in universe.
        - Build using dh_python2
          add bin/f2py* to .install files
        - keep Replaces: python-numpy (<< 1:1.3.0-4) in python-numpy-dbg
          for lucid upgrades
        - debian/patches/search-multiarch-paths.patch: (LP: #818867)
           add multiarch libdirs to numpy.distutils.system_info
    
    python-numpy (1:1.6.1-6) experimental; urgency=low
    
      [ Thomas Kluyver ]
      * Add package for Python 3; Closes: #601593
    
      [ Sandro Tosi ]
      * Small fixes for python3 packaging
      * debian/control
        - bump Standards-Version to 3.9.3 (no changes needed)
        - remove quild from b-d, not needed since using 3.0 (quilt) format
    
    python-numpy (1:1.6.1-5ubuntu2) precise; urgency=low
    
      * update search-multiarch-paths.patch (LP: #956901)
        use gcc -print-multiarch to detect the path and recommend gcc
     -- Julian Taylor <email address hidden>   Mon, 19 Mar 2012 19:38:13 +0100