--- libsvm-ruby-2.8.5.orig/debian/control +++ libsvm-ruby-2.8.5/debian/control @@ -0,0 +1,28 @@ +Source: libsvm-ruby +Section: ruby +Priority: optional +Maintainer: Rudi Cilibrasi +Uploaders: Debian Ruby Extras Maintainers +Build-Depends: debhelper (>= 4.1.0), libsvm-dev, libruby1.8, ruby1.8-dev, ruby1.8, pkg-config, autotools-dev, cdbs, ruby-pkg-tools +Standards-Version: 3.8.1 + +Package: libsvm-ruby1.8 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Ruby 1.8 binding to LIBSVM, a machine-learning Support Vector Machine + This is a Ruby binding for the popular and efficient LIBSVM learning package. + The LIBSVM library implements the SMO heuristic speedup for SVM training. + Ruby provides the ease of use and applied mathematics provides the speed in + this exciting scientific software. + +Package: libsvm-ruby +Architecture: all +Depends: libsvm-ruby1.8, ${misc:Depends} +Description: Ruby bindings for LIBSVM library (dummy package) + This is a Ruby binding for the popular and efficient LIBSVM learning package. + The LIBSVM library implements the SMO heuristic speedup for SVM training. + Ruby provides the ease of use and applied mathematics provides the speed in + this exciting scientific software. + . + This is a dummy package depending on the library for the current default + version of Ruby. --- libsvm-ruby-2.8.5.orig/debian/rules +++ libsvm-ruby-2.8.5/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk + --- libsvm-ruby-2.8.5.orig/debian/compat +++ libsvm-ruby-2.8.5/debian/compat @@ -0,0 +1 @@ +5 --- libsvm-ruby-2.8.5.orig/debian/watch +++ libsvm-ruby-2.8.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://debian.cilibrar.com/debian/pool/main/libs/libsvm-ruby/libsvm-ruby_(.*)\.orig\.tar\.gz --- libsvm-ruby-2.8.5.orig/debian/libsvm-ruby1.8.docs +++ libsvm-ruby-2.8.5/debian/libsvm-ruby1.8.docs @@ -0,0 +1 @@ +README --- libsvm-ruby-2.8.5.orig/debian/changelog +++ libsvm-ruby-2.8.5/debian/changelog @@ -0,0 +1,44 @@ +libsvm-ruby (2.8.5-1) unstable; urgency=low + + [ Rudi Cilibrasi ] + * New upstream release fixing moved svm.h in libsvm-dev. (Closes: #527491) + + [ Gunnar Wolf ] + * Changed section to Ruby as per ftp-masters' request. + + -- Rudi Cilibrasi Thu, 07 May 2009 14:36:53 -0700 + +libsvm-ruby (2.8.4-2) unstable; urgency=low + + * Bumped Standards-Version to 3.7.3. + + * Thanks to Paul van Tilburg for help in packaging libsvm-ruby. + + -- Rudi Cilibrasi Wed, 05 Dec 2007 09:47:11 -0800 + +libsvm-ruby (2.8.4-1) unstable; urgency=low + + * New upstream release. + * Added quiet mode to suppress messages to stdout during training. + + -- Rudi Cilibrasi Fri, 20 Apr 2007 13:14:07 +0200 + +libsvm-ruby (2.8.2-2) unstable; urgency=low + + [ Rudi Cilibrasi ] + * Minor adjustments to package. + + [ Paul van Tilburg ] + * Added myself to the Uploaders list. + * Adapted debian/rules, removed debian/control.in to drop the Uploader + rule. + + -- Paul van Tilburg Wed, 18 Apr 2007 23:18:36 +0200 + +libsvm-ruby (2.8.2-1) unstable; urgency=low + + * Initial release. (Closes: #380308) Thanks to Paul van Tilburg for + small packaging fixes. + + -- Rudi Cilibrasi Sun, 4 Jun 2006 15:38:48 +0200 + --- libsvm-ruby-2.8.5.orig/debian/copyright +++ libsvm-ruby-2.8.5/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Rudi Cilibrasi on +Sun, 4 Jun 2006 15:38:48 +0200. + +It was written by Rudi Cilibrasi. + +Upstream Author: Rudi Cilibrasi + + +Copyright: 2003-2008 Rudi Cilibrasi + +License: GPL + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + On Debian systems you should have a local copy of the GNU + General Public License in /usr/share/common-licenses/GPL. If you + downloaded the source you will find it in the file COPYING; if not, + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL file. +