[lttoolbox] 02/02: Imported Debian patch 3.3.1~r59199-1

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 commit to branch master
in repository lttoolbox.

commit de2c0fd89831151a2e789f9b0e4802473cfe97d4
Merge: ef0bb12 d46ba36
Author: Tino Didriksen <mail at tinodidriksen.com>
Date:   Sun Jun 21 18:59:50 2015 +0200

    Imported Debian patch 3.3.1~r59199-1

 .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(-)

diff --cc debian/changelog
index ec76977,0000000..3e78dda
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,109 -1,0 +1,115 @@@
++lttoolbox (3.3.1~r59199-1) unstable; urgency=low
++
++  * Cleaner release.
++
++ -- Tino Didriksen <mail at tinodidriksen.com>  Sun, 21 Jun 2015 18:59:50 +0200
++
 +lttoolbox (3.3.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * debian/rules:
 +    + Disabled tests as of now.
 +
 + -- Kartik Mistry <kartik at debian.org>  Sun, 21 Jun 2015 21:10:42 +0530
 +
 +lttoolbox (3.3.0.56152-3) unstable; urgency=low
 +
 +  * Upload to unstable
 +  * debian/control:
 +    + Updated Standards-Version to 3.9.6
 +  * Added patch description.
 +
 + -- Kartik Mistry <kartik at debian.org>  Sun, 21 Jun 2015 13:22:02 +0530
 +
 +lttoolbox (3.3.0.56152-2) experimental; urgency=low
 +
 +  * Added PCRE workaround helper patch (See: #757539)
 +
 + -- Tino Didriksen <mail at tinodidriksen.com>  Tue, 28 Oct 2014 09:30:00 +0100
 +
 +lttoolbox (3.3.0.56152-1) experimental; urgency=low
 +
 +  [ Tino Didriksen ]
 +  * New upstream release
-   * Standards-Version updated to version 3.9.5
++  * Standards-Version updated to version 3.9.6
 +  * Using upstream release from svn, to avoid pre-generated automake files
 +    (Closes: #733185)
 +  * Re-done packaging to take advantage of debhelper 9
 +  * Added multiarch support
 +  * 3.3 includes all of 3.2 (Closes: #758518)
 +
 +  [ Kartik Mistry ]
 +  * wrap-and-sort control, install files.
 +  * Added myself as Uploaders.
 +
 + -- Kartik Mistry <kartik at debian.org>  Mon, 22 Sep 2014 19:14:55 +0530
 +
 +lttoolbox (3.1.0-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Remove unneeded .la files (Closes: #633265).
 +  * Update dh compat 4 -> 8.
 +  * Replace dh_clean -k with dh_prep.
 +
 + -- Aron Xu <aron at debian.org>  Thu, 02 Feb 2012 00:59:39 +0800
 +
 +lttoolbox (3.1.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Francis Tyers <ftyers at prompsit.com>  Tue, 03 Feb 2009 19:25:34 +0000
 +
 +lttoolbox (3.0.5-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Francis Tyers <ftyers at prompsit.com>  Fri, 01 Aug 2008 16:36:16 +0100
 +
 +lttoolbox (3.0.2-2) unstable; urgency=low
 +
 +  * Pre-emptive fix for FTBFS with gcc-4.3
 +
 + -- Francis Tyers <ftyers at prompsit.com>  Mon, 31 Mar 2008 11:23:19 +0100
 +
 +lttoolbox (3.0.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Standards version upped to 3.7.3
 +
 + -- Francis Tyers <ftyers at prompsit.com>  Mon, 31 Mar 2008 08:23:19 +0100
 +
 +lttoolbox (3.0.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Francis Tyers <ftyers at prompsit.com>  Thu, 06 Dec 2007 17:27:58 +0000
 +
 +lttoolbox (3.0.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Francis Tyers <ftyers at prompsit.com>  Tue, 02 Oct 2007 15:45:21 +0100
 +
 +lttoolbox (2.0.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Francis Tyers <f.tyers at uea.ac.uk>  Fri,  6 Apr 2007 12:23:52 +0100
 +
 +lttoolbox (2.0.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Francis Tyers <f.tyers at uea.ac.uk>  Wed, 21 Mar 2007 09:50:11 +0000
 +
 +lttoolbox (1.0.3-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Francis Tyers <f.tyers at uea.ac.uk>  Thu,  9 Nov 2006 12:35:34 +0000
 +
 +lttoolbox (1.0.1-1) unstable; urgency=low
 +
 +  * Initial release Closes: #320931
 +
 + -- Francis Tyers <f.tyers at uea.ac.uk>  Thu, 25 May 2006 11:40:31 +0100
diff --cc debian/control
index 1ecb01c,0000000..529df7a
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,74 -1,0 +1,70 @@@
 +Source: lttoolbox
 +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: automake,
 +               autotools-dev,
 +               debhelper (>= 9.0),
 +               devscripts,
 +               dh-autoreconf,
 +               dh-exec (>= 0.3),
 +               flex,
 +               gawk,
 +               libpcre3-dev,
 +               libtool,
 +               libxml2-dev,
 +               libxml2-utils,
-                pkg-config (>= 0.20 ),
++               pkg-config (>= 0.20),
 +               python-minimal,
 +               python-testtools,
 +               xsltproc,
-                zlib1g-dev (>= 1.2.3 )
++               zlib1g-dev (>= 1.2.3)
 +Standards-Version: 3.9.6
 +Homepage: http://apertium.org/
 +Vcs-Git: git://anonscm.debian.org/debian-science/packages/lttoolbox.git
 +Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/lttoolbox.git
 +
 +Package: lttoolbox
 +Architecture: any
 +Depends: liblttoolbox3-3.3-0 (= ${binary:Version}),
 +         ${misc:Depends},
 +         ${shlibs:Depends}
 +Description: Apertium lexical processing modules and tools
 + The lttoolbox contains the augmented letter transducer tools for natural
 + language processing used by Apertium, a platform for building rule-based
 + and hybrid machine translation systems. The software is also useful
 + for making morphological analysers and generators for natural language
 + processing applications.
 +
 +Package: liblttoolbox3-3.3-0
 +Architecture: any
 +Multi-Arch: same
 +Pre-Depends: ${misc:Pre-Depends}
 +Depends: ${misc:Depends}, ${shlibs:Depends}
- Provides: liblttoolbox3
- Conflicts: liblttoolbox3
++Provides: liblttoolbox
++Conflicts: liblttoolbox, liblttoolbox3
++Replaces: liblttoolbox, liblttoolbox3
 +Description: Shared library for lttoolbox
 + The lttoolbox contains the augmented letter transducer tools for natural
 + language processing used by Apertium, a platform for building rule-based
 + and hybrid machine translation systems. The software is also useful
 + for making morphological analysers and generators for natural language
 + processing applications.
 + .
 + This package provides shared library for lttoolbox.
 +
- Package: liblttoolbox3-3.3-dev
++Package: lttoolbox-dev
 +Architecture: any
- Multi-Arch: same
- Section: libdevel
- Pre-Depends: ${misc:Pre-Depends}
- Depends: liblttoolbox3-3.3-0 (= ${binary:Version}),
-          ${misc:Depends},
-          ${shlibs:Depends}
- Provides: liblttoolbox3-dev
++Depends: lttoolbox (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 +Conflicts: liblttoolbox3-dev
- Description: Development library for lttoolbox
++Replaces: liblttoolbox3-dev
++Description: Development tools and library for lttoolbox
 + The lttoolbox contains the augmented letter transducer tools for natural
 + language processing used by Apertium, a platform for building rule-based
 + and hybrid machine translation systems. The software is also useful
 + for making morphological analysers and generators for natural language
 + processing applications.
 + .
 + This package provides development files for lttoolbox.
diff --cc debian/copyright
index ddb365b,0000000..abc2565
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,28 -1,0 +1,41 @@@
 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 +Source: http://apertium.org/
 +
 +Files: *
- Copyright: 2005, Universitat d'Alacant / Universidad de Alicante
-            See AUTHORS for more copyrights.
++Copyright: 2005 Universitat d'Alacant / Universidad de Alicante
++ See AUTHORS for more copyrights.
 +License: GPL-2+
++ This program is free software: you can redistribute it and/or modify
++ it under the terms of the GNU General Public License as published by
++ the Free Software Foundation, either version 2 of the License, or
++ (at your option) any later version.
++ .
++ This package is distributed in the hope that it will be useful,
++ but WITHOUT ANY WARRANTY; without even the implied warranty of
++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++ GNU General Public License for more details.
++ .
++ You should have received a copy of the GNU General Public License
++ along with this program. If not, see <http://www.gnu.org/licenses/>.
++ .
++ On Debian systems, the complete text of the GNU General
++ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
 +
 +Files: debian/*
- Copyright: 2014-2015, Apertium Project Management Committee <apertium-pmc at dlsi.ua.es>
- License: GPL-2+
- 
++Copyright: 2014, Apertium Project Management Committee <apertium-pmc at dlsi.ua.es>
 +License: GPL-2+
 + This program is free software: you can redistribute it and/or modify
 + it under the terms of the GNU General Public License as published by
 + the Free Software Foundation, either version 2 of the License, or
 + (at your option) any later version.
 + .
 + This package is distributed in the hope that it will be useful,
 + but WITHOUT ANY WARRANTY; without even the implied warranty of
 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 + GNU General Public License for more details.
 + .
 + You should have received a copy of the GNU General Public License
 + along with this program. If not, see <http://www.gnu.org/licenses/>.
 + .
 + On Debian systems, the complete text of the GNU General
 + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --cc debian/lttoolbox-dev.install
index 0000000,0000000..3d18585
new file mode 100644
--- /dev/null
+++ b/debian/lttoolbox-dev.install
@@@ -1,0 -1,0 +1,13 @@@
++debian/tmp/usr/bin/lt-comp
++debian/tmp/usr/bin/lt-expand
++debian/tmp/usr/bin/lt-print
++debian/tmp/usr/bin/lt-trim
++debian/tmp/usr/include
++debian/tmp/usr/lib/*/*.a
++debian/tmp/usr/lib/*/*.so
++debian/tmp/usr/lib/*/pkgconfig
++debian/tmp/usr/share/lttoolbox
++debian/tmp/usr/share/man/man1/lt-comp.*
++debian/tmp/usr/share/man/man1/lt-expand.*
++debian/tmp/usr/share/man/man1/lt-print.*
++debian/tmp/usr/share/man/man1/lt-trim.*
diff --cc debian/lttoolbox-dev.links
index 532c3cf,0000000..532c3cf
mode 100755,000000..100755
--- a/debian/lttoolbox-dev.links
+++ b/debian/lttoolbox-dev.links
diff --cc debian/lttoolbox.install
index a833141,0000000..905742f
mode 100644,000000..100644
--- a/debian/lttoolbox.install
+++ b/debian/lttoolbox.install
@@@ -1,2 -1,0 +1,6 @@@
- debian/tmp/usr/bin
- debian/tmp/usr/share
++debian/tmp/usr/bin/lt-proc
++debian/tmp/usr/bin/lt-tmxcomp
++debian/tmp/usr/bin/lt-tmxproc
++debian/tmp/usr/share/man/man1/lt-proc.*
++debian/tmp/usr/share/man/man1/lt-tmxcomp.*
++debian/tmp/usr/share/man/man1/lt-tmxproc.*

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