[DRE-commits] r1549 - packages/libnarray-ruby/trunk/debian

Daigo Moriwaki daigo at alioth.debian.org
Sat May 12 05:24:00 UTC 2007


Author: daigo
Date: 2007-05-12 05:24:00 +0000 (Sat, 12 May 2007)
New Revision: 1549

Modified:
   packages/libnarray-ruby/trunk/debian/changelog
   packages/libnarray-ruby/trunk/debian/control
   packages/libnarray-ruby/trunk/debian/control.in
   packages/libnarray-ruby/trunk/debian/rules
Log:
* Stopped using the "Uploaders rule".

Modified: packages/libnarray-ruby/trunk/debian/changelog
===================================================================
--- packages/libnarray-ruby/trunk/debian/changelog	2007-05-12 04:53:46 UTC (rev 1548)
+++ packages/libnarray-ruby/trunk/debian/changelog	2007-05-12 05:24:00 UTC (rev 1549)
@@ -1,6 +1,6 @@
-libnarray-ruby (0.5.9-2) UNRELEASED; urgency=low
+libnarray-ruby (0.5.9-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Stopped using the "Uploaders rule".
 
  -- Daigo Moriwaki <daigo at debian.org>  Wed, 13 Sep 2006 13:08:36 +0900
 

Modified: packages/libnarray-ruby/trunk/debian/control
===================================================================
--- packages/libnarray-ruby/trunk/debian/control	2007-05-12 04:53:46 UTC (rev 1548)
+++ packages/libnarray-ruby/trunk/debian/control	2007-05-12 05:24:00 UTC (rev 1549)
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Daigo Moriwaki <daigo at debian.org>
-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>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: cdbs, debhelper (>> 5), ruby-pkg-tools, ruby1.8, ruby1.8-dev
 Standards-Version: 3.7.2
 

Modified: packages/libnarray-ruby/trunk/debian/control.in
===================================================================
--- packages/libnarray-ruby/trunk/debian/control.in	2007-05-12 04:53:46 UTC (rev 1548)
+++ packages/libnarray-ruby/trunk/debian/control.in	2007-05-12 05:24:00 UTC (rev 1549)
@@ -1,35 +0,0 @@
-Source: libnarray-ruby
-Section: interpreters
-Priority: optional
-Maintainer: Daigo Moriwaki <daigo at debian.org>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: cdbs, debhelper (>> 5), ruby-pkg-tools, ruby1.8, ruby1.8-dev
-Standards-Version: 3.7.2
-
-Package: libnarray-ruby
-Architecture: all
-Depends: libnarray-ruby1.8
-Description: Numerical N-dimensional Array library for Ruby
- NArray is an extension library for Ruby that provides fast calculation and
- easy manipulation of large numerical arrays with the Ruby language. It has
- numerical n-dimensional array class as well as vector and matrix subclasses,
- which can contain 1/2/4-byte Integer, single/double-precision Real/Complex and
- Ruby Object.
- .
- Homepage http://narray.rubyforge.org/index.html.en
- .
- This is a dependency package which depends on Debian's default Ruby version
- (currently 1.8.x).
-
-Package: libnarray-ruby1.8
-Architecture: any
-Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
-Description: Numerical N-dimensional Array library for Ruby
- NArray is an extension library for Ruby that provides fast calculation and
- easy manipulation of large numerical arrays with the Ruby language. It has
- numerical n-dimensional array class as well as vector and matrix subclasses,
- which can contain 1/2/4-byte Integer, single/double-precision Real/Complex and
- Ruby Object.
- .
- Homepage http://narray.rubyforge.org/index.html.en
-

Modified: packages/libnarray-ruby/trunk/debian/rules
===================================================================
--- packages/libnarray-ruby/trunk/debian/rules	2007-05-12 04:53:46 UTC (rev 1548)
+++ packages/libnarray-ruby/trunk/debian/rules	2007-05-12 05:24:00 UTC (rev 1549)
@@ -8,5 +8,4 @@
 # Add here any variable or target overrides you need
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk




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