[mbt] branch master updated (4c31a81 -> 5fb5412)

Maarten van Gompel proycon-guest at moszumanska.debian.org
Fri Aug 5 07:16:02 UTC 2016


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

proycon-guest pushed a change to branch master
in repository mbt.

      from  4c31a81   updated watch to point to make dist tarball rather than bare sources
       new  8776f60   premature version bump in changelog
       new  7d9cd3a   Imported Upstream version 3.2.16
       new  eb0b2b9   Merge tag 'upstream/3.2.16'
       new  fed2eca   * New upstream release, (missed: 3.2.13, 3.2.14 3.2.15) * debian/watch: updated to make dist tarball rather than * debian/control: updated ticcutils dependency version * debian/control: updated standards version * debian/copyright: updated dates, added CLST, Nijmegen
       new  5fb5412   debian/control: updated timbl dependency version and  debian/control: added CLST/Nijmegen to descriptions

The 5 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:
 AUTHORS                           |    1 +
 ChangeLog                         | 1841 ++++++------
 Makefile.am                       |    6 +-
 Makefile.in                       |   59 +-
 NEWS                              |   20 +-
 README                            |   60 +-
 aclocal.m4                        |   66 +-
 bootstrap.sh                      |    6 +-
 compile                           |    2 +-
 config.guess                      |  233 +-
 config.h.in                       |    6 +-
 config.sub                        |   60 +-
 configure                         | 3487 +++++++++++++----------
 configure.ac                      |   17 +-
 debian/changelog                  |   11 +-
 debian/control                    |   24 +-
 debian/copyright                  |    5 +-
 depcomp                           |    2 +-
 docs/Makefile.in                  |   29 +-
 docs/mbt.1                        |   54 +-
 docs/mbtg.1                       |   52 +-
 example/Makefile.in               |   29 +-
 include/Makefile.am               |    4 +-
 include/Makefile.in               |   33 +-
 include/mbt/Logging.h             |   18 +-
 include/mbt/Makefile.am           |    4 +-
 include/mbt/Makefile.in           |   35 +-
 include/mbt/MbtAPI.h              |   27 +-
 include/mbt/Pattern.h             |   18 +-
 include/mbt/Sentence.h            |   49 +-
 include/mbt/TagLex.h              |   19 +-
 include/mbt/Tagger.h              |   56 +-
 install-sh                        |  373 ++-
 ltmain.sh                         | 5533 +++++++++++++++++++++++--------------
 m4/libtool.m4                     | 2801 +++++++++++--------
 m4/ltoptions.m4                   |  140 +-
 m4/ltversion.m4                   |   12 +-
 m4/openmp.m4                      |   97 -
 m4/pkg.m4                         |   55 +
 missing                           |    2 +-
 src/GenerateTagger.cxx            |  636 +++++
 src/Makefile.am                   |    9 +-
 src/Makefile.in                   |   46 +-
 src/Mbt.cxx                       |   16 +-
 src/MbtAPI.cxx                    |   36 +-
 src/Mbtg.cxx                      |   16 +-
 src/Pattern.cxx                   |   62 +-
 src/{Tagger.cxx => RunTagger.cxx} | 1082 +-------
 src/Sentence.cxx                  |  381 ++-
 src/TagLex.cxx                    |   88 +-
 src/Tagger.cxx                    | 1827 +-----------
 src/convert.cxx                   |   24 +-
 src/simpletest.cxx                |   15 +-
 test-driver                       |   15 +-
 54 files changed, 10174 insertions(+), 9425 deletions(-)
 delete mode 100644 m4/openmp.m4
 create mode 100644 src/GenerateTagger.cxx
 copy src/{Tagger.cxx => RunTagger.cxx} (51%)

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



More information about the debian-science-commits mailing list