r37078 - in /packages/timbl: ./ trunk/ trunk/debian/ trunk/debian/NEWS.Debian trunk/debian/README.devel trunk/debian/TODO trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/rules

joostvb at users.alioth.debian.org joostvb at users.alioth.debian.org
Sun Dec 12 16:21:28 UTC 2010


Author: joostvb
Date: Sun Dec 12 16:21:25 2010
New Revision: 37078

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37078
Log:
importing from upstream svn at https://svn.ilk.uvt.nl/svn/trunk/sources/Timbl6/debian

Added:
    packages/timbl/
    packages/timbl/trunk/
    packages/timbl/trunk/debian/
    packages/timbl/trunk/debian/NEWS.Debian   (with props)
    packages/timbl/trunk/debian/README.devel   (with props)
    packages/timbl/trunk/debian/TODO   (with props)
    packages/timbl/trunk/debian/changelog   (with props)
    packages/timbl/trunk/debian/compat   (with props)
    packages/timbl/trunk/debian/control   (with props)
    packages/timbl/trunk/debian/copyright   (with props)
    packages/timbl/trunk/debian/rules   (with props)

Added: packages/timbl/trunk/debian/NEWS.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/debian/NEWS.Debian?rev=37078&op=file
==============================================================================
--- packages/timbl/trunk/debian/NEWS.Debian (added)
+++ packages/timbl/trunk/debian/NEWS.Debian Sun Dec 12 16:21:25 2010
@@ -1,0 +1,57 @@
+# $Id $
+# $URL$
+timbl (6.3.1-1) unstable; urgency=low
+
+  * Bug fix release. last ILK version before getting to Debian
+  * Some stuff is moved back in from TimblServer on hindsight
+
+-- Ko van der Sloot
+
+timbl (6.3.0) unstable; urgency=low
+
+  * Major release
+
+-- Ko van der Sloot
+
+timbl (6.2.3) unstable; urgency=low
+
+  * New release
+  * All TimblServer stuff is moved to a separate timblserver package
+
+-- Ko van der Sloot
+
+timbl (6.2.2.1) unstable; urgency=low
+
+  * Bug fix release:
+    - Timbl would fail on old (pre gcc 4) systems
+    - Server would stop after maxConn refused connections
+
+ -- Ko van der Sloot
+
+timbl (6.2.2) unstable; urgency=low
+
+  * New minor release
+  * A separate TimblServer program is build and installed that performs
+    all the server related stuff previously found in Timbl
+
+timbl (6.2.1) unstable; urgency=low
+
+  * First bugfix release
+
+ -- Ko van der Sloot
+timbl (6.2.0) unstable; urgency=low
+
+  * Now it's finaly released
+
+ -- Ko van der Sloot
+timbl (6.2.0~svn20090901-1) unstable; urgency=low
+
+  * This is the latest news.
+
+ -- Ko van der Sloot
+
+timbl (6.2.0~svn20090622-2) unstable; urgency=low
+
+  * This is the news.
+
+ -- Joost van Baal <joostvb-timbl at ad1810.com>  Sun, 05 Jul 2009 08:53:32 +0200

Propchange: packages/timbl/trunk/debian/NEWS.Debian
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev

