debian/0000755000000000000000000000000012213051543007162 5ustar debian/source/0000755000000000000000000000000012213051454010463 5ustar debian/source/format0000644000000000000000000000001412177231461011700 0ustar 3.0 (quilt) debian/timblserver.install0000644000000000000000000000030712177231461013120 0ustar # $Id: timblserver.install 44269 2011-12-29 08:33:11Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/timblserver/trunk/debian/timblserver.install $ usr/bin usr/share/man/man1 debian/libtimblserver2-dev.install0000644000000000000000000000041412177231461014444 0ustar # $Id: libtimblserver2-dev.install 44269 2011-12-29 08:33:11Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/timblserver/trunk/debian/libtimblserver2-dev.install $ usr/lib/*.a usr/lib/libtimblserver.so usr/lib/pkgconfig usr/include/timblserver debian/copyright0000644000000000000000000001071012177231461011124 0ustar This package was debianized by Ko van der Sloot on Wed, 10 Mar 2010 11:06:19 +0200. It was downloaded from http://ilk.uvt.nl/downloads/pub/software/. Files: debian/* Author: Ko van der Sloot Copyright: Copyright © 2010 Ko van der Sloot License: GPL-3+ The Debian packaging is licensed under the GPL, version 3 or later, see below. Files: m4/ac_define_dir.m4 Author: Stepan Kasal, Andreas Schwab, Guido U. Draheim, Alexandre Oliva Copyright: Copyright © 2006 Stepan Kasal Copyright © 2006 Andreas Schwab Copyright © 2006 Guido U. Draheim Copyright © 2006 Alexandre Oliva License: Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. Files: m4/acx_pthread.m4 Author: Steven G. Johnson Copyright: Copyright © 2008 Steven G. Johnson License: 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 3 of the License, or (at your option) any later version. This program 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 . As a special exception, the respective Autoconf Macro's copyright owner gives unlimited permission to copy, distribute and modify the configure scripts that are the output of Autoconf when processing the Macro. You need not follow the terms of the GNU General Public License when using or distributing such scripts, even though portions of the text of the Macro appear in them. The GNU General Public License (GPL) does govern all other use of the material that constitutes the Autoconf Macro. This special exception to the GPL applies to versions of the Autoconf Macro released by the Autoconf Archive. When you make and distribute a modified version of the Autoconf Macro, you may extend this special exception to the GPL to apply to your modified version as well. Files: m4/pkg.m4 Author: Scott James Remnant Copyright: Copyright © 2004 Scott James Remnant License: 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 program 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. As a special exception to the GNU General Public License, if you distribute this file as part of a program that contains a configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program. Files: * Author: Lead programmer: Ko van der Sloot; Code, algorithm, and design contributions by: Antal van den Bosch, Walter Daelemans, Jakub Zavrel Copyright: Copyright © 1998 - 2010, the ILK Research Group (Tilburg University, The Netherlands) and the CLiPS Research Centre (University of Antwerp, Belgium). License: GPL-3+ 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. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. # $Id: copyright 38187 2011-03-17 19:21:48Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/timblserver/trunk/debian/copyright $ debian/rules0000755000000000000000000000040112177231461010245 0ustar #!/usr/bin/make -f # $Id: rules 37122 2010-12-14 11:50:07Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/timblserver/trunk/debian/rules $ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk debian/compat0000644000000000000000000000000212177231461010370 0ustar 7 debian/control0000644000000000000000000000557412177231461010610 0ustar Source: timblserver Section: science Priority: extra Maintainer: Debian Science Team Uploaders: Joost van Baal-Ilić , Ko van der Sloot Build-Depends: cdbs, debhelper (>= 7), pkg-config, libtimbl4-dev, libxml2-dev, libticcutils2-dev (>= 0.3) Standards-Version: 3.9.4 Homepage: http://ilk.uvt.nl/timbl/ Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/timblserver/trunk Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/timblserver/trunk/ Package: timblserver Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libtimblserver3 (= ${binary:Version}), libtimbl4 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 Research Group (Tilburg University, The 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: libtimblserver3 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libtimbl4 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: libtimblserver3-dev Section: libdevel Architecture: any Depends: libtimblserver3 (= ${binary:Version}), ${misc:Depends} Conflicts: libtimblserver2-dev, libtimblserver-dev Replaces: libtimblserver2-dev, libtimblserver-dev 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 debian/NEWS0000644000000000000000000000132412177231461007671 0ustar timblserver (1.3-3) unstable; urgency=low * changed package structure: ship new separate libtimblserver and libtimblserver-dev. -- Ko van der Sloot Wed, 14 Dec 2011 15:05:06 +0100 timblserver (1.2-1) unstable; urgency=low * Name of executable and library are all lowercase now: s/Timblserver/timblserver/. -- Ko van der Sloot Tue, 28 Mar 2011 10:24:00 +0100 timblserver (1.1-1) unstable; urgency=low * Some stuff is moved back to Timbl. -- Ko van der Sloot Wed, 08 Dec 2010 16:57:28 +0200 # $Id: NEWS 44267 2011-12-29 08:09:14Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/timblserver/trunk/debian/NEWS $ debian/changelog0000644000000000000000000002050312213051302011025 0ustar timblserver (1.7-4) unstable; urgency=low * debian/control: change Build-Depends "libtimbl4-dev | libtimbl-dev" in "libtimbl4-dev": on second thought, we decided not to go for unversioned libtimbl-dev. See also Bug#718503: "release.debian.org: transition: timbl". * debian/control: change Build-Depends "libticcutils2-dev | libticcutils-dev" in "libticcutils2-dev (>=0.3)": on second thought, we decided not to go for unversioned libticcutils-dev. See also Bug#718501: "release.debian.org: transition: ticcutils". * debian/libtimblserver3-dev.install, debian/libtimblserver-dev.install, debian/control: rename libtimblserver-dev to libtimblserver3-dev. Upstream cannot guarantee strong compatibility yet. This fixes (part of) "mbtserver: FTBFS: unsatisfiable build-dependencies: libtimblserver3-dev, libmbt1-dev". Thanks Lucas Nussbaum (Closes: #713119). It fixes "Bug#721495: mbtserver: Wrong order of build-depends". Thanks Kurt Roeckx (Closes: #721495). * debian/control: Standards-Version upgraded from policy 3.9.3 to 3.9.4 (no other changes needed: section 8.6 is mostly not applicable to us: we keep using shlibs files, not symbols, since we build from C++ sources). * debian/watch: make sure no longer matches "*-latest.tar.gz", thanks Bart Martens. -- Joost van Baal-Ilić Sun, 08 Sep 2013 12:34:29 +0200 timblserver (1.7-3) unstable; urgency=low * debian/libtimblserver-dev.install, debian/libtimblserver3-dev.install, debian/control: rename libtimblserver3-dev to unversioned libtimblserver-dev. * debian/control: change Build-Depends "libtimbl4-dev, libticcutils2-dev" to "libtimbl4-dev | libtimbl-dev, libticcutils2-dev | libticcutils-dev": prepare for upcoming unversioned -dev packages. -- Joost van Baal-Ilić Sat, 15 Jun 2013 13:25:15 +0200 timblserver (1.7-2) unstable; urgency=low * debian/control: added Conflicts: libtimblserver2-dev and Replaces: libtimblserver2-dev. -- Ko van der Sloot Thu, 18 Apr 2013 16:39:03 +0200 timblserver (1.7-1) unstable; urgency=low * New Upstream Release. * debian/control: now we depend on libtimbl4{-dev} and libticcutils2-dev. * debian/libtimblserver3{-dev}.install: new files. -- Ko van der Sloot Thu, 04 Apr 2013 11:08:07 +0200 timblserver (1.6-2) unstable; urgency=low * debian/control: more strict libtimbl3-dev build-dependency: from 6.4.2 to 6.4.3. * debian/control: clean up run time dependency libtimbl3: now (>= 6.4.2). * debian/control: removed obsolete field DM-Upload-Allowed. See https://lists.debian.org/debian-devel-announce/2012/09/msg00008.html . * debian/control: Uploaders: update my name. -- Joost van Baal-Ilić Sat, 29 Dec 2012 20:34:36 +0100 timblserver (1.6-1) unstable; urgency=low * New Upstream Release. * debian/control: now refer to Standards-Verion 3.9.3, added dependency on libticcutils1-dev. -- Ko van der Sloot Thu, 11 Oct 2012 15:41:28 +0200 timblserver (1.5-1) unstable; urgency=low * New Upstream Release. * debian/watch: updated to watch http://software.ticc.uvt.nl/. -- Ko van der Sloot Tue, 19 Jun 2012 15:06:51 +0200 timblserver (1.4-2) unstable; urgency=low * debian/source: added; updated package to use 3.0 source format. * debian/control: added conflict timblserver 1.2-4, now that we ship separate libtimblserver and libtimblserver-dev packages. * debian/NEWS: remove entries duplicated from upstream /usr/share/doc/timblserver/NEWS.gz. * renamed libtimblserver to libtimblserver2 and libtimblserver-dev to libtimblserver2-dev: - debian/control, debian/libtimblserver.install, debian/libtimblserver2.install, debian/libtimblserver-dev.install, debian/libtimblserver-dev.install: packagenames changed - debian/lintian-overrides: removed: issues non-dev-pkg-with-shlib-symlink and package-name-doesnt-match-sonames now solved. -- Joost van Baal-Ilić Thu, 29 Dec 2011 09:41:29 +0100 timblserver (1.4-1) unstable; urgency=low * New Upstream Release. -- Ko van der Sloot Tue, 20 Dec 2011 16:41:49 +0100 timblserver (1.3-6) unstable; urgency=low * reverted Depends rule change form 1.3.4 -- Ko van der Sloot Wed, 14 Dec 2011 17:19:38 +0100 timblserver (1.3-5) unstable; urgency=low * fixed debian/libtimblserver-dev.install -- Ko van der Sloot Wed, 14 Dec 2011 16:54:21 +0100 timblserver (1.3-4) unstable; urgency=low * changed debian/control: Depends rules -- Ko van der Sloot Wed, 14 Dec 2011 15:40:25 +0100 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 Wed, 14 Dec 2011 15:05:06 +0100 timblserver (1.3-2) unstable; urgency=low * fixed debian/NEWS file -- Ko van der Sloot Wed, 19 Oct 2011 17:49:57 +0200 timblserver (1.3-1) unstable; urgency=low * release a TiCC internal lenny version -- Ko van der Sloot Wed, 19 Oct 2011 17:24:39 +0200 timblserver (1.2-4) unstable; urgency=low * debian/control: make libtimbl3-dev build-depends versioned. Thanks Nobuhiro Iwamatsu (Closes: #620892). -- Joost van Baal Thu, 07 Apr 2011 06:39:38 +0200 timblserver (1.2-3) unstable; urgency=low * fixed debian/changelog even more. -- Joost van Baal Wed, 30 Mar 2011 08:07:56 +0200 timblserver (1.2-2) unstable; urgency=low * fixed debian/changelog. -- Ko van der Sloot Tue, 29 Mar 2011 11:00:58 +0200 timblserver (1.2-1) unstable; urgency=low * New upstream release. - usr/bin/TimblServer is renamed to usr/bin/timblserver * debian/lintian-overrides: s/TimblServer/timblserver/ * debian/NEWS updated -- Ko van der Sloot Tue, 28 Mar 2011 10:54:56 +0100 timblserver (1.1-5) unstable; urgency=low * debian/control: add libxml2-dev to Build-Depends. Thanks Cyril Brulebois and Ko van der Sloot (Closes: #618726). -- Joost van Baal Fri, 18 Mar 2011 12:25:28 +0100 timblserver (1.1-4) unstable; urgency=low * debian/control: add pkg-config to Build-Depends. Thanks Aaron M. Ucko. (Closes: #618697). * debian/copyright: fix FSF address, tnx lintian. -- Joost van Baal Thu, 17 Mar 2011 19:56:15 +0100 timblserver (1.1-3) unstable; urgency=low * debian/copyright: completed (info on some autoconf macro files was missing). Thanks Charles Plessy. -- Joost van Baal Thu, 24 Feb 2011 17:39:43 +0100 timblserver (1.1-2) unstable; urgency=low * copyright, control: CNTS is now called CLiPS. Thanks Antal van den Bosch. -- Joost van Baal Sun, 13 Feb 2011 16:36:31 +0100 timblserver (1.1-1) unstable; urgency=low * New upstream. * First upload to Debian archive (Closes: #605928). * No longer maintained at https://svn.ilk.uvt.nl/svn/trunk/sources/TimblServer/debian but at debian-science project at Alioth. * control: set Maintainer to Debian Science Team, update Vcs- flags. * control: fix homepage url. * copyright: now in machine-readable format. * NEWS: no longer in NEWS.Debian * control: Update from policy 3.8.0 to 3.9.1 (no changes needed). * watch: added. * control: do not build-depend upon timbl but on new libtimbl3-dev. * lintian-overrides: added. This is just a small package, it's sane to ship our shared library with the main binary. -- Joost van Baal Tue, 14 Dec 2010 12:52:48 +0100 timblserver (1.0.0-2) unstable; urgency=low * rebuild because of dependency problems -- Ko van der Sloot Tue, 05 Oct 2010 16:57:28 +0200 timblserver (1.0.0-1) unstable; urgency=low * Initial Debian packaging. -- Ko van der Sloot Wed, 10 Mar 2010 10:47:44 +0200 # $Id: changelog 46248 2013-09-08 10:34:41Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/timblserver/trunk/debian/changelog $ debian/libtimblserver3-dev.install0000644000000000000000000000041412177231461014445 0ustar # $Id: libtimblserver3-dev.install 46160 2013-08-01 19:05:15Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/timblserver/trunk/debian/libtimblserver3-dev.install $ usr/lib/*.a usr/lib/libtimblserver.so usr/lib/pkgconfig usr/include/timblserver debian/watch0000644000000000000000000000051112177231461010220 0ustar # $Id: watch 46075 2013-06-16 08:57:40Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/timblserver/trunk/debian/watch $ # See uscan(1) for format version=3 http://software.ticc.uvt.nl/timblserver-(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) # Bart Martens Sat, 15 Dec 2012 06:37:01 +0000 debian/libtimblserver3.install0000644000000000000000000000032212177231461013667 0ustar # $Id: libtimblserver3.install 46160 2013-08-01 19:05:15Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/timblserver/trunk/debian/libtimblserver3.install $ /usr/lib/libtimblserver.so.3* debian/libtimblserver2.install0000644000000000000000000000032212177231461013666 0ustar # $Id: libtimblserver2.install 44269 2011-12-29 08:33:11Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/timblserver/trunk/debian/libtimblserver2.install $ /usr/lib/libtimblserver.so.2*