[hfst] 02/02: Imported Debian patch 3.8.1~r4088-1

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Tue Nov 4 13:00:20 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 e6d7c16f2116893d785daf6dbd423b96ee566827
Merge: 1146dd9 abe69df
Author: Tino Didriksen <mail at tinodidriksen.com>
Date:   Tue Nov 4 09:30:00 2014 +0000

    Imported Debian patch 3.8.1~r4088-1

 ChangeLog                                          | 535 ++++++++++++++++++
 ChangeLog.old                                      | 619 +++++++++++++++++++++
 NEWS                                               |   6 +-
 back-ends/openfst/src/include/fst/accumulator.h    |   2 +-
 back-ends/openfst/src/include/fst/arc-map.h        |   2 +-
 back-ends/openfst/src/include/fst/determinize.h    |   2 +-
 back-ends/openfst/src/include/fst/encode.h         |   2 +-
 back-ends/openfst/src/include/fst/epsnormalize.h   |   2 +-
 back-ends/openfst/src/include/fst/equivalent.h     |   2 +-
 back-ends/openfst/src/include/fst/factor-weight.h  |   2 +-
 back-ends/openfst/src/include/fst/interval-set.h   |   8 +-
 .../openfst/src/include/fst/label-reachable.h      |   2 +-
 back-ends/openfst/src/include/fst/relabel.h        |   2 +-
 back-ends/openfst/src/include/fst/replace-util.h   |   4 +-
 back-ends/openfst/src/include/fst/replace.h        |   2 +-
 back-ends/openfst/src/include/fst/rmepsilon.h      |   2 +-
 back-ends/openfst/src/include/fst/rmfinalepsilon.h |   2 +-
 .../openfst/src/include/fst/sparse-tuple-weight.h  |   4 +-
 back-ends/openfst/src/include/fst/state-map.h      |   2 +-
 .../openfst/src/include/fst/symbol-table-ops.h     |   2 +-
 back-ends/openfst/src/include/fst/synchronize.h    |   4 +-
 .../openfst/src/include/fst/test-properties.h      |   2 +-
 back-ends/openfst/src/include/fst/util.h           |   4 +-
 configure.ac                                       |  28 +-
 debian/changelog                                   |   6 +
 debian/control                                     |  40 +-
 libhfst/src/HarmonizeUnknownAndIdentitySymbols.cc  |  13 +-
 libhfst/src/HfstInputStream.h                      |   2 +-
 libhfst/src/Makefile.am                            |   2 +-
 .../src/implementations/ConvertTransducerFormat.h  |   1 +
 libhfst/src/implementations/FomaTransducer.h       |   1 +
 libhfst/src/implementations/HfstTransitionGraph.h  | 511 ++++++++++++++++-
 .../HfstTropicalTransducerTransitionData.h         | 180 +++---
 .../optimized-lookup/find_epsilon_loops.cc         | 128 ++---
 .../src/implementations/optimized-lookup/pmatch.cc |  38 +-
 .../src/implementations/optimized-lookup/pmatch.h  |   4 +
 .../implementations/optimized-lookup/transducer.cc | 105 ++--
 .../implementations/optimized-lookup/transducer.h  |  49 +-
 libhfst/src/parsers/XreCompiler.h                  |   2 +-
 libhfst/src/parsers/pmatch_lex.ll                  |  16 +-
 libhfst/src/parsers/pmatch_parse.yy                | 504 ++++++++++-------
 libhfst/src/parsers/pmatch_utils.cc                |  77 ++-
 libhfst/src/parsers/pmatch_utils.h                 |   8 +-
 man/Makefile.am                                    |  55 +-
 man/{hfst-format.1 => hfst-affix-guessify.1}       |  29 +-
 man/hfst-apertium-proc.1                           |   7 +-
 man/hfst-build-tagger.1                            |  15 +
 man/hfst-calculate.1                               |   2 +-
 man/hfst-compare.1                                 |   2 +-
 man/hfst-compose-intersect.1                       |   6 +-
 man/hfst-compose.1                                 |   2 +-
 man/hfst-concatenate.1                             |   2 +-
 man/hfst-conjunct.1                                |   2 +-
 man/hfst-determinise.1                             |   1 +
 man/hfst-determinize.1                             |   7 +-
 man/hfst-disjunct.1                                |   2 +-
 man/{hfst-name.1 => hfst-edit-metadata.1}          |  21 +-
 man/hfst-expand-equivalences.1                     |  63 +++
 man/hfst-expand.1                                  |   1 +
 man/hfst-foma-wrapper.1                            |  11 +
 man/hfst-format.1                                  |   2 +-
 man/hfst-fst2fst.1                                 |   2 +-
 man/hfst-fst2strings.1                             |   2 +-
 man/hfst-fst2txt.1                                 |   2 +-
 man/hfst-grep.1                                    | 174 ++++++
 man/{hfst-txt2fst.1 => hfst-guess.1}               |  53 +-
 man/{hfst-txt2fst.1 => hfst-guessify.1}            |  47 +-
 man/hfst-head.1                                    |   2 +-
 man/{hfst-name.1 => hfst-info.1}                   |  42 +-
 man/hfst-intersect.1                               |   1 +
 man/hfst-invert.1                                  |   2 +-
 man/hfst-lexc-wrapper.1                            |   2 +-
 man/hfst-lexc.1                                    |  20 +-
 man/hfst-lookup.1                                  |   5 +-
 man/hfst-minimise.1                                |   1 +
 man/hfst-minimize.1                                |   7 +-
 man/hfst-minus.1                                   |   1 +
 man/{hfst-project.1 => hfst-multiply.1}            |  20 +-
 man/hfst-name.1                                    |   2 +-
 man/hfst-open-input-file-for-tagger.1              |  15 +
 man/hfst-optimised-lookup.1                        |   1 +
 man/hfst-optimized-lookup.1                        |  58 ++
 man/hfst-pair-test.1                               |  88 +++
 man/{hfst-invert.1 => hfst-pmatch.1}               |  29 +-
 man/{hfst-name.1 => hfst-pmatch2fst.1}             |  40 +-
 man/{hfst-invert.1 => hfst-proc2.1}                |  26 +-
 man/hfst-project.1                                 |   2 +-
 man/{hfst-name.1 => hfst-prune-alphabet.1}         |  30 +-
 man/hfst-push-weights.1                            |   2 +-
 man/hfst-regexp2fst.1                              |  47 +-
 man/hfst-remove-epsilons.1                         |   2 +-
 man/hfst-repeat.1                                  |   2 +-
 man/hfst-reverse.1                                 |   2 +-
 man/{hfst-reverse.1 => hfst-reweight-tagger.1}     |  16 +-
 man/hfst-reweight.1                                |  93 ++++
 man/hfst-sfstpl2fst.1                              |   1 +
 man/{hfst-disjunct.1 => hfst-shuffle.1}            |  20 +-
 man/hfst-split.1                                   |   2 +-
 man/hfst-strings2fst.1                             |   7 +-
 man/hfst-substitute.1                              |   2 +-
 man/hfst-subtract.1                                |   2 +-
 man/hfst-summarise.1                               |   1 +
 man/hfst-summarize.1                               |   2 +-
 man/{hfst-invert.1 => hfst-tag.1}                  |  15 +-
 man/hfst-tail.1                                    |   2 +-
 man/hfst-train-tagger-loc.1                        |   1 +
 man/hfst-train-tagger-system.1                     |   1 +
 man/{hfst-invert.1 => hfst-train-tagger.1}         |  15 +-
 man/{hfst-determinize.1 => hfst-traverse.1}        |  10 +-
 man/hfst-twolc-loc.1                               |   1 +
 man/hfst-twolc-system.1                            |   1 +
 man/hfst-twolc.1                                   |  66 +++
 man/hfst-txt2fst.1                                 |   2 +-
 man/hfst-union.1                                   |   1 +
 man/hfst-xfst.1                                    |   5 +-
 man/hfst_tagger_compute_data_statistics.py.1       |  15 +
 man/htwolcpre1.1                                   |  15 +
 man/htwolcpre2.1                                   |  15 +
 man/htwolcpre3.1                                   |  15 +
 scripts/hfst-fst2tesseract.xfst                    |  10 +
 swig/doc/libhfst.py                                |   2 +-
 swig/hfstBot.py                                    |   2 +-
 swig/setup.py                                      |   2 +-
 swig/test/test_examples.py                         |   2 +-
 test/libhfst/test_transducer_functions.cc          |   9 +-
 test/tools/Makefile.am                             |   3 +
 test/tools/optimized-lookup-functionality.sh       |  13 +
 test/tools/pmatch-tester.sh                        | 309 +++++++---
 test/tools/pmatch-tests.sh                         | 431 +++++++++-----
 tools/src/HfstAlphabet.h                           |  26 +-
 tools/src/hfst-expand-equivalences.cc              |   3 +-
 tools/src/hfst-guess.cc                            |   2 +-
 tools/src/hfst-lexc-wrapper.cc                     |   2 +-
 tools/src/hfst-optimized-lookup.cc                 |   2 +-
 tools/src/hfst-tagger/src/hfst-reweight-tagger.cc  |  29 +-
 .../src/hfst-tagger/src/use_model_src/DataTypes.h  |  30 +-
 .../src/use_model_src/NewLexicalModel.h            |  45 +-
 .../hfst-twolc/src/commandline_src/CommandLine.cc  |   2 +-
 tools/src/parsers/XfstCompiler.cc                  | 197 ++++++-
 tools/src/parsers/XfstCompiler.h                   |   9 +-
 tools/src/parsers/xfst-parser.yy                   |   4 +-
 141 files changed, 4292 insertions(+), 1056 deletions(-)

diff --cc debian/changelog
index 581b8ff,0000000..eeb23d7
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,11 @@@
++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 ed380e2,0000000..9abb269
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,54 -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.5
++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:
- 	libhfst38 (= ${binary:Version}),
- 	python,
- 	${misc:Depends},
- 	${shlibs:Depends}
++Provides: hfst
++Depends: libhfst38 (= ${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: libhfst38
 +Architecture: any
 +Depends: ${misc:Depends}, ${shlibs:Depends}
 +Provides: libhfst3
 +Conflicts: libhfst3
 +Description: Helsinki Finite-State Transducer Technology Libraries
 + Runtime libraries for HFST
 +
 +Package: libhfst38-dev
 +Architecture: any
 +Section: libdevel
 +Depends: libhfst38 (= ${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

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