[cg3] 02/03: Imported Debian patch 0.9.9~r10817-1

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Mon Jun 29 07:15:59 UTC 2015


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

tinodidriksen-guest pushed a commit to branch master
in repository cg3.

commit 0e93d4d7a4175d749b1ef521e11e4cf30c281efd
Merge: 81a7def 3704a1b
Author: Tino Didriksen <mail at tinodidriksen.com>
Date:   Mon Jun 29 09:12:50 2015 +0200

    Imported Debian patch 0.9.9~r10817-1

 ChangeLog                                   | 59 +++++++++++++----------------
 debian/changelog                            |  6 +--
 debian/control                              |  2 +-
 debian/watch                                |  2 +-
 newsletters/2015-06-23.txt                  | 53 ++++++++++++++++++++++++++
 src/ApertiumApplicator.cpp                  |  6 +--
 src/FSTApplicator.cpp                       |  6 +--
 src/GrammarApplicator.hpp                   |  7 +++-
 src/GrammarApplicator_matchSet.cpp          |  8 +++-
 src/GrammarApplicator_reflow.cpp            |  4 +-
 src/GrammarApplicator_runContextualTest.cpp |  4 +-
 src/GrammarApplicator_runGrammar.cpp        | 10 ++---
 src/GrammarApplicator_runRules.cpp          | 38 ++++++++++---------
 src/NicelineApplicator.cpp                  |  6 +--
 src/PlaintextApplicator.cpp                 |  6 +--
 src/Tag.hpp                                 |  2 +-
 src/TagTrie.hpp                             |  2 +
 src/Window.cpp                              |  4 +-
 src/Window.hpp                              |  2 +-
 src/version.hpp                             |  2 +-
 20 files changed, 144 insertions(+), 85 deletions(-)

diff --cc debian/changelog
index 88c8a97,0000000..34e896c
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,41 -1,0 +1,41 @@@
- cg3 (0.9.9~r10800-1) unstable; urgency=low
++cg3 (0.9.9~r10817-1) unstable; urgency=low
 +
-   * Updated to latest from svn.
++  * Updated to latest from svn. Fixes assert failure and segfault.
 +
-  -- Tino Didriksen <mail at tinodidriksen.com>  Tue, 23 Jun 2015 18:31:40 +0200
++ -- Tino Didriksen <mail at tinodidriksen.com>  Mon, 29 Jun 2015 09:12:50 +0200
 +
 +cg3 (0.9.9~r10793-1) unstable; urgency=low
 +
 +  * Updated to latest from svn.
 +
 + -- Tino Didriksen <mail at tinodidriksen.com>  Sun, 21 Jun 2015 18:59:50 +0200
 +
 +cg3 (0.9.9~r10439-2) unstable; urgency=low
 +
 +  * debian/control:
 +    + Fixed FTBFS on buildds. Thanks to Pino Toscano <pino at debian.org> for
 +      patch (Closes: #789471)
 +
 + -- Kartik Mistry <kartik at debian.org>  Sun, 21 Jun 2015 21:21:26 +0530
 +
 +cg3 (0.9.9~r10439-1) unstable; urgency=low
 +
 +  [ Tino Didriksen ]
 +  * Updated to latest from svn.
 +
 +  [ Kartik Mistry ]
 +  * Uploaded to unstable.
 +
 + -- Kartik Mistry <kartik at debian.org>  Sat, 20 Jun 2015 21:53:32 +0530
 +
 +cg3 (0.9.9~r10195-1) experimental; urgency=low
 +
 +  * Updated to latest from svn
 +
 + -- Tino Didriksen <mail at tinodidriksen.com>  Tue, 7 Oct 2014 14:36:01 +0000
 +
 +cg3 (0.9.9~r10190-1) experimental; urgency=low
 +
 +  * Initial release (Closes: #475452)
 +
 + -- Tino Didriksen <mail at tinodidriksen.com>  Fri, 3 Oct 2014 10:31:01 +0000
diff --cc debian/control
index 28a732f,0000000..82b75da
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,62 -1,0 +1,62 @@@
 +Source: cg3
 +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: cmake (>= 2.8.9),
 +               debhelper (>= 9.0),
-                libboost-dev (>= 1.48),
++               libboost1.48-dev | libboost-dev (>= 1.49.0),
 +               libicu-dev (>= 4.8)
 +Standards-Version: 3.9.6
 +Homepage: http://visl.sdu.dk/cg3.html
 +Vcs-Git: git://anonscm.debian.org/debian-science/packages/cg3.git
 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/cg3.git
 +
 +Package: cg3
 +Architecture: any
 +Depends: libcg3-0 (= ${binary:Version}),
 +         ${misc:Depends},
 +         ${perl:Depends},
 +         ${shlibs:Depends}
 +Provides: vislcg3
 +Conflicts: vislcg3
 +Replaces: vislcg3
 +Description: Tools for using the 3rd edition of Constraint Grammar (CG-3)
 + Constraint Grammar compiler and applicator for the 3rd edition of CG
 + that is developed and maintained by VISL SDU and GrammarSoft ApS.
 + .
 + CG-3 can be used for disambiguation of morphology, syntax, semantics, etc;
 + dependency markup, target language lemma choice for MT, QA systems, and
 + much more. The core idea is that you choose what to do based on the whole
 + available context, as opposed to n-grams.
 + .
 + See http://visl.sdu.dk/cg3.html for more documentation
 +
 +Package: libcg3-0
 +Architecture: any
 +Multi-Arch: same
 +Pre-Depends: ${misc:Pre-Depends}
 +Depends: ${misc:Depends}, ${shlibs:Depends}
 +Provides: libcg3
 +Conflicts: libcg3
 +Replaces: libcg3
 +Description: Runtime for CG-3
 + Runtime library for applications using the CG-3 API.
 + .
 + It is recommended to instrument the CLI tools instead of using this API.
 + .
 + See http://visl.sdu.dk/cg3.html for more documentation
 +
 +Package: libcg3-dev
 +Architecture: any
 +Multi-Arch: same
 +Section: libdevel
 +Pre-Depends: ${misc:Pre-Depends}
 +Depends: libcg3-0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 +Description: Headers and static library to develop using the CG-3 library
 + Development files to use the CG-3 API.
 + .
 + It is recommended to instrument the CLI tools instead of using this API.
 + .
 + See http://visl.sdu.dk/cg3.html for more documentation
diff --cc debian/watch
index df568ec,0000000..b7ebb25
mode 100644,000000..100644
--- a/debian/watch
+++ b/debian/watch
@@@ -1,2 -1,0 +1,2 @@@
 +version=3
- http://visl.sdu.dk/download/vislcg3/cg3-(.+)\.tar\.bz2
++http://visl.sdu.dk/download/cg3/cg3-(.+)\.tar\.bz2

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



More information about the debian-science-commits mailing list