debian/0000755000000000000000000000000012157276506007201 5ustar debian/control0000644000000000000000000000273612157273765010620 0ustar Source: dimbl Section: science Priority: extra Maintainer: Debian Science Team Uploaders: Joost van Baal-Ilić , Ko van der Sloot Build-Depends: cdbs, debhelper (>= 7), pkg-config, libxml2-dev, libticcutils2-dev | libticcutils-dev, libtimbl4-dev | libtimbl-dev Standards-Version: 3.9.3 Homepage: http://ilk.uvt.nl/dimbl/ Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/dimbl/trunk Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/dimbl/trunk/ Package: dimbl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Distributed Memory Based Learner Dimbl is a wrapper around the k-nearest neighbor classifier in TiMBL, offering parallel classification on multi-CPU machines. Dimbl splits the original training set, builds separate TiMBL classifiers per training subset, and merges their nearest-neighbor sets per classified instance . Dimbl's features are: * Wraps neatly around TiMBL, retaining all command line options; * Knows what to do with your multiple, duo, or quad cores; * Makes use of the OpenMP specification for parallel programming; * Can attain superlinear speed gains compared to standard TiMBL. . Dimbl is a product of the ILK Research Group (Tilburg University, The Netherlands). . If you do scientific research in Natural Language Processing using the Memory-Based Learning technique, Dimbl will likely be of use to you. debian/NEWS0000644000000000000000000000024611732262155007673 0ustar dimbl (0.11-1) unstable; urgency=low New Upstream release (0.10 is never released) -- Ko van der Sloot Thu, 22 Dec 2011 13:21:39 +0100 debian/rules0000755000000000000000000000052011732262155010247 0ustar #!/usr/bin/make -f # $Id: rules 37138 2010-12-24 15:13:53Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/dimbl/trunk/debian/rules $ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk # variable or target overrides # DEB_DH_INSTALLINIT_ARGS := --onlyscripts --name mbt debian/compat0000644000000000000000000000000211732262155010370 0ustar 7 debian/watch0000644000000000000000000000037712157274325010236 0ustar # $Id: watch 46070 2013-06-16 08:35:32Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/dimbl/trunk/debian/watch $ # See uscan(1) for format version=3 http://software.ticc.uvt.nl/dimbl-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) debian/source/0000755000000000000000000000000012157275646010505 5ustar debian/source/format0000644000000000000000000000001412157275103011677 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000001143612157275433011137 0ustar This package was debianized by Ko van der Sloot on Tue, 02 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: acinclude.m4 (part ac_path_lib) Author: Roger Leigh Copyright: Copyright © 2005 Roger Leigh 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: acinclude.m4 (part ac_define_dir) 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. 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 St, 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) License: GPL-3+ Dimbl 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. Dimbl 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 systems, the complete text of the GNU General Public License, Version 3 can be found in `/usr/share/common-licenses/GPL-3'. The complete text of the GNU General Public License, Version 2, can be found in `/usr/share/common-licenses/GPL-2'. # $Id: copyright 46072 2013-06-16 08:45:15Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/dimbl/trunk/debian/copyright $ debian/changelog0000644000000000000000000000652212157276420011053 0ustar dimbl (0.12-2) unstable; urgency=low * debian/control: remove obsolete DM-Upload-Allowed. * debian/control: change Build-Depends "libtimbl4-dev" in "libtimbl4-dev | libtimbl-dev": prepare for unversioned libtimbl-dev. * debian/control: add "libticcutils2-dev | libticcutils-dev" to Build-Depends: deal with "dimbl: FTBFS: Types.h:42:33: fatal error: ticcutils/StringOps.h: No such file or directory". Thanks Lucas Nussbaum. (Closes: #707345) * debian/control: Uploaders: update my name. * debian/watch: improve, no longer match "*-latest.tar.gz". Inspired by contribution from Bart Martens, thanks. * source/format: added. * debian/copyright: Point to the versions of the license this package references in its license statement, not to the versionless symlink. Thanks lintian. -- Joost van Baal-Ilić Sat, 15 Jun 2013 20:36:18 +0200 dimbl (0.12-1) unstable; urgency=low * New Upstream Release * debian/watch updated to watch http://software.ticc.uvt.nl/ * debian/control: depend on libtimbl4-dev, use Standards-Version 3.9.3 -- Ko van der Sloot Thu, 04 Apr 2013 12:38:41 +0200 dimbl (0.11-1) unstable; urgency=low * New Upstream release (0.10 is never released) -- Ko van der Sloot Thu, 22 Dec 2011 13:21:39 +0100 dimbl (0.9-1) unstable; urgency=low * New upstream release. - /usr/bin/Dimbl is renamed to /usr/bin/dimbl. * debian/control: add missing pkg-config to Build-Depends, thanks Cyril Brulebois, Nobuhiro Iwamatsu (Closes: #621888, #621899) * debian/control: more strictly versioned Build-Depends upon libtimbl3-dev in order to honor changes like s/Timbl/timbl/. * debian/copyright: update FSF postal address. -- Joost van Baal Thu, 14 Apr 2011 14:20:26 +0200 dimbl (0.8-2) unstable; urgency=low * debian/copyright: completed (info on some autoconf macro files was missing). Thanks Charles Plessy in #607929. * debian/control: enhance layout of extended description. -- Joost van Baal Sat, 19 Feb 2011 15:43:35 +0100 dimbl (0.8-1) unstable; urgency=low * New upstream release. * copyright, control: CNTS was not involved in creating this software. Thanks Antal van den Bosch. -- Joost van Baal Tue, 15 Feb 2011 19:45:36 +0100 dimbl (0.7-2) unstable; urgency=low * First upload to Debian archive (Closes: #607929). * No longer maintained at https://svn.ilk.uvt.nl/svn/trunk/sources/dimbl/debian but at debian-science project at Alioth. * control: set maintainer to Debian Science Team, update Vcs- flags. * control: enhance description. * copyright: now in machine-readable format. * docs, TODO, NEWS.Debian: remove unused files. * 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, add libxml2-dev; remove unneeded explicit timbl (>= 6.3.1) from depends. -- Joost van Baal Fri, 24 Dec 2010 16:19:56 +0100 dimbl (0.7-1) unstable; urgency=low * Initial Debian packaging. -- Ko van der Sloot Tue, 02 Mar 2010 11:47:44 +0200 # $Id: changelog 46074 2013-06-16 08:53:36Z joostvb $ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/dimbl/trunk/debian/changelog $