Change logs for liblinear source package in Quantal

  • liblinear (1.8+dfsg-1ubuntu1) quantal; urgency=low
    
      * debian/control:
        - Use dh_python2 instead of python-support
        - Add X-Python-Version
        - Drop libsvm-tools from Recommends to Suggests, as the tools are only
          mentioned in man pages.
      * debian/pyversions:
        - Drop, unused with dh_python2
     -- Michael Terry <email address hidden>   Mon, 02 Jul 2012 16:05:38 -0400
  • liblinear (1.8+dfsg-1) unstable; urgency=low
    
      * New upstream release.
      * debian/control:
        - Added Chen-Tse Tsai <email address hidden> to Uploaders
        - Bumped Standards-Version to 3.9.2 (no changes needed)
      * debian/python-liblinear.install
        debian/rules:
        - Dropped the override for dh_install in favor of python-liblinear.install
          Previously, this was not possible because we had to rename files
      * debian/watch:
        - Rewrote version mangling. Now only the upstream version needs to be
          mangled. The previous approach didn't work well together with DEHS
      * debian/copyright:
        - Refreshed upstream's copyright
        - Fixed the previous refresh of my packaging copyright (don't drop 2010)
        - Refreshed DEP5 format to r173
      * debian/python-liblinear.README.Debian
        - Refreshed to reflect that we are now upstream-compatible again
      * debian/patches refreshed:
        - 0001-Properly-build-shared-and-static-libraries-programs
          Fixed a (harmless) missing definition. Also, patch now applies against
          orig tarball created with get-orig-source. The orig tarball previously
          created manually differed slightly (whitespace in Makefile)
      * debian/patches dropped (implemented/included upstream):
        - 0003-Add-missing-solver-to-Python-bindings
        - 0004-Python-namespace-change.patch
      * debian/patches added:
        - 0005-Documentation-fix.patch
          Mismatch between documented formulas
    
    liblinear (1.7+dfsg-1) unstable; urgency=low
    
      * New upstream release. Closes: #609380
      * python-liblinear:
        - NAMESPACE CHANGE. In anticipation of upstream's namespace switch for the
          next release, our own namespace switch (which broke compatibility) was
          modified to conform to it.
        - Added NEWS file indicating namespace change
        - Updated README.Debian indicating namespace change
      * debian/control:
        - Bumped Standards-Version to 3.9.1 (no changes needed)
        - Modified Depends: of liblinear-dev to support alternative BLAS
          implementations
        - Fixed broken Vcs-Browser URL.
      * debian/copyright:
        - Refreshed DEP5-format to r166
        - Refreshed copyrights
        - Added Disclaimer for the modifications made during DFSG-cleaning
        - Relicense all of my contributions to BSD-3-clause to facilitate possible
          inclusions in upstream
      * debian/liblinear1.symbols:
        - Added new symbols
        - Removed the unnecessary dfsg suffix
      * debian/rules:
        - Added target get-orig-source
        - Don't hardcode CFLAGs; honor dpkg-buildflags
        - On systems with a dpkg-dev (<< 1.15.6), the symbols file is removed prior
          before dh_makeshlibs runs. This is a convenience solution for backporters
          on platforms where the c++ tags would otherwise cause build failures.
          This is temporary solution.
      * debian/patches:
        - Added 0003-Add-missing-solver-to-Python-bindings
        - Dropped 0002-Move-Python-bindings-to-package-liblinear
        - Added 0004-Python-namespace-change.patch
          (i.e., the old namespace switch was dropped, and the new one implemented
          as a fresh patch)
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:06:25 +0000