[DRE-commits] r1415 - packages/libcomplearn-ruby/trunk/debian

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


Author: paulvt
Date: 2007-04-18 19:07:54 +0000 (Wed, 18 Apr 2007)
New Revision: 1415

Removed:
   packages/libcomplearn-ruby/trunk/debian/control.in
Modified:
   packages/libcomplearn-ruby/trunk/debian/changelog
   packages/libcomplearn-ruby/trunk/debian/control
   packages/libcomplearn-ruby/trunk/debian/rules
Log:
* Added myself to the uploaders (currently as sponsor).
* Tweaked the descriptions a bit.
* Removed debian/control.in and the Uploaders rule.

Modified: packages/libcomplearn-ruby/trunk/debian/changelog
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/changelog	2007-04-18 18:56:47 UTC (rev 1414)
+++ packages/libcomplearn-ruby/trunk/debian/changelog	2007-04-18 19:07:54 UTC (rev 1415)
@@ -1,5 +1,6 @@
 libcomplearn-ruby (0.9.8-1) unstable; urgency=low
 
+  [ Rudi Cilibrasi ]
   * Removed extra pkg-config build dependency, fixed Architectures: line
     to no longer try to build mips/mipsel (pthread problem) and not try
     to build the ppmdx module for 64-bit architectures, since the
@@ -12,5 +13,10 @@
 
   * Initial release. (Closes: #380268)
 
- -- Rudi Cilibrasi <cilibrar at cilibrar.com>  Sun, 24 Sep 2006 14:08:19 +0200
+  [ Paul van Tilburg ]
+  * Added myself to the uploaders (currently as sponsor).
+  * Tweaked the descriptions a bit.
+  * Removed debian/control.in and the Uploaders rule.
 
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 18 Apr 2007 21:05:56 +0200
+

Modified: packages/libcomplearn-ruby/trunk/debian/control
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/control	2007-04-18 18:56:47 UTC (rev 1414)
+++ packages/libcomplearn-ruby/trunk/debian/control	2007-04-18 19:07:54 UTC (rev 1415)
@@ -2,7 +2,7 @@
 Section: devel
 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), autotools-dev, libcomplearn-dev, automake1.8, libgsl0-dev, ruby1.8-dev, ruby1.8, cdbs, ruby-pkg-tools
 Standards-Version: 3.7.2
 
@@ -10,10 +10,13 @@
 Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k s390 sparc
 Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
 Description: Ruby binding to CompLearn machine-learning library
- This is a Ruby binding for the popular and robust CompLearn learning package.
+ This is a Ruby 1.8 binding for the popular and robust CompLearn learning package.
 
 Package: libcomplearn-ruby
 Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k s390 sparc
 Depends: libcomplearn-ruby1.8
 Description: Ruby binding to CompLearn 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 robust CompLearn learning package.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.

Deleted: packages/libcomplearn-ruby/trunk/debian/control.in
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/control.in	2007-04-18 18:56:47 UTC (rev 1414)
+++ packages/libcomplearn-ruby/trunk/debian/control.in	2007-04-18 19:07:54 UTC (rev 1415)
@@ -1,19 +0,0 @@
-Source: libcomplearn-ruby
-Section: devel
-Priority: optional
-Maintainer: Rudi Cilibrasi <cilibrar at cilibrar.com>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, libcomplearn-dev, automake1.8, libgsl0-dev, ruby1.8-dev, ruby1.8, cdbs, ruby-pkg-tools
-Standards-Version: 3.7.2
-
-Package: libcomplearn-ruby1.8
-Architecture: any
-Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
-Description: Ruby binding to CompLearn machine-learning library
- This is a Ruby binding for the popular and robust CompLearn learning package.
-
-Package: libcomplearn-ruby
-Architecture: all
-Depends: libcomplearn-ruby1.8
-Description: Ruby binding to CompLearn library (dummy package)
- This package is a dependency package pointing to the ruby 1.8 version.

Modified: packages/libcomplearn-ruby/trunk/debian/rules
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/rules	2007-04-18 18:56:47 UTC (rev 1414)
+++ packages/libcomplearn-ruby/trunk/debian/rules	2007-04-18 19:07:54 UTC (rev 1415)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 
 # These options are required for extconf, chained to setup.rb.
 DEB_RUBY_CONFIG_ARGS = --site-ruby=/usr/lib/ruby/1.8 --so-dir=/usr/lib/ruby/1.8/i486-linux




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