[DRE-commits] r3932 - trunk/libnarray-ruby/debian

Daigo Moriwaki daigo at alioth.debian.org
Thu Aug 20 10:39:25 UTC 2009


Author: daigo
Date: 2009-08-20 10:39:25 +0000 (Thu, 20 Aug 2009)
New Revision: 3932

Modified:
   trunk/libnarray-ruby/debian/changelog
   trunk/libnarray-ruby/debian/control
   trunk/libnarray-ruby/debian/rules
Log:
* New upstream release.
* debian/control: 
  - Bumped up Standards-Version to 3.8.2.
  - Provide libnarray-ruby1.9.1 for Ruby 1.9.1. 
  - Provide libnarray-ruby{1.8|1.9.1}-dbg.

Modified: trunk/libnarray-ruby/debian/changelog
===================================================================
--- trunk/libnarray-ruby/debian/changelog	2009-08-19 21:23:55 UTC (rev 3931)
+++ trunk/libnarray-ruby/debian/changelog	2009-08-20 10:39:25 UTC (rev 3932)
@@ -1,9 +1,16 @@
-libnarray-ruby (0.5.9p6-2) UNRELEASED; urgency=low
+libnarray-ruby (0.5.9p7-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  [ Daigo Moriwaki ]
+  * New upstream release.
+  * debian/control: 
+    - Bumped up Standards-Version to 3.8.2.
+    - Provide libnarray-ruby1.9.1 for Ruby 1.9.1. 
+    - Provide libnarray-ruby{1.8|1.9.1}-dbg.
+
+  [ Lucas Nussbaum ]
   * Fixed Vcs-* fields after pkg-ruby-extras SVN layout change.
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 08 Aug 2009 17:29:09 +0200
+ -- Daigo Moriwaki <daigo at debian.org>  Thu, 20 Aug 2009 19:05:08 +0900
 
 libnarray-ruby (0.5.9p6-1) unstable; urgency=low
 

Modified: trunk/libnarray-ruby/debian/control
===================================================================
--- trunk/libnarray-ruby/debian/control	2009-08-19 21:23:55 UTC (rev 3931)
+++ trunk/libnarray-ruby/debian/control	2009-08-20 10:39:25 UTC (rev 3932)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Daigo Moriwaki <daigo at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>> 7), ruby-pkg-tools, ruby1.8, ruby1.8-dev
-Standards-Version: 3.8.1
+Build-Depends: cdbs, debhelper (>> 7), ruby-pkg-tools, ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev
+Standards-Version: 3.8.2
 Homepage: http://narray.rubyforge.org/index.html.en
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libnarray-ruby/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libnarray-ruby/
@@ -31,3 +31,54 @@
  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.
+ .
+ This package is built for Ruby 1.8.
+ 
+Package: libnarray-ruby1.8-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libnarray-ruby1.8 (= ${binary:Version}), ${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.
+ .
+ This package is built for Ruby 1.8.
+ .
+ This package is provided primarily to provide a backtrace with names
+ in a debugger, this makes it somewhat easier to interpret core
+ dumps.  Most people will not need this package.
+
+Package: libnarray-ruby1.9.1
+Architecture: any
+Depends: ruby1.9.1, ${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.
+ .
+ This package is built for Ruby 1.9.1.
+
+Package: libnarray-ruby1.9.1-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libnarray-ruby1.9.1 (= ${binary:Version}), ${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.
+ .
+ This package is built for Ruby 1.9.1.
+ .
+ This package is provided primarily to provide a backtrace with names
+ in a debugger, this makes it somewhat easier to interpret core
+ dumps.  Most people will not need this package.
+

Modified: trunk/libnarray-ruby/debian/rules
===================================================================
--- trunk/libnarray-ruby/debian/rules	2009-08-19 21:23:55 UTC (rev 3931)
+++ trunk/libnarray-ruby/debian/rules	2009-08-20 10:39:25 UTC (rev 3932)
@@ -6,5 +6,10 @@
 
 # Add here any variable or target overrides you need
 
+NARRAY_RUBY_VERSIONS = 1.8 1.9.1
+LIB_PACKAGE_FILTER = %-ruby $(patsubst %,\%-ruby%,$(NARRAY_RUBY_VERSIONS))
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
+
+




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