[DRE-commits] r1462 - packages/libsvm-ruby/trunk/debian

Paul van Tilburg paulvt at alioth.debian.org
Wed Apr 18 21:19:28 UTC 2007


Author: paulvt
Date: 2007-04-18 21:19:28 +0000 (Wed, 18 Apr 2007)
New Revision: 1462

Removed:
   packages/libsvm-ruby/trunk/debian/control.in
Modified:
   packages/libsvm-ruby/trunk/debian/changelog
   packages/libsvm-ruby/trunk/debian/control
   packages/libsvm-ruby/trunk/debian/rules
Log:
* Added myself to the Uploaders list.
* Adapted debian/rules, removed debian/control.in to drop the Uploader
  rule.

Modified: packages/libsvm-ruby/trunk/debian/changelog
===================================================================
--- packages/libsvm-ruby/trunk/debian/changelog	2007-04-18 21:12:14 UTC (rev 1461)
+++ packages/libsvm-ruby/trunk/debian/changelog	2007-04-18 21:19:28 UTC (rev 1462)
@@ -1,9 +1,15 @@
 libsvm-ruby (2.8.2-2) unstable; urgency=low
 
+  [ Rudi Cilibrasi ]
   * Minor adjustments to package.
 
- -- Rudi Cilibrasi <cilibrar at cilibrar.com>  Wed, 27 Dec 2006 16:29:16 +0100
+  [ Paul van Tilburg ]
+  * Added myself to the Uploaders list.
+  * Adapted debian/rules, removed debian/control.in to drop the Uploader
+    rule.
 
+ -- Paul van Tilburg <paulvt at debian.org>  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

Modified: packages/libsvm-ruby/trunk/debian/control
===================================================================
--- packages/libsvm-ruby/trunk/debian/control	2007-04-18 21:12:14 UTC (rev 1461)
+++ packages/libsvm-ruby/trunk/debian/control	2007-04-18 21:19:28 UTC (rev 1462)
@@ -2,7 +2,7 @@
 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>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
 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
 

Deleted: packages/libsvm-ruby/trunk/debian/control.in
===================================================================
--- packages/libsvm-ruby/trunk/debian/control.in	2007-04-18 21:12:14 UTC (rev 1461)
+++ packages/libsvm-ruby/trunk/debian/control.in	2007-04-18 21:19:28 UTC (rev 1462)
@@ -1,28 +0,0 @@
-Source: libsvm-ruby
-Section: libs
-Priority: optional
-Maintainer: Rudi Cilibrasi <cilibrar at cilibrar.com>
-Uploaders: @RUBY_EXTRAS_TEAM@
-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 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
-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.

Modified: packages/libsvm-ruby/trunk/debian/rules
===================================================================
--- packages/libsvm-ruby/trunk/debian/rules	2007-04-18 21:12:14 UTC (rev 1461)
+++ packages/libsvm-ruby/trunk/debian/rules	2007-04-18 21:19:28 UTC (rev 1462)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 




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