[ucto] branch master updated (98031c5 -> 1da082b)

Maarten van Gompel proycon-guest at moszumanska.debian.org
Fri Jan 6 10:39:48 UTC 2017


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

proycon-guest pushed a change to branch master
in repository ucto.

      from  98031c5   added no-change-but-reupload changelog entry
      adds  d2dd4fe   New upstream version 0.9.4
       new  087db84   Updated version 0.9.4 from 'upstream/0.9.4'
       new  7754867   updated uctodata dependency to 0.3
       new  1da082b   changelog update for new upstream

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:
 ChangeLog                          |   260 +
 include/Makefile.in => Makefile.in |   336 +-
 NEWS                               |    14 +
 bootstrap.sh                       |     3 -
 config.guess                       |  1441 +++
 config.h.in                        |    12 +
 config.sub                         |  1813 ++++
 config/Makefile.am                 |     2 +-
 config/Makefile.in                 |     2 +-
 config/textcat.cfg                 |    22 +
 configure                          | 19660 +++++++++++++++++++++++++++++++++++
 configure.ac                       |    14 +-
 debian/changelog                   |     7 +
 debian/control                     |     2 +-
 docs/ucto.1                        |     2 +-
 include/ucto/Makefile.am           |     2 +-
 include/ucto/Makefile.in           |     2 +-
 include/ucto/setting.h             |   111 +
 include/ucto/textcat.h             |    69 +
 include/ucto/tokenize.h            |   138 +-
 include/ucto/unicode.h             |    24 +-
 ltmain.sh                          | 11156 ++++++++++++++++++++
 m4/libtool.m4                      |  8388 +++++++++++++++
 m4/ltsugar.m4                      |   123 +
 m4/lt~obsolete.m4                  |    98 +
 src/Makefile.am                    |     2 +-
 src/Makefile.in                    |     6 +-
 src/setting.cxx                    |   800 ++
 src/textcat.cxx                    |    90 +
 src/tokenize.cxx                   |  1382 +--
 src/ucto.cxx                       |   159 +-
 src/unicode.cxx                    |   225 +-
 tests/tst.cfg                      |     3 +-
 33 files changed, 45135 insertions(+), 1233 deletions(-)
 copy include/Makefile.in => Makefile.in (59%)
 create mode 100755 config.guess
 create mode 100755 config.sub
 create mode 100644 config/textcat.cfg
 create mode 100755 configure
 create mode 100644 include/ucto/setting.h
 create mode 100644 include/ucto/textcat.h
 create mode 100644 ltmain.sh
 create mode 100644 m4/libtool.m4
 create mode 100644 m4/ltsugar.m4
 create mode 100644 m4/lt~obsolete.m4
 create mode 100644 src/setting.cxx
 create mode 100644 src/textcat.cxx

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



More information about the debian-science-commits mailing list