[hfst] 02/02: Imported Debian patch 3.8.2~r4145-1

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Fri Dec 19 18:11:17 UTC 2014


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

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

commit 46dcf191b9127a55fa1e63df2bb6fc90c5c1fe3b
Merge: 2c70d43 0b8a798
Author: Tino Didriksen <mail at tinodidriksen.com>
Date:   Fri Dec 19 15:38:00 2014 +0000

    Imported Debian patch 3.8.2~r4145-1

 ChangeLog                                          | 424 ++++++++++++++++
 ChangeLog.old                                      | 535 +++++++++++++++++++++
 NEWS                                               |  12 +
 check_installation/copy-tool-tests.sh              |   2 +
 configure.ac                                       |  16 +-
 debian/changelog                                   |   6 +
 debian/control                                     |   8 +-
 ...libhfst39-dev.install => libhfst40-dev.install} |   0
 debian/{libhfst39.install => libhfst40.install}    |   0
 debian/{libhfst39.postinst => libhfst40.postinst}  |   0
 libhfst/src/HfstTokenizer.cc                       | 130 ++++-
 libhfst/src/HfstTokenizer.h                        |   9 +
 libhfst/src/HfstTransducer.cc                      |  43 ++
 libhfst/src/HfstTransducer.h                       |   4 +
 libhfst/src/Makefile.am                            |   2 +-
 libhfst/src/implementations/ConvertOlTransducer.cc | 174 +++----
 libhfst/src/implementations/HfstTransitionGraph.h  | 149 ++++--
 .../implementations/optimized-lookup/convert.cc    |  58 +--
 .../src/implementations/optimized-lookup/convert.h | 246 ++++++----
 .../src/implementations/optimized-lookup/pmatch.cc | 268 ++++++++---
 .../src/implementations/optimized-lookup/pmatch.h  |  40 +-
 .../implementations/optimized-lookup/transducer.cc |   5 +
 .../implementations/optimized-lookup/transducer.h  |   5 +-
 libhfst/src/parsers/LexcCompiler.cc                | 158 ++++--
 libhfst/src/parsers/LexcCompiler.h                 |  12 +-
 libhfst/src/parsers/XreCompiler.cc                 |  41 +-
 libhfst/src/parsers/XreCompiler.h                  |  30 ++
 libhfst/src/parsers/lexc-lexer.ll                  |   3 -
 libhfst/src/parsers/lexc-parser.yy                 |  72 ++-
 libhfst/src/parsers/pmatch_lex.ll                  |  36 ++
 libhfst/src/parsers/pmatch_parse.yy                | 280 +++++++++--
 libhfst/src/parsers/pmatch_utils.cc                | 255 ++++++++--
 libhfst/src/parsers/pmatch_utils.h                 |   9 +-
 libhfst/src/parsers/xre_lex.ll                     |   2 +
 libhfst/src/parsers/xre_parse.yy                   |  19 +-
 libhfst/src/parsers/xre_utils.cc                   |  83 +++-
 libhfst/src/parsers/xre_utils.h                    |   5 +
 test/tools/Makefile.am                             |   8 +-
 test/tools/lexc-compiler-functionality.sh          |   4 +-
 test/tools/warn.one-sided-flags.lexc               |   7 +
 test/tools/warn.one-sided-flags.lexc.flag.result   | Bin 0 -> 461 bytes
 test/tools/warn.one-sided-flags.lexc.result        | Bin 0 -> 347 bytes
 .../xfail.sublexicon-defined-more-than-once.lexc   |  15 +
 tools/src/HfstStrings2FstTokenizer.cc              |  20 +-
 tools/src/hfst-compose.cc                          |  62 ++-
 tools/src/hfst-fst2strings.cc                      |   4 +-
 tools/src/hfst-lexc-compiler.cc                    |  26 +-
 tools/src/hfst-pmatch.cc                           |  17 +-
 tools/src/hfst-proc2.cc                            |   3 +-
 tools/src/hfst-summarize.cc                        |  61 ++-
 tools/src/parsers/XfstCompiler.cc                  | 192 ++++++--
 tools/src/parsers/XfstCompiler.h                   |   3 +-
 tools/src/parsers/hfst-xfst.cc                     |   1 +
 tools/src/parsers/test/Makefile.am                 |   8 +-
 tools/src/parsers/test/compile_replace_1.output    |   8 +
 tools/src/parsers/test/compile_replace_1.xfst      |  12 +
 tools/src/parsers/test/compile_replace_2.output    |   8 +
 tools/src/parsers/test/compile_replace_2.xfst      |  10 +
 tools/src/parsers/test/compile_replace_3.output    |  17 +
 tools/src/parsers/test/compile_replace_3.xfst      |  21 +
 tools/src/parsers/test/merge.att                   |  39 ++
 tools/src/parsers/test/merge.xfst                  |  17 +
 tools/src/parsers/test/merge_weighted.att          |  39 ++
 tools/src/parsers/test/merge_weighted.xfst         |  18 +
 tools/src/parsers/test/one_transition_regex.att    |  10 +
 tools/src/parsers/test/one_transition_regex.xfst   |  11 +
 tools/src/parsers/test/test.sh                     |  30 +-
 67 files changed, 3205 insertions(+), 607 deletions(-)

