[Pkg-ruby-extras-commits] r1086 - packages-wip/libsvm-ruby/trunk/debian

Paul van Tilburg paulvt at alioth.debian.org
Fri Nov 10 15:20:48 CET 2006


Author: paulvt
Date: 2006-11-10 15:20:48 +0100 (Fri, 10 Nov 2006)
New Revision: 1086

Modified:
   packages-wip/libsvm-ruby/trunk/debian/control
   packages-wip/libsvm-ruby/trunk/debian/control.in
Log:
Fixed the dummy pkg description a bit to look more like the rest of the team packages.

Modified: packages-wip/libsvm-ruby/trunk/debian/control
===================================================================
--- packages-wip/libsvm-ruby/trunk/debian/control	2006-11-10 14:02:41 UTC (rev 1085)
+++ packages-wip/libsvm-ruby/trunk/debian/control	2006-11-10 14:20:48 UTC (rev 1086)
@@ -2,14 +2,14 @@
 Section: libs
 Priority: optional
 Maintainer: Rudi Cilibrasi <cilibrar at cilibrar.com>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Paul van Tilburg <paulvt at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Paul van Tilburg <paulvt at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Patrick Ringl <patrick_ at freenet.de>
 Build-Depends: debhelper (>= 4.0.0), libsvm-dev, libruby1.8, ruby1.8-dev, ruby1.8, pkg-config, autotools-dev, cdbs, ruby-pkg-tools
 Standards-Version: 3.7.2
 
 Package: libsvm-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Ruby binding to LIBSVM, a machine-learning Support Vector Machine
+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
@@ -19,5 +19,10 @@
 Architecture: all
 Depends: libsvm-ruby1.8
 Description: Ruby bindings for LIBSVM library (dummy package)
- This package is a dependency package pointing to the ruby 1.8 version.
-
+ 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.

Modified: packages-wip/libsvm-ruby/trunk/debian/control.in
===================================================================
--- packages-wip/libsvm-ruby/trunk/debian/control.in	2006-11-10 14:02:41 UTC (rev 1085)
+++ packages-wip/libsvm-ruby/trunk/debian/control.in	2006-11-10 14:20:48 UTC (rev 1086)
@@ -9,7 +9,7 @@
 Package: libsvm-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Ruby binding to LIBSVM, a machine-learning Support Vector Machine
+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
@@ -19,5 +19,10 @@
 Architecture: all
 Depends: libsvm-ruby1.8
 Description: Ruby bindings for LIBSVM library (dummy package)
- This package is a dependency package pointing to the ruby 1.8 version.
-
+ 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.




More information about the Pkg-ruby-extras-commits mailing list