Added: packages/timbl/trunk/debian/README.devel
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/debian/README.devel?rev=37078&op=file
==============================================================================
--- packages/timbl/trunk/debian/README.devel (added)
+++ packages/timbl/trunk/debian/README.devel Sun Dec 12 16:21:25 2010
@@ -1,0 +1,86 @@
+# $Id$
+# $URL$
+
+building from a VC checkout
+===========================
+
+# Note the replacement of the hyphen by an underscore !
+debian/timbl% cp timbl-6.1.3.tar.gz timbl_6.1.3.orig.tar.gz
+debian/timbl% tar zxf timbl_6.1.3.orig.tar.gz
+debian/timbl% mkdir timbl-6.1.3/debian
+
+svn.ilk.uvt.nl/sources/Timbl-pkg% vi debian/rules debian/NEWS.Debian
+
+# update debian/changelog (needs Debian package devscripts)
+
+svn.ilk.uvt.nl/sources/Timbl-pkg% dch -i
+
+# Check of je emailadres klopt, en of de magie met het versie-nummer
+# goed is afgelopen. (Meestal NIET!)
+# Zorg ervoor dat het stukje van het versienummer bovenaan debian/changelog wat
+# voor de - staat, overeenkomt met de versie van de tarball.
+# Dus 6.2.0-1 is goed als je 6.2.0.tar.gz wilt packagen.
+# Ook moet je er op letten dat het 'unstable' is :{
+# Daarna:
+
+svn.ilk.uvt.nl/sources/Timbl-pkg% svn commit -m 'foobar'
+
+debian/timbl% cp svn.ilk.uvt.nl/Timbl-pkg/debian/* timbl-6.1.3/debian 
+debian/timbl% cd timbl-6.1.3 
+debian/timbl/timbl-6.1.3% debuild -uc -us
+
+#negeer voor nu:
+W: timbl: binary-without-manpage usr/bin/Timbl
+W: timbl: binary-without-manpage usr/bin/TimblClient
+W: timbl: non-dev-pkg-with-shlib-symlink usr/lib/libTimbl.so.2.0.0 usr/lib/libTimbl.so
+W: timbl: package-name-doesnt-match-sonames libTimbl2
+W: timbl: wrong-name-for-upstream-changelog usr/share/doc/timbl/ChangeLog.gz
+
+#uploading a Debian package and rebuilding the apt archive index files
+#=====================================================================
+
+# make shure that the upload dir is empty:
+
+sloot at zeus:/var/www/apt.ticc.uvt.nl/upload/ rm -rf *
+
+sloot at atalanta:~/build/debian/timbl$ scp timbl_6.2.0.pre1* zeus:/var/www/apt.ticc.uvt.nl/upload/
+
+sloot at zeus:/var/www/apt.ticc.uvt.nl$ make dists/lenny/Release
+
+#PGP-sign the new Release file.
+# you will need the secret key and add it to your keyring
+# also a password is needed ;)
+
+sloot at zeus:/var/www/apt.ticc.uvt.nl$ cd dists/lenny
+sloot at zeus:/var/www/apt.ticc.uvt.nl/dists/lenny$ gpg --no-random-seed-file -bao Release.gpg Release
+
+#building on other machine/architecture, without changes to source
+#=================================================================
+# e.g to get an i386 version
+# the only i386 build environment is on syrinx.uvt.nl
+
+# access via ssh
+
+$ ssh syrinx.uvt.nl
+sloot at syrinx:/tmp/foobar$ dget http://apt.ticc.uvt.nl/pool/main/t/timbl/timbl_6.3.0-1.dsc
+sloot at syrinx:/tmp/foobar$ dpkg-source -x timbl_6.3.0-1.dsc
+sloot at syrinx:/tmp/foobar$ cd timbl-6.3.0/
+sloot at syrinx:/tmp/foobar/timbl-6.3.0$ debuild -b -uc -us
+
+#Make sure this creates only .build, .changes and _i386.deb.  (Not .diff.gz, not .dsc.)
+
+#Now upload timbl_6.3.0-1_i386.* and regenerate the archive index, see above.
+
+
+#more information on Debian packaging
+#====================================
+#
+#http://www.debian.org/doc/manuals/maint-guide/
+#http://www.debian.org/doc/manuals/developers-reference/
+
+#contact
+#=======
+#
+#IRC: irc.uvt.nl (aka "meuknet") : #ticc
+
+

Propchange: packages/timbl/trunk/debian/README.devel
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev

Added: packages/timbl/trunk/debian/TODO
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/debian/TODO?rev=37078&op=file
==============================================================================
--- packages/timbl/trunk/debian/TODO (added)
+++ packages/timbl/trunk/debian/TODO Sun Dec 12 16:21:25 2010
@@ -1,0 +1,43 @@
+# $Id$
+# $URL$
+
+KvdS, 10 maart 2010: The following may be outdated!!!!
+
+W: timbl: binary-without-manpage usr/bin/Timbl
+
+W: timbl: non-dev-pkg-with-shlib-symlink usr/lib/libTimbl.so.2.0.0 usr/lib/libTimbl.so
+ policy 8.1, 8.2
+N:   Although this package is not a `-dev' package, it installs a
+N:   `libsomething.so' symbolic link referencing the corresponding shared
+N:   library. When the link doesn't include the version number, it is used
+N:   by the linker when other programs are built against this shared
+N:   library.
+N:   
+N:   Shared libraries are supposed to place such symbolic links in their
+N:   respective `-dev' packages, so it is a bug to include it with the main
+N:   library package.
+N:   
+N:   However, if this is a small package which includes the runtime and the
+N:   development libraries, this is not a bug. In the latter case, please
+N:   override this warning.
+N:   
+N:   Refer to Policy Manual, section 8.4 for details.
+
+W: timbl: package-name-doesnt-match-sonames libTimbl2
+N:   The package name of a library package should usually reflect the
+N:   soname of the included library. The package name can determined from
+N:   the library file name with the following code snippet:
+N:   
+N:    $ objdump -p /path/to/libfoo-bar.so.1.2.3 | sed -n -e's/^[[:space:]]*SONAME[[:space:]]*//p' | sed -e's/\
+([0-9]\)\.so\./\1-/; s/\.so\.//'
+N:   
+N:   Refer to Library Packaging guide 5 for details.
+
+source of documentation is lacking from upstream tarball (and from
+upstream cvs)
+
+---------------------
+
+RPM should use own init script.
+
+

