[timblserver] 01/76: import from svn.ilk.uvt.nl
Joost van Baal
joostvb at moszumanska.debian.org
Wed Sep 3 17:14:07 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 f1c2d2f2fbdc8d7e52ce555ded98464130b0ec04
Author: Joost van Baal-Ilić <joostvb at debian.org>
Date: Tue Dec 14 11:50:07 2010 +0000
import from svn.ilk.uvt.nl
---
debian/NEWS.debian | 11 +++++++++++
debian/TODO | 2 ++
debian/changelog | 15 +++++++++++++++
debian/compat | 1 +
debian/control | 25 +++++++++++++++++++++++++
debian/copyright | 36 ++++++++++++++++++++++++++++++++++++
debian/docs | 1 +
debian/rules | 9 +++++++++
8 files changed, 100 insertions(+)
diff --git a/debian/NEWS.debian b/debian/NEWS.debian
new file mode 100644
index 0000000..3d04c6b
--- /dev/null
+++ b/debian/NEWS.debian
@@ -0,0 +1,11 @@
+timblserver (1.1.0-1) unstable; urgency=low
+
+ * Some stuff is moved back to Timbl
+
+ -- Ko van der Sloot
+
+timblserver (1.0.0-1) unstable; urgency=low
+
+ * First packaging attempt.
+
+ -- Ko van der Sloot
diff --git a/debian/TODO b/debian/TODO
new file mode 100644
index 0000000..db5592b
--- /dev/null
+++ b/debian/TODO
@@ -0,0 +1,2 @@
+* finish packaging
+* improve HTTP stuff
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..71bd343
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,15 @@
+timblserver (1.0.0-2) unstable; urgency=low
+
+ * rebuild because of dependency problems
+
+ -- Ko van der Sloot <Ko.vanderSloot at uvt.nl> Tue, 05 Oct 2010 16:57:28 +0200
+
+timblserver (1.0.0-1) unstable; urgency=low
+
+ * Initial Debian packaging.
+
+ -- Ko van der Sloot <Ko.vanderSloot at uvt.nl> Wed, 10 Mar 2010 10:47:44 +0200
+
+
+# $Id$
+# $URL$
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..68392a9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: timblserver
+Section: science
+Priority: extra
+Maintainer: Ko van der Sloot <Ko.vanderSloot at uvt.nl>
+Build-Depends: cdbs, debhelper (>= 7), autotools-dev, timbl (>= 6.3.1)
+Standards-Version: 3.8.0
+Homepage: http://ilk.uvt.nl/TimblServer/
+Vcs-Svn: https://svn.ilk.uvt.nl/svn/trunk/sources/TimblServer
+
+Package: timblserver
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, timbl (>= 6.3.1)
+Description: Server extensions for Timbl
+ 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 (Induction of Linguistic Knowledge)
+ research group of the Tilburg University and the CNTS research group of the
+ University of Antwerp.
+ .
+ If you do scientific research in NLP, TimblServer will likely be of use to you.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2056f94
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+This package was debianized by Ko van der Sloot <Ko.vanderSloot at uvt.nl> on
+Wed, 10 Mar 2010 11:06:19 +0200.
+
+It was downloaded from http://ilk.uvt.nl/downloads/pub/software/.
+
+Upstream Authors:
+
+ Lead programmer:
+ Ko van der Sloot
+ Code, algorithm, and design contributions by:
+ Antal van den Bosch
+ Walter Daelemans
+ Jakub Zavrel
+
+Copyright:
+ Copyright (c) 1998 - 2010
+ ILK - Tilburg University
+ CNTS - University of Antwerp
+
+License:
+
+ TimblServer 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 3 of the License, or
+ (at your option) any later version.
+
+ TimblServer 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.
+
+The Debian packaging is (C) 2010, Ko van der Sloot and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# $Id$
+# $UR:L$
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..1333ed7
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+TODO
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4a62f15
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# $Id$
+# $URL$
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+
--
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