--- dimbl-0.9.orig/debian/control +++ dimbl-0.9/debian/control @@ -0,0 +1,33 @@ +Source: dimbl +Section: science +Priority: extra +Maintainer: Debian Science Team +Uploaders: Joost van Baal , Ko van der Sloot +DM-Upload-Allowed: yes +Build-Depends: cdbs, debhelper (>= 7), pkg-config, libtimbl3-dev (>= 6.4.0), libxml2-dev +Standards-Version: 3.9.1 +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. + --- dimbl-0.9.orig/debian/rules +++ dimbl-0.9/debian/rules @@ -0,0 +1,11 @@ +#!/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 --- dimbl-0.9.orig/debian/watch +++ dimbl-0.9/debian/watch @@ -0,0 +1,7 @@ +# $Id: watch 37141 2010-12-24 15:27:15Z joostvb $ +# $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/dimbl/trunk/debian/watch $ + +# See uscan(1) for format + +version=3 +http://ilk.uvt.nl/downloads/pub/software/dimbl-(.*)\.tar\.gz --- dimbl-0.9.orig/debian/changelog +++ dimbl-0.9/debian/changelog @@ -0,0 +1,53 @@ +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 38375 2011-04-14 12:30:28Z joostvb $ +# $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/dimbl/trunk/debian/changelog $ --- dimbl-0.9.orig/debian/compat +++ dimbl-0.9/debian/compat @@ -0,0 +1 @@ +7 --- dimbl-0.9.orig/debian/copyright +++ dimbl-0.9/debian/copyright @@ -0,0 +1,104 @@ +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 can be found in `/usr/share/common-licenses/GPL'. + +# $Id: copyright 38374 2011-04-14 12:28:46Z joostvb $ +# $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/dimbl/trunk/debian/copyright $