[timblserver] 29/76: * changed debian/control to build timblserver, libtimblserver and libtimblserver-dev * added debian/timblserver.install debian/libtimblserver.install and debian/libtimblserver-dev.install * adapted debian/NEWS
Joost van Baal
joostvb at moszumanska.debian.org
Wed Sep 3 17:14:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
joostvb pushed a commit to branch master
in repository timblserver.
commit 748dbc41d7718a68b78c5f0c6c07ee483cba09af
Author: Ko van der Sloot <ko.vandersloot at uvt.nl>
Date: Wed Dec 14 14:22:59 2011 +0000
* changed debian/control to build timblserver, libtimblserver
and libtimblserver-dev
* added debian/timblserver.install debian/libtimblserver.install and
debian/libtimblserver-dev.install
* adapted debian/NEWS
---
debian/NEWS | 6 ++++++
debian/changelog | 10 ++++++++++
debian/control | 39 ++++++++++++++++++++++++++++++++++++++-
3 files changed, 54 insertions(+), 1 deletion(-)
diff --git a/debian/NEWS b/debian/NEWS
index d0e351f..7685b7a 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,9 @@
+timblserver (1.3-3) unstable; urgency=low
+
+ * changed package structure
+
+ -- Ko van der Sloot <ko.vandersloot at uvt.nl> Wed, 14 Dec 2011 15:05:06 +0100
+
timblserver (1.3-1) unstable; urgency=low
* added a man page
diff --git a/debian/changelog b/debian/changelog
index 454a4ae..692fb32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+timblserver (1.3-3) unstable; urgency=low
+
+ * changed debian/control to build timblserver, libtimblserver
+ and libtimblserver-dev
+ * added debian/timblserver.install debian/libtimblserver.install and
+ debian/libtimblserver-dev.install
+ * adapted debian/NEWS
+
+ -- Ko van der Sloot <ko.vandersloot at uvt.nl> Wed, 14 Dec 2011 15:05:06 +0100
+
timblserver (1.3-2) unstable; urgency=low
* fixed debian/NEWS file
diff --git a/debian/control b/debian/control
index 4079bc2..28b4598 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Package: timblserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, timbl (>= 6.4.1)
Description: Server extensions for Timbl
- TimblServer is a TiMBL wrapper; it adds server functionality to TiMBL. It
+ timblserver is a TiMBL wrapper; it adds server functionality to TiMBL. It
allows TiMBL to run multiple experiments as a TCP server, optionally via HTTP.
.
The Tilburg Memory Based Learner, TiMBL, is a tool for Natural Language
@@ -25,3 +25,40 @@ Description: Server extensions for Timbl
Netherlands) and the CLiPS Research Centre (University of Antwerp, Belgium).
.
If you do scientific research in NLP, TimblServer will likely be of use to you.
+
+Package: libtimblserver
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, timbl (>= 6.4.1)
+Description: Server extensions for Timbl - runtime
+ timblserver is a TiMBL wrapper; it adds server functionality to TiMBL. It
+ allows TiMBL to run multiple experiments as a TCP server, optionally via HTTP.
+ .
+ The Tilburg Memory Based Learner, TiMBL, is a tool for Natural Language
+ Processing research, and for many other domains where classification tasks are
+ learned from examples.
+ .
+ TimblServer is a product of the ILK Research Group (Tilburg University, The
+ Netherlands) and the CLiPS Research Centre (University of Antwerp, Belgium).
+ .
+ This package provides the runtime files required to run programs that use
+ timblserver
+
+Package: libtimblserver-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, timbl (>= 6.4.1)
+Description: Server extensions for Timbl - development
+ timblserver is a TiMBL wrapper; it adds server functionality to TiMBL. It
+ allows TiMBL to run multiple experiments as a TCP server, optionally via HTTP.
+ .
+ The Tilburg Memory Based Learner, TiMBL, is a tool for Natural Language
+ Processing research, and for many other domains where classification tasks are
+ learned from examples.
+ .
+ TimblServer is a product of the ILK Research Group (Tilburg University, The
+ Netherlands) and the CLiPS Research Centre (University of Antwerp, Belgium).
+ .
+ This package provides the header files required to compile C++ programs that
+ use timblserver
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/timblserver.git
More information about the debian-science-commits
mailing list