[hfst] branch master updated (2508744 -> c581624)

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Mon Aug 7 09:27:00 UTC 2017


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

tinodidriksen-guest pushed a change to branch master
in repository hfst.

      from  2508744   Imported Debian patch 3.12.2~r3258-1
       new  e8eea35   Imported Upstream version 3.12.2~r3289
       new  c581624   Imported Debian patch 3.12.2~r3289-1

The 2 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:
 ChangeLog                                          | 153 ++++++-
 ChangeLog.old                                      |  27 +-
 NEWS                                               |  33 +-
 README.rst                                         |  20 -
 back-ends/Makefile.am                              |   4 +
 configure.ac                                       |  62 ++-
 debian/changelog                                   |   6 +-
 debian/control                                     |  14 +-
 ...libhfst48-dev.install => libhfst49-dev.install} |   0
 debian/{libhfst48.install => libhfst49.install}    |   0
 ...ntian-overrides => libhfst49.lintian-overrides} |   0
 debian/{libhfst48.postinst => libhfst49.postinst}  |   0
 debian/rules                                       |   1 +
 libhfst/src/HfstInputStream.cc                     |  58 +--
 libhfst/src/HfstInputStream.h                      |   8 +-
 libhfst/src/HfstOutputStream.cc                    |  36 +-
 libhfst/src/HfstOutputStream.h                     |   8 +-
 libhfst/src/HfstTransducer.cc                      | 111 +++--
 libhfst/src/HfstTransducer.h                       |  22 +-
 libhfst/src/Makefile.am                            |   6 +-
 .../src/implementations/ConvertFomaTransducer.cc   |  19 +-
 .../implementations/ConvertLogWeightTransducer.cc  |  17 +-
 .../src/implementations/ConvertSfstTransducer.cc   |  18 +-
 .../src/implementations/ConvertTransducerFormat.cc |  24 +-
 .../src/implementations/ConvertTransducerFormat.h  |  83 +---
 libhfst/src/implementations/FomaTransducer.cc      |  43 +-
 libhfst/src/implementations/FomaTransducer.h       |   8 +-
 libhfst/src/implementations/LogWeightTransducer.cc | 503 ++++++++-------------
 libhfst/src/implementations/LogWeightTransducer.h  |  73 +--
 libhfst/src/implementations/Makefile.am            |  10 +-
 libhfst/src/implementations/SfstTransducer.cc      | 402 ++++++++--------
 libhfst/src/implementations/SfstTransducer.h       |  64 +--
 .../implementations/TropicalWeightTransducer.cc    |  61 ++-
 .../src/implementations/TropicalWeightTransducer.h |  59 +--
 libhfst/src/parsers/LexcCompiler.cc                |   2 -
 libhfst/src/parsers/Makefile.am                    |  10 +-
 libhfst/src/parsers/SfstAlphabet.h                 |  30 +-
 libhfst/src/parsers/SfstCompiler.h                 |   5 +-
 libhfst/src/parsers/htwolcpre1-lexer.ll            |   4 -
 libhfst/src/parsers/htwolcpre2-lexer.ll            |   9 +-
 libhfst/src/parsers/htwolcpre3-lexer.ll            |   6 +-
 libhfst/src/parsers/lexc-lexer.ll                  |   7 +-
 libhfst/src/parsers/pmatch_lex.ll                  |   7 +-
 libhfst/src/parsers/sfst-scanner.ll                |   8 +-
 libhfst/src/parsers/xfst-lexer.ll                  |   7 +-
 libhfst/src/parsers/xre_lex.ll                     |   7 +-
 python/doc/Doxyfile                                |   2 +-
 python/doc/README                                  |   2 +-
 python/pypi/MANIFEST.in                            |   1 +
 python/pypi/setup.py                               |   2 +-
 python/setup.py                                    |   3 +-
 test/tools/hfst-check-help.sh                      |  12 +-
 test/tools/hfst-check-version.sh                   |  12 +-
 tools/src/Makefile.am                              |  45 +-
 tools/src/hfst-info.cc                             |  18 +-
 tools/src/hfst-twolc/src/hfst-twolc.cc             |  21 +-
 56 files changed, 1044 insertions(+), 1129 deletions(-)
 rename debian/{libhfst48-dev.install => libhfst49-dev.install} (100%)
 rename debian/{libhfst48.install => libhfst49.install} (100%)
 rename debian/{libhfst48.lintian-overrides => libhfst49.lintian-overrides} (100%)
 rename debian/{libhfst48.postinst => libhfst49.postinst} (100%)

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



More information about the debian-science-commits mailing list