[lttoolbox] branch master updated (bc578d6 -> ef0bb12)

Kartik Mistry kartik at moszumanska.debian.org
Sun Jun 21 15:42:06 UTC 2015


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

kartik pushed a change to branch master
in repository lttoolbox.

      from  bc578d6   Fixed package description, wrap-and-sort.
       new  316dbf7   Imported Upstream version 3.3.1
       new  fb75abb   Merge tag 'upstream/3.3.1'
       new  ef0bb12   New upstream release, disabled tests as of now

The 3 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:
 .tm_project.cache                                  |     0
 INSTALL                                            |   370 +
 Makefile.in                                        |   872 +
 README.Win32                                       |    58 -
 aclocal.m4                                         | 10396 ++++++++++
 compile                                            |   347 +
 config.guess                                       |  1421 ++
 config.sub                                         |  1807 ++
 configure                                          | 19620 +++++++++++++++++++
 configure.ac                                       |     8 +-
 debian/changelog                                   |     8 +
 debian/patches/series                              |     2 +-
 debian/rules                                       |     3 +
 depcomp                                            |   791 +
 install-sh                                         |   501 +
 ltmain.sh                                          | 11147 +++++++++++
 lttoolbox/CMakeLists.txt                           |     4 +-
 lttoolbox/Makefile.am                              |     7 +-
 lttoolbox/Makefile.in                              |  1018 +
 lttoolbox/alphabet.cc                              |     4 +
 lttoolbox/compression.cc                           |    25 +
 lttoolbox/compression.h                            |    19 +-
 lttoolbox/expander.cc                              |     4 +
 lttoolbox/fst_processor.cc                         |     5 +-
 lttoolbox/lt_comp.cc                               |     3 +-
 lttoolbox/lt_locale.cc                             |     2 +-
 lttoolbox/lt_proc.cc                               |    24 +-
 lttoolbox/lt_trim.cc                               |    15 +
 lttoolbox/lttoolbox_config.h.cmake_in              |    57 -
 .../lttools_config.h => lttoolbox_config.h.in}     |    97 +-
 lttoolbox/macosx/PLACEFRAMEWORKS.txt               |     5 -
 .../lttoolbox/lttoolbox.xcodeproj/project.pbxproj  |   616 -
 .../lttoolbox/lttoolbox.xcodeproj/sortiz.mode1v3   |  1425 --
 .../lttoolbox/lttoolbox.xcodeproj/sortiz.pbxuser   |   500 -
 lttoolbox/pool.h                                   |     0
 lttoolbox/transducer.cc                            |    16 +-
 lttoolbox/win32/Makefile.am                        |     1 -
 lttoolbox/win32/getopt.c                           |    81 -
 lttoolbox/win32/getopt.h                           |    19 -
 lttoolbox/win32/libgen.c                           |    25 -
 lttoolbox/win32/libgen.h                           |    14 -
 lttoolbox/win32/regex.c                            |  4948 -----
 lttoolbox/win32/regex.h                            |   498 -
 lttoolbox/win32/unistd.h                           |    10 -
 lttoolbox/xsd/acx.xsd                              |    35 +
 lttoolbox/xsd/dix.xsd                              |   243 +
 missing                                            |   215 +
 tests/README                                       |     7 -
 tests/data/bidixpardef-bi.dix                      |    15 -
 tests/data/bidixpardef-mono.dix                    |    13 -
 tests/data/cmp-bi.dix                              |    21 -
 tests/data/cmp-mono.dix                            |    28 -
 tests/data/diverging-paths-bi.dix                  |    14 -
 tests/data/diverging-paths-mono.dix                |    12 -
 tests/data/empty-bi.dix                            |    12 -
 tests/data/empty-mono.dix                          |    12 -
 tests/data/en-af.automorf.bin                      |   Bin 217450 -> 0 bytes
 tests/data/final-epsilons-bi.dix                   |    11 -
 tests/data/final-epsilons-mono.dix                 |    12 -
 tests/data/group-bi.dix                            |    27 -
 tests/data/group-mono.dix                          |    32 -
 tests/data/left-unbalanced-epsilons-bi.dix         |    10 -
 tests/data/left-unbalanced-epsilons-mono.dix       |    10 -
 tests/data/longleft-bi.dix                         |    15 -
 tests/data/longleft-mono.dix                       |    15 -
 tests/data/merging-paths-bi.dix                    |    15 -
 tests/data/merging-paths-mono.dix                  |    20 -
 tests/data/minimal-bi.dix                          |    23 -
 tests/data/minimal-mono.dix                        |    29 -
 tests/data/unbalanced-epsilons-bi.dix              |    17 -
 tests/data/unbalanced-epsilons-mono.dix            |    19 -
 tests/lt_proc/__init__.py                          |     1 -
 tests/lt_proc/null_flush.py                        |    49 -
 tests/lt_trim/__init__.py                          |   178 -
 tests/proctest.py                                  |    61 -
 tests/run_tests.py                                 |    14 -
 76 files changed, 48944 insertions(+), 9034 deletions(-)
 delete mode 100644 .tm_project.cache
 create mode 100644 INSTALL
 create mode 100644 Makefile.in
 delete mode 100644 README.Win32
 create mode 100644 aclocal.m4
 create mode 100755 compile
 create mode 100755 config.guess
 create mode 100755 config.sub
 create mode 100755 configure
 create mode 100755 depcomp
 create mode 100755 install-sh
 create mode 100644 ltmain.sh
 create mode 100644 lttoolbox/Makefile.in
 delete mode 100644 lttoolbox/lttoolbox_config.h.cmake_in
 rename lttoolbox/{macosx/lttools_config.h => lttoolbox_config.h.in} (53%)
 delete mode 100644 lttoolbox/macosx/PLACEFRAMEWORKS.txt
 delete mode 100644 lttoolbox/macosx/lttoolbox/lttoolbox.xcodeproj/project.pbxproj
 delete mode 100644 lttoolbox/macosx/lttoolbox/lttoolbox.xcodeproj/sortiz.mode1v3
 delete mode 100644 lttoolbox/macosx/lttoolbox/lttoolbox.xcodeproj/sortiz.pbxuser
 delete mode 100644 lttoolbox/pool.h
 delete mode 100644 lttoolbox/win32/Makefile.am
 delete mode 100644 lttoolbox/win32/getopt.c
 delete mode 100644 lttoolbox/win32/getopt.h
 delete mode 100644 lttoolbox/win32/libgen.c
 delete mode 100644 lttoolbox/win32/libgen.h
 delete mode 100644 lttoolbox/win32/regex.c
 delete mode 100644 lttoolbox/win32/regex.h
 delete mode 100644 lttoolbox/win32/unistd.h
 create mode 100644 lttoolbox/xsd/acx.xsd
 create mode 100644 lttoolbox/xsd/dix.xsd
 create mode 100755 missing
 delete mode 100644 tests/README
 delete mode 100644 tests/data/bidixpardef-bi.dix
 delete mode 100644 tests/data/bidixpardef-mono.dix
 delete mode 100644 tests/data/cmp-bi.dix
 delete mode 100644 tests/data/cmp-mono.dix
 delete mode 100644 tests/data/diverging-paths-bi.dix
 delete mode 100644 tests/data/diverging-paths-mono.dix
 delete mode 100644 tests/data/empty-bi.dix
 delete mode 100644 tests/data/empty-mono.dix
 delete mode 100644 tests/data/en-af.automorf.bin
 delete mode 100644 tests/data/final-epsilons-bi.dix
 delete mode 100644 tests/data/final-epsilons-mono.dix
 delete mode 100644 tests/data/group-bi.dix
 delete mode 100644 tests/data/group-mono.dix
 delete mode 100644 tests/data/left-unbalanced-epsilons-bi.dix
 delete mode 100644 tests/data/left-unbalanced-epsilons-mono.dix
 delete mode 100644 tests/data/longleft-bi.dix
 delete mode 100644 tests/data/longleft-mono.dix
 delete mode 100644 tests/data/merging-paths-bi.dix
 delete mode 100644 tests/data/merging-paths-mono.dix
 delete mode 100644 tests/data/minimal-bi.dix
 delete mode 100644 tests/data/minimal-mono.dix
 delete mode 100644 tests/data/unbalanced-epsilons-bi.dix
 delete mode 100644 tests/data/unbalanced-epsilons-mono.dix
 delete mode 100644 tests/lt_proc/__init__.py
 delete mode 100644 tests/lt_proc/null_flush.py
 delete mode 100644 tests/lt_trim/__init__.py
 delete mode 100644 tests/proctest.py
 delete mode 100755 tests/run_tests.py

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



More information about the debian-science-commits mailing list