[DRE-commits] [SCM] ruby-gsl.git branch, master, updated. 62f4704c7d5c6032daf5ee51dbf6b1b1789869ef

Daigo Moriwaki daigo at debian.org
Sun Jun 5 13:49:22 UTC 2011


The following commit has been merged in the master branch:
commit 7216ad78f07cc096642f50091cc3b7bb671aa63b
Author: Daigo Moriwaki <daigo at debian.org>
Date:   Sun Jun 5 20:56:15 2011 +0900

    Followed the NArray package name change from libnarray-ruby to ruby-narray.

diff --git a/debian/changelog b/debian/changelog
index bb68882..9da5014 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libgsl-ruby (1.14.3-2) unstable; urgency=low
   * debian/control:
     - Moved Debian repository from svn to git.
     - Bumped up Standards-Version to 3.9.2.
+    - Followed the NArray package name change from libnarray-ruby to ruby-narray.
   * debian/rb_gsl_config.h: Copied from the upstrea source to restore
     completely. (Closes: #628264)
   * Added patches to work around build failure:
diff --git a/debian/control b/debian/control
index 5772078..d3816ed 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Daigo Moriwaki <daigo at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Deepak Tripathi <apenguinlinux at gmail.com>
-Build-Depends: debhelper (>= 7.0.0), ruby1.9.1, ruby1.9.1-dev, ruby1.8, ruby1.8-dev, rdoc, graphviz, cdbs, quilt, ruby-pkg-tools (>= 0.17), libgsl0-dev (>= 1.14), plotutils, libnarray-ruby1.8, libnarray-ruby1.9.1
+Build-Depends: debhelper (>= 7.0.0), ruby1.9.1, ruby1.9.1-dev, ruby1.8, ruby1.8-dev, rdoc, graphviz, cdbs, quilt, ruby-pkg-tools (>= 0.17), libgsl0-dev (>= 1.14), plotutils, ruby-narray
 Vcs-Git: git://git.debian.org/git/pkg-ruby-extras/ruby-gsl.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-gsl.git;a=summary
 Standards-Version: 3.9.2
@@ -11,7 +11,7 @@ Homepage: http://rb-gsl.rubyforge.org/
 
 Package: libgsl-ruby1.8
 Architecture: any
-Depends: ruby1.8, plotutils, libnarray-ruby1.8, ${shlibs:Depends}, ${misc:Depends}
+Depends: ruby1.8, plotutils, ruby-narray, ${shlibs:Depends}, ${misc:Depends}
 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

-- 
ruby-gsl.git



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