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

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Sun Jun 21 17:15:07 UTC 2015


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

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

      from  ef0bb12   New upstream release, disabled tests as of now
       new  d46ba36   Imported Upstream version 3.3.1~r59199
       new  de2c0fd   Imported Debian patch 3.3.1~r59199-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:
 .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                                       |     2 -
 debian/changelog                                   |     8 +-
 debian/control                                     |    22 +-
 debian/copyright                                   |    23 +-
 debian/liblttoolbox3-3.3-dev.install               |     4 -
 debian/lttoolbox-dev.install                       |    13 +
 ...ttoolbox3-3.3-dev.links => lttoolbox-dev.links} |     0
 debian/lttoolbox.install                           |     8 +-
 debian/patches/lttoolbox_01_string_io.diff         |    76 -
 debian/patches/series                              |     1 -
 depcomp                                            |   791 -
 install-sh                                         |   501 -
 ltmain.sh                                          | 11147 -----------
 lttoolbox/Makefile.am                              |     3 -
 lttoolbox/Makefile.in                              |  1018 -
 lttoolbox/alphabet.cc                              |     4 -
 lttoolbox/expander.cc                              |     4 -
 lttoolbox/fst_processor.cc                         |     5 +-
 lttoolbox/lt_proc.cc                               |     4 -
 lttoolbox/lttoolbox_config.h.cmake_in              |    57 +
 lttoolbox/macosx/PLACEFRAMEWORKS.txt               |     5 +
 .../lttoolbox/lttoolbox.xcodeproj/project.pbxproj  |   616 +
 .../lttoolbox/lttoolbox.xcodeproj/sortiz.mode1v3   |  1425 ++
 .../lttoolbox/lttoolbox.xcodeproj/sortiz.pbxuser   |   500 +
 .../lttools_config.h}                              |    97 +-
 lttoolbox/pool.h                                   |     0
 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 +
 missing                                            |   215 -
 tests/README                                       |     7 +
 tests/data/bidix-epsilons-bi.dix                   |    22 +
 tests/data/bidix-epsilons-mono.dix                 |    21 +
 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 0 -> 217450 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                          |   186 +
 tests/proctest.py                                  |    61 +
 tests/run_tests.py                                 |    14 +
 75 files changed, 9109 insertions(+), 48670 deletions(-)
 create mode 100644 .tm_project.cache
 delete mode 100644 INSTALL
 delete mode 100644 Makefile.in
 create mode 100644 README.Win32
 delete mode 100644 aclocal.m4
 delete mode 100755 compile
 delete mode 100755 config.guess
 delete mode 100755 config.sub
 delete mode 100755 configure
 delete mode 100644 debian/liblttoolbox3-3.3-dev.install
 create mode 100644 debian/lttoolbox-dev.install
 rename debian/{liblttoolbox3-3.3-dev.links => lttoolbox-dev.links} (100%)
 delete mode 100644 debian/patches/lttoolbox_01_string_io.diff
 delete mode 100644 debian/patches/series
 delete mode 100755 depcomp
 delete mode 100755 install-sh
 delete mode 100644 ltmain.sh
 delete mode 100644 lttoolbox/Makefile.in
 create mode 100644 lttoolbox/lttoolbox_config.h.cmake_in
 create mode 100644 lttoolbox/macosx/PLACEFRAMEWORKS.txt
 create mode 100644 lttoolbox/macosx/lttoolbox/lttoolbox.xcodeproj/project.pbxproj
 create mode 100644 lttoolbox/macosx/lttoolbox/lttoolbox.xcodeproj/sortiz.mode1v3
 create mode 100644 lttoolbox/macosx/lttoolbox/lttoolbox.xcodeproj/sortiz.pbxuser
 rename lttoolbox/{lttoolbox_config.h.in => macosx/lttools_config.h} (53%)
 create mode 100644 lttoolbox/pool.h
 create mode 100644 lttoolbox/win32/Makefile.am
 create mode 100644 lttoolbox/win32/getopt.c
 create mode 100644 lttoolbox/win32/getopt.h
 create mode 100644 lttoolbox/win32/libgen.c
 create mode 100644 lttoolbox/win32/libgen.h
 create mode 100644 lttoolbox/win32/regex.c
 create mode 100644 lttoolbox/win32/regex.h
 create mode 100644 lttoolbox/win32/unistd.h
 delete mode 100755 missing
 create mode 100644 tests/README
 create mode 100644 tests/data/bidix-epsilons-bi.dix
 create mode 100644 tests/data/bidix-epsilons-mono.dix
 create mode 100644 tests/data/bidixpardef-bi.dix
 create mode 100644 tests/data/bidixpardef-mono.dix
 create mode 100644 tests/data/cmp-bi.dix
 create mode 100644 tests/data/cmp-mono.dix
 create mode 100644 tests/data/diverging-paths-bi.dix
 create mode 100644 tests/data/diverging-paths-mono.dix
 create mode 100644 tests/data/empty-bi.dix
 create mode 100644 tests/data/empty-mono.dix
 create mode 100644 tests/data/en-af.automorf.bin
 create mode 100644 tests/data/final-epsilons-bi.dix
 create mode 100644 tests/data/final-epsilons-mono.dix
 create mode 100644 tests/data/group-bi.dix
 create mode 100644 tests/data/group-mono.dix
 create mode 100644 tests/data/left-unbalanced-epsilons-bi.dix
 create mode 100644 tests/data/left-unbalanced-epsilons-mono.dix
 create mode 100644 tests/data/longleft-bi.dix
 create mode 100644 tests/data/longleft-mono.dix
 create mode 100644 tests/data/merging-paths-bi.dix
 create mode 100644 tests/data/merging-paths-mono.dix
 create mode 100644 tests/data/minimal-bi.dix
 create mode 100644 tests/data/minimal-mono.dix
 create mode 100644 tests/data/unbalanced-epsilons-bi.dix
 create mode 100644 tests/data/unbalanced-epsilons-mono.dix
 create mode 100644 tests/lt_proc/__init__.py
 create mode 100644 tests/lt_proc/null_flush.py
 create mode 100644 tests/lt_trim/__init__.py
 create mode 100644 tests/proctest.py
 create 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