[DRE-commits] r1553 - packages/libgsl-ruby/trunk/debian

Daigo Moriwaki daigo at alioth.debian.org
Sat May 12 06:32:15 UTC 2007


Author: daigo
Date: 2007-05-12 06:32:15 +0000 (Sat, 12 May 2007)
New Revision: 1553

Removed:
   packages/libgsl-ruby/trunk/debian/control.in
Modified:
   packages/libgsl-ruby/trunk/debian/changelog
   packages/libgsl-ruby/trunk/debian/control
   packages/libgsl-ruby/trunk/debian/rules
Log:
* New upstream release.
* The package has been taken over. I am now a primary maintainer.
* Built with NArray to support NArray compatibilities. Now it depends on
  libnarray-ruby1.8.
* Stopped using the "Uploaders rule". 

Modified: packages/libgsl-ruby/trunk/debian/changelog
===================================================================
--- packages/libgsl-ruby/trunk/debian/changelog	2007-05-12 05:42:19 UTC (rev 1552)
+++ packages/libgsl-ruby/trunk/debian/changelog	2007-05-12 06:32:15 UTC (rev 1553)
@@ -1,11 +1,12 @@
-libgsl-ruby (1.8.3-2) UNRELEASED; urgency=low
+libgsl-ruby (1.9.0-1) unstable; urgency=low
 
-  * NOT RELEASED YET
-  * [daigo at Fri Sep 15 17:15:29 JST 2006]
-    Built with NArray to support NArray compatibilities. Now it depends on
-    libnarray-ruby1.8. 
+  * New upstream release.
+  * The package has been taken over. I am now a primary maintainer.
+  * Built with NArray to support NArray compatibilities. Now it depends on
+    libnarray-ruby1.8.
+  * Stopped using the "Uploaders rule". 
 
- -- Paul van Tilburg <paulvt at debian.org>  Thu, 29 Jun 2006 08:57:35 +0200
+ -- Daigo Moriwaki <daigo at debian.org>  Mon, 16 Apr 2007 22:28:33 +0900
 
 libgsl-ruby (1.8.3-1) unstable; urgency=low
 

Modified: packages/libgsl-ruby/trunk/debian/control
===================================================================
--- packages/libgsl-ruby/trunk/debian/control	2007-05-12 05:42:19 UTC (rev 1552)
+++ packages/libgsl-ruby/trunk/debian/control	2007-05-12 06:32:15 UTC (rev 1553)
@@ -1,14 +1,14 @@
 Source: libgsl-ruby
 Section: libs
 Priority: optional
-Maintainer: Lucas Nussbaum <lucas at lucas-nussbaum.net>
-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>, 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>
-Build-Depends: debhelper (>> 5), ruby1.8, ruby1.8-dev, rdoc, graphviz, cdbs, ruby-pkg-tools (>= 0.9), libgsl0-dev (>= 1.7), plotutils
+Maintainer: Daigo Moriwaki <daigo at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>> 5), ruby1.8, ruby1.8-dev, rdoc, graphviz, cdbs, ruby-pkg-tools (>= 0.9), libgsl0-dev (>= 1.7), plotutils, libnarray-ruby1.8
 Standards-Version: 3.7.2
 
 Package: libgsl-ruby1.8
 Architecture: any
-Depends: ruby1.8, libgsl0 (>= 1.7), plotutils
+Depends: ruby1.8, libgsl0 (>= 1.7), plotutils, libnarray-ruby1.8
 Suggests: libgsl-ruby-doc
 Description: Ruby bindings for the GNU Scientific Library (GSL)
  The GNU Scientific Library (GSL) is a collection of data types and

Deleted: packages/libgsl-ruby/trunk/debian/control.in
===================================================================
--- packages/libgsl-ruby/trunk/debian/control.in	2007-05-12 05:42:19 UTC (rev 1552)
+++ packages/libgsl-ruby/trunk/debian/control.in	2007-05-12 06:32:15 UTC (rev 1553)
@@ -1,46 +0,0 @@
-Source: libgsl-ruby
-Section: libs
-Priority: optional
-Maintainer: Lucas Nussbaum <lucas at lucas-nussbaum.net>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: debhelper (>> 5), ruby1.8, ruby1.8-dev, rdoc, graphviz, cdbs, ruby-pkg-tools (>= 0.9), libgsl0-dev (>= 1.7), plotutils
-Standards-Version: 3.7.2
-
-Package: libgsl-ruby1.8
-Architecture: any
-Depends: ruby1.8, libgsl0 (>= 1.7), plotutils
-Suggests: libgsl-ruby-doc
-Description: Ruby bindings for the GNU Scientific Library (GSL)
- The GNU Scientific Library (GSL) is a collection of data types and
- routines for numerical computing. Ruby/GSL is an interface to the GNU
- Scientific Library for the Ruby programming language.
- .
- Homepage: http://rb-gsl.rubyforge.org/
-
-Package: libgsl-ruby
-Architecture: all
-Depends: libgsl-ruby1.8
-Recommends: plotutils
-Suggests: libgsl-ruby-doc
-Description: Ruby bindings for the GNU Scientific Library (GSL) (dummy package)
- The GNU Scientific Library (GSL) is a collection of data types and
- routines for numerical computing. Ruby/GSL is an interface to the GNU
- Scientific Library for the Ruby programming language.
- .
- Homepage: http://rb-gsl.rubyforge.org/
- .
- This package is a dependency package, which depends on Debian's default Ruby
- version (currently 1.8.x).
-
-Package: libgsl-ruby-doc
-Section: doc
-Depends: libgsl-ruby
-Architecture: all
-Description: Documentation for Ruby/GSL (libgsl-ruby)
- This package provides documentation, example scripts and unit tests for
- Ruby/GSL.
- .
- Ruby/GSL is an interface to the GNU Scientific Library for the Ruby
- programming language.
- .
- Homepage: http://rb-gsl.rubyforge.org/

Modified: packages/libgsl-ruby/trunk/debian/rules
===================================================================
--- packages/libgsl-ruby/trunk/debian/rules	2007-05-12 05:42:19 UTC (rev 1552)
+++ packages/libgsl-ruby/trunk/debian/rules	2007-05-12 06:32:15 UTC (rev 1553)
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 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-setup-rb.mk
 
 # cleanup




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