[liblinear] branch master updated (29bb7f7 -> d6a66d4)

Christian Kastner ckk at moszumanska.debian.org
Sun Sep 6 13:33:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

ckk pushed a change to branch master
in repository liblinear.

      from  29bb7f7   Prepare changelog for release
      adds  24894ac   Imported Upstream version 1.91
      adds  7ba884a   Merge branch 'upstream' into dfsg
      adds  f947901   Imported Upstream version 1.94
       new  a3cd078   Merge branch 'upstream' into dfsg
       new  5271829   Merge branch 'dfsg'
       new  3d7a9f6   d/watch: Update to look for gzip'ed tarball instead of zip
       new  277e0aa   d/rules: Simplify upstream version extraction/utilization
       new  a853966   d/rules: Update sed patterns in get-orig-source to match upstream changes
       new  a9517df   d/rules: Use --no-symlink with uscan
       new  0a38453   d/rules: Use xz compression in get-orig-source
       new  f942b6c   d/rules: Drop override_dh_makeshlibs needed only for lenny
       new  e470919   Imported Upstream version 2.01
       new  3c516e3   Imported Upstream version 2.01
       new  d8a0b95   Merge branch 'upstream' into dfsg
       new  4e74428   Merge branch 'dfsg'
       new  d071e92   d/control: Switch Maintainer to my @debian.org address
       new  38da109   Drop d/TODO, as no open todos remain
       new  42b0c25   d/rules: Forgot to rename tarball
       new  47bc59c   d/gbp.conf: Update for xz compression
       new  47b61d1   d/rules: Rename orig source directory
       new  325731f   d/rules: Export upstream version number
       new  d0dd1cb   Update patch 0001-Properly-build-shared-and-static-libraries-programs
       new  8b61511   Drop patch 0005-Documentation-fix
       new  1ce93c7   Update patch 0006-Improve-option-parsing
       new  a722273   Rename package liblinear1 to liblinear3
       new  b57c966   d/patches: Drop patch numbers from .patch names
       new  16e713f   d/gbp.conf: Make pq operate without patch numbers
       new  6abd0cd   d/liblinear3.symbols: Update for new library version
       new  d6a66d4   Prepare changelog for release

The 26 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 COPYRIGHT                                          |    2 +-
 Makefile                                           |   13 +-
 Makefile.win                                       |   10 +-
 README                                             |  215 +++-
 debian/TODO                                        |   15 -
 debian/changelog                                   |   31 +
 debian/control                                     |   18 +-
 debian/gbp.conf                                    |    4 +
 debian/liblinear-dev.README.Debian                 |    4 +-
 debian/liblinear-tools.README.Debian               |    4 +-
 debian/liblinear1.symbols                          |   69 --
 ...ear1.README.Debian => liblinear3.README.Debian} |    0
 debian/{liblinear1.dirs => liblinear3.dirs}        |    0
 debian/{liblinear1.docs => liblinear3.docs}        |    0
 debian/{liblinear1.install => liblinear3.install}  |    0
 ...tian-overrides => liblinear3.lintian-overrides} |    2 +-
 debian/liblinear3.symbols                          |   82 ++
 debian/patches/0005-Documentation-fix.patch        |   25 -
 ...-parsing.patch => Improve-option-parsing.patch} |   43 +-
 ...ild-shared-and-static-libraries-programs.patch} |   74 +-
 debian/patches/series                              |    5 +-
 debian/rules                                       |   52 +-
 debian/watch                                       |    2 +-
 linear.cpp                                         | 1147 ++++++++++++++++----
 linear.def                                         |    3 +
 linear.h                                           |   18 +-
 matlab/Makefile                                    |   23 +-
 matlab/README                                      |   95 +-
 matlab/libsvmread.c                                |   58 +-
 matlab/libsvmwrite.c                               |   31 +-
 matlab/linear_model_matlab.c                       |   16 +-
 matlab/make.m                                      |   30 +-
 matlab/predict.c                                   |  163 +--
 matlab/run.m                                       |    4 -
 matlab/train.c                                     |  242 ++++-
 predict.c                                          |   47 +-
 python/Makefile                                    |    2 +-
 python/README                                      |   80 +-
 python/liblinear.py                                |  142 ++-
 python/liblinearutil.py                            |  150 ++-
 train.c                                            |  171 ++-
 tron.cpp                                           |   36 +-
 tron.h                                             |    3 +-
 43 files changed, 2268 insertions(+), 863 deletions(-)
 delete mode 100644 debian/TODO
 delete mode 100644 debian/liblinear1.symbols
 rename debian/{liblinear1.README.Debian => liblinear3.README.Debian} (100%)
 rename debian/{liblinear1.dirs => liblinear3.dirs} (100%)
 rename debian/{liblinear1.docs => liblinear3.docs} (100%)
 rename debian/{liblinear1.install => liblinear3.install} (100%)
 rename debian/{liblinear1.lintian-overrides => liblinear3.lintian-overrides} (54%)
 create mode 100644 debian/liblinear3.symbols
 delete mode 100644 debian/patches/0005-Documentation-fix.patch
 rename debian/patches/{0006-Improve-option-parsing.patch => Improve-option-parsing.patch} (82%)
 rename debian/patches/{0001-Properly-build-shared-and-static-libraries-programs.patch => Properly-build-shared-and-static-libraries-programs.patch} (72%)
 delete mode 100644 matlab/run.m

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/liblinear.git



More information about the debian-science-commits mailing list