Propchange: packages/timbl/trunk/debian/TODO
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev

Added: packages/timbl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/debian/changelog?rev=37078&op=file
==============================================================================
--- packages/timbl/trunk/debian/changelog (added)
+++ packages/timbl/trunk/debian/changelog Sun Dec 12 16:21:25 2010
@@ -1,0 +1,111 @@
+timbl (6.3.1.1) karmic; urgency=low
+
+  * New Release
+  * some bug fixes
+  * code shuffling with TimblServer continues
+
+ -- Ko van der Sloot <Ko.vanderSloot at uvt.nl>  Wed, 08 Dec 2010 12:24:58 +0100
+
+timbl (6.2.3-1) karmic; urgency=low
+
+  * lame attempt
+ -- Ko van der Sloot <Ko.vanderSloot at uvt.nl>  Wed, 10 Mar 2010 10:46:43 +0100
+
+timbl (6.2.2-1) unstable; urgency=low
+
+  * New Upload with bug fixes and separate TimblServer program
+
+ -- Ko van der Sloot <Ko.vanderSloot at uvt.nl>  Mon, 15 Feb 2010 15:10:47 +0100
+
+timbl (6.2.1-3) unstable; urgency=low
+
+  * Ok, jaunty seems to fail also
+
+ -- Ko van der Sloot <Ko.vanderSloot at uvt.nl>  Tue, 01 Dec 2009 12:19:46 +0100
+
+timbl (6.2.1-2) jaunty; urgency=low
+
+  * Need to increase sub-sub version to avoid conflicts
+
+ -- Ko van der Sloot <Ko.vanderSloot at uvt.nl>  Tue, 01 Dec 2009 11:56:22 +0100
+
+timbl (6.2.1-1) jaunty; urgency=low
+
+  * Bugfix release
+
+ -- Ko van der Sloot <Ko.vanderSloot at uvt.nl>  Mon, 30 Nov 2009 15:07:49 +0100
+
+timbl (6.2.0-1) jaunty; urgency=low
+
+  * Finaly a release!
+
+ -- Ko van der Sloot <ko.vandersloot at uvt.nl>  Tue, 03 Nov 2009 15:06:43 +0100
+
+timbl (6.1.99.0-1) unstable; urgency=low
+
+  * New upstream snapshot from SVN.
+
+ -- Ko van der Sloot <ko.vandersloot at uvt.nl>  Tue, 20 Oct 2009 14:42:31 +0200
+
+timbl (6.2.0-pre2-1) UNRELEASED; urgency=low
+
+  * New upstream:
+    - No longer install upstream changelog twice.
+
+ -- Joost van Baal <joostvb-timbl at ad1810.com>  Sat, 05 Sep 2009 08:17:30 +0200
+
+timbl (6.2.0-pre1-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Joost van Baal <joostvb-timbl at ad1810.com>  Thu, 03 Sep 2009 15:27:01 +0200
+
+timbl (6.2.0~svn20090622-3) unstable; urgency=low
+
+  [ Joost van Baal ]
+  * Add NEWS.Debian
+  [ Ko van der Sloot ]
+  * Enhance README.devel.
+
+ -- Joost van Baal <joostvb-timbl at ad1810.com>  Thu, 09 Jul 2009 16:44:22 +0200
+
+timbl (6.2.0~svn20090622-2) unstable; urgency=low
+
+  * Do not start daemon on initial install.
+  * control: add Vcs header.
+
+ -- Joost van Baal <joostvb-timbl at ad1810.com>  Sun, 05 Jul 2009 08:53:32 +0200
+
+timbl (6.2.0~svn20090622-1) unstable; urgency=low
+
+  * New upstream svn snapshot.
+  * init.d: fix LOGFILE setting.
+
+ -- Joost van Baal <joostvb-timbl at ad1810.com>  Sun, 21 Jun 2009 14:28:51 +0200
+
+timbl (6.1.5-3) unstable; urgency=low
+
+  * init.d: Ship and use Debian-specific init script.
+  * Use dedicated useraccount "timbl" for running daemon.
+  * control: Update from policy 3.7.3 to 3.8.0 (no changes needed).
+  * control: depend upon adduser (thanks lintian).
+  * control: changed maintainer from Sebastiaan Tesink to me.
+  * default: now ships defaults for init script.
+
+ -- Joost van Baal <joostvb-timbl at ad1810.com>  Sun, 14 Jun 2009 11:39:23 +0200
+
+timbl (6.1.5-2) unstable; urgency=low
+
+  * add #!/bin/sh to {post,pre}inst.
+
+ -- Joost van Baal <joostvb-timbl at ad1810.com>  Mon, 16 Mar 2009 06:26:27 +0100
+
+timbl (6.1.5-1) unstable; urgency=low
+
+  [ Changes by Joost van Baal ]
+  * Initial Debian packaging.
+
+ -- Sebastiaan Tesink <sebas at uvt.nl>  Tue, 08 Apr 2008 17:20:44 +0200
+
+# $Id$
+# $URL$

Propchange: packages/timbl/trunk/debian/changelog
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev

Added: packages/timbl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/debian/compat?rev=37078&op=file
==============================================================================
--- packages/timbl/trunk/debian/compat (added)
+++ packages/timbl/trunk/debian/compat Sun Dec 12 16:21:25 2010
@@ -1,0 +1,1 @@
+5

Propchange: packages/timbl/trunk/debian/compat
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev

Added: packages/timbl/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/debian/control?rev=37078&op=file
==============================================================================
--- packages/timbl/trunk/debian/control (added)
+++ packages/timbl/trunk/debian/control Sun Dec 12 16:21:25 2010
@@ -1,0 +1,36 @@
+Source: timbl
+Section: science
+Priority: optional
+Maintainer: Joost van Baal <joostvb-timbl at ad1810.com>
+Uploaders: Ko van der Sloot <Ko.vanderSloot at uvt.nl>
+Build-Depends: debhelper (>= 4.1.0), cdbs
+Standards-Version: 3.8.0
+Homepage: http://ilk.uvt.nl/timbl/
+Vcs-Svn: https://svn.ilk.uvt.nl/svn/trunk/sources/Timbl6
+
+Package: timbl
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Tilburg Memory Based Learner
+ Memory-Based Learning (MBL) is a machine-learning method applicable to a wide
+ range of tasks in Natural Language Processing (NLP).
+ .
+ The Tilburg Memory Based Learner, TiMBL, is a tool for NLP research, and for
+ many other domains where classification tasks are learned from examples.  It
+ is an efficient implementation of k-nearest neighbor classifier.
+ .
+ TiMBL's features are: * Fast, decision-tree-based implementation of k-nearest
+ neighbor classification; * Implementations of IB1 and IB2, IGTree, TRIBL, and
+ TRIBL2 algorithms; * Similarity metrics: Overlap, MVDM, Jeffrey Divergence,
+ Dot product, Cosine; * Feature weighting metrics: information gain, gain ratio,
+ chi squared, shared variance; * Distance weighting metrics: inverse, inverse
+ linear, exponential decay; * Extensive verbosity options to inspect nearest
+ neighbor sets; * Server functionality and extensive API; * Fast leave-one-out
+ testing and internal cross-validation; and Handles user-defined example
+ weighting.
+ .
+ TiMBL 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, timbl will likely be of use to you.

Propchange: packages/timbl/trunk/debian/control
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev

Added: packages/timbl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/debian/copyright?rev=37078&op=file
==============================================================================
--- packages/timbl/trunk/debian/copyright (added)
+++ packages/timbl/trunk/debian/copyright Sun Dec 12 16:21:25 2010
@@ -1,0 +1,51 @@
+This package was debianized by Joost van Baal <joostvb+timbl at uvt.nl> on
+Tue, 08 Apr 2008 17:26:24 +0200.
+
+It was fetched from CVS: ilkcvs.uvt.nl:/corpus/cvsroot.  TiMBL releases are
+published on http://ilk.uvt.nl/downloads/pub/software/.
+
+Copyright on debian/: Joost van Baal <joostvb+timbl at uvt.nl>, 2008.
+License on debian/: GPL v3 or later.
+
+Upstream Authors: Ko van der Sloot with Peter Berck, Antal van den Bosch, Walter
+Daelemans, Ton Weijters and Jakub Zavrel.
+
+Copyright:
+
+ Copyright (c) 1998 - 2008
+  ILK  -  Tilburg University
+  CNTS -  University of Antwerp
+
+ TiMBL 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.
+
+ TiMBL 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
+ TiMBL. If not, see <http://www.gnu.org/licenses/>.
+
+ In publication of research that makes use of TiMBL 6.1, a citation should be
+ given of: “Walter Daelemans, Jakub Zavrel, Ko van der Sloot, and Antal van den
+ Bosch (2007). TiMBL: Tilburg Memory Based Learner, version 6.1, Reference
+ Guide. ILK Technical Report 07-xx, Available from
+ http://ilk.uvt.nl/downloads/pub/papers/ilk0703.pdf” For information about
+ commercial licenses for TiMBL 6.1, contact Timbl at uvt.nl, or send your request
+ in writing to:
+
+  Prof. dr. Walter Daelemans
+  CNTS - Language Technology Group
+  Linguistics / University of Antwerp
+  Universiteitsplein 1
+  B-2610 Wilrijk (Antwerp)
+  Belgium
+
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+# $Id$
+# $URL$

Propchange: packages/timbl/trunk/debian/copyright
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev

Added: packages/timbl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/timbl/trunk/debian/rules?rev=37078&op=file
==============================================================================
--- packages/timbl/trunk/debian/rules (added)
+++ packages/timbl/trunk/debian/rules Sun Dec 12 16:21:25 2010
@@ -1,0 +1,12 @@
+#!/usr/bin/make -f
+
+# $Id$
+# $URL$
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+## example override:
+## DEB_CONFIGURE_EXTRA_FLAGS := --libexecdir=/usr/share
+## DEB_DH_INSTALLINIT_ARGS := --onlyscripts --name timbl
+

Propchange: packages/timbl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Propchange: packages/timbl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:keywords = Id URL Author Date Rev




More information about the debian-science-commits mailing list