diff --cc debian/changelog
index eeb23d7,0000000..94d0cea
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,0 +1,17 @@@
++hfst (3.8.2~r4145-1) experimental; urgency=low
++
++  * New upstream release
++
++ -- Tino Didriksen <mail at tinodidriksen.com>  Fri, 19 Dec 2014 15:38:00 +0000
++
 +hfst (3.8.1~r4088-1) experimental; urgency=low
 +
 +  * New upstream release
 +
 + -- Tino Didriksen <mail at tinodidriksen.com>  Tue, 4 Nov 2014 09:30:00 +0000
 +
 +hfst (3.8.0~r4029-1) experimental; urgency=low
 +
 +  * Initial release
 +
 + -- Tino Didriksen <mail at tinodidriksen.com>  Fri, 3 Oct 2014 13:13:49 +0000
diff --cc debian/control
index c7e75de,0000000..7c8549a
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,52 -1,0 +1,52 @@@
 +Source: hfst
 +Section: science
 +Priority: optional
 +Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 +Uploaders: Tino Didriksen <mail at tinodidriksen.com>,
 +           Kartik Mistry <kartik at debian.org>
 +Build-Depends: autoconf,
 +               automake,
 +               autotools-dev,
 +               bison,
 +               debhelper (>= 9.0),
 +               dh-autoreconf,
 +               flex,
 +               libicu-dev,
 +               libreadline-dev,
 +               libtool,
 +               python,
 +               python-dev,
 +               zlib1g-dev
 +Standards-Version: 3.9.6
 +Homepage: http://www.ling.helsinki.fi/kieliteknologia/tutkimus/hfst/
 +Vcs-Git: git://anonscm.debian.org/debian-science/packages/hfst.git
 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/hfst.git
 +
 +Package: hfst
 +Architecture: any
 +Provides: hfst
- Depends: libhfst39 (= ${binary:Version}),
++Depends: libhfst40 (= ${binary:Version}),
 +         python,
 +         ${misc:Depends},
 +         ${shlibs:Depends}
 +Description: Helsinki Finite-State Transducer Technology
 + The Helsinki Finite-State Transducer software is intended for the
 + implementation of morphological analysers and other tools which are
 + based on weighted and unweighted finite-state transducer technology.
 +
- Package: libhfst39
++Package: libhfst40
 +Architecture: any
 +Depends: ${misc:Depends}, ${shlibs:Depends}
 +Provides: libhfst3
 +Conflicts: libhfst3
 +Description: Helsinki Finite-State Transducer Technology Libraries
 + Runtime libraries for HFST
 +
- Package: libhfst39-dev
++Package: libhfst40-dev
 +Architecture: any
 +Section: libdevel
- Depends: libhfst39 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
++Depends: libhfst40 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 +Provides: libhfst3-dev
 +Conflicts: libhfst3-dev
 +Description: Helsinki Finite-State Transducer Technology Development files
 + Development headers and libraries for HFST
diff --cc debian/libhfst40-dev.install
index 992badc,0000000..992badc
mode 100644,000000..100644
--- a/debian/libhfst40-dev.install
+++ b/debian/libhfst40-dev.install
diff --cc debian/libhfst40.install
index 307c522,0000000..307c522
mode 100644,000000..100644
--- a/debian/libhfst40.install
+++ b/debian/libhfst40.install
diff --cc debian/libhfst40.postinst
index 7df96b6,0000000..7df96b6
mode 100644,000000..100644
--- a/debian/libhfst40.postinst
+++ b/debian/libhfst40.postinst

-- 
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