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

daigo at alioth.debian.org daigo at alioth.debian.org
Sun Sep 2 02:35:08 UTC 2007


Author: daigo
Date: 2007-09-02 02:35:07 +0000 (Sun, 02 Sep 2007)
New Revision: 1877

Modified:
   packages/libgsl-ruby/trunk/debian/changelog
   packages/libgsl-ruby/trunk/debian/control
Log:
* debian/control: use shlibs instead of hardconding the dependencies.

Modified: packages/libgsl-ruby/trunk/debian/changelog
===================================================================
--- packages/libgsl-ruby/trunk/debian/changelog	2007-08-30 03:20:33 UTC (rev 1876)
+++ packages/libgsl-ruby/trunk/debian/changelog	2007-09-02 02:35:07 UTC (rev 1877)
@@ -1,8 +1,8 @@
-libgsl-ruby (1.9.0-4) UNRELEASED; urgency=low
+libgsl-ruby (1.9.0-4) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * debian/control: use shlibs instead of hardconding the dependencies.
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Mon, 27 Aug 2007 21:33:37 +0200
+ -- Daigo Moriwaki <daigo at debian.org>  Sun, 02 Sep 2007 11:32:30 +0900
 
 libgsl-ruby (1.9.0-3) unstable; urgency=low
 

Modified: packages/libgsl-ruby/trunk/debian/control
===================================================================
--- packages/libgsl-ruby/trunk/debian/control	2007-08-30 03:20:33 UTC (rev 1876)
+++ packages/libgsl-ruby/trunk/debian/control	2007-09-02 02:35:07 UTC (rev 1877)
@@ -3,12 +3,12 @@
 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: debhelper (>> 5), ruby1.8, ruby1.8-dev, rdoc, graphviz, cdbs, ruby-pkg-tools (>= 0.9), libgsl0-dev (>= 1.7), plotutils, libnarray-ruby1.8
+Build-Depends: debhelper (>> 5), ruby1.8, ruby1.8-dev, rdoc, graphviz, cdbs, ruby-pkg-tools (>= 0.9), libgsl0-dev (>= 1.9-5), plotutils, libnarray-ruby1.8
 Standards-Version: 3.7.2
 
 Package: libgsl-ruby1.8
 Architecture: any
-Depends: ruby1.8, libgsl0ldbl (>= 1.7), plotutils, libnarray-ruby1.8
+Depends: ruby1.8, plotutils, libnarray-ruby1.8, ${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
@@ -20,7 +20,6 @@
 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




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