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

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Tue Oct 7 14:43:53 UTC 2014


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

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

commit e47e8871c8bbc536cd5901e5c8009bba032de6bd
Merge: dfdcc1e 851c2b1
Author: Tino Didriksen <mail at tinodidriksen.com>
Date:   Tue Oct 7 14:36:01 2014 +0000

    Imported Debian patch 0.9.9~r10195-1

 ChangeLog                          | 148 +++++++++++++++++--------------------
 debian/changelog                   |   6 ++
 debian/control                     |   2 +-
 src/GrammarApplicator.hpp          |   2 +-
 src/GrammarApplicator_matchSet.cpp |  32 ++++----
 src/GrammarApplicator_runRules.cpp |   6 +-
 src/TagTrie.hpp                    |  14 ++++
 src/version.hpp                    |   2 +-
 8 files changed, 110 insertions(+), 102 deletions(-)

diff --cc debian/changelog
index 2be935a,0000000..0c2ef01
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,11 @@@
++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 40c9896,0000000..fe38662
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,60 -1,0 +1,60 @@@
 +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),
 +               libboost1.48-dev | libboost-dev (>= 1.49.0),
 +               libicu-dev (>= 4.8)
- Standards-Version: 3.9.6
++Standards-Version: 3.9.5
 +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
 +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
 +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

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