[DRE-commits] r5325 - trunk/libgsl-ruby/debian

Daigo Moriwaki daigo at alioth.debian.org
Sat May 15 10:32:39 UTC 2010


Author: daigo
Date: 2010-05-15 10:32:37 +0000 (Sat, 15 May 2010)
New Revision: 5325

Modified:
   trunk/libgsl-ruby/debian/changelog
   trunk/libgsl-ruby/debian/control
   trunk/libgsl-ruby/debian/rules
Log:
debian/control: Provides -dbg packages.

Modified: trunk/libgsl-ruby/debian/changelog
===================================================================
--- trunk/libgsl-ruby/debian/changelog	2010-05-14 10:22:13 UTC (rev 5324)
+++ trunk/libgsl-ruby/debian/changelog	2010-05-15 10:32:37 UTC (rev 5325)
@@ -1,5 +1,6 @@
 libgsl-ruby (1.14.3-1) unstable; urgency=low
 
+  [ Deepak Tripathi ]
   * New upstream release
   * Switch to dpkg-source 3.0 (quilt) format
       + added debian/source
@@ -16,8 +17,11 @@
   * debian/copyright
       + updated copyright file.
       
- -- Deepak Tripathi <apenguinlinux at gmail.com>  Thu, 13 May 2010 23:51:57 -0400
+  [ Daigo Moriwaki ]
+  * debian/control: Provides -dbg packages.
 
+ -- Daigo Moriwaki <daigo at debian.org>  Sat, 15 May 2010 19:25:22 +0900
+
 libgsl-ruby (1.10.3-3) unstable; urgency=low
 
   * Added debian/patches/20091022-DashAsBinSh-1.10.3.patch:

Modified: trunk/libgsl-ruby/debian/control
===================================================================
--- trunk/libgsl-ruby/debian/control	2010-05-14 10:22:13 UTC (rev 5324)
+++ trunk/libgsl-ruby/debian/control	2010-05-15 10:32:37 UTC (rev 5325)
@@ -3,7 +3,7 @@
 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 (>> 5), ruby1.9.1, ruby1.9.1-dev, ruby1.8, ruby1.8-dev, rdoc, graphviz, cdbs, ruby-pkg-tools (>= 0.9), libgsl0-dev (>= 1.10), 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, libnarray-ruby1.8, libnarray-ruby1.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libgsl-ruby/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libgsl-ruby/
 Standards-Version: 3.8.4
@@ -18,6 +18,20 @@
  routines for numerical computing. Ruby/GSL is an interface to the GNU
  Scientific Library for the Ruby programming language.
 
+Package: libgsl-ruby1.8-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libgsl-ruby1.8 (= ${binary:Version}), ${misc:Depends}
+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.
+ .
+ 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: libgsl-ruby
 Architecture: all
 Depends: libgsl-ruby1.8 (>= ${source:Version}), ${misc:Depends}
@@ -53,3 +67,20 @@
  Scientific Library for the Ruby programming language.
  . 
  This is for ruby 1.9.1
+
+Package: libgsl-ruby1.9.1-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libgsl-ruby1.9.1 (= ${binary:Version}), ${misc:Depends}
+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.
+ . 
+ This is 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/libgsl-ruby/debian/rules
===================================================================
--- trunk/libgsl-ruby/debian/rules	2010-05-14 10:22:13 UTC (rev 5324)
+++ trunk/libgsl-ruby/debian/rules	2010-05-15 10:32:37 UTC (rev 5325)
@@ -1,7 +1,14 @@
 #!/usr/bin/make -f
 
+ruby_ver1.8 = 1.8
+ruby_ver1.9.1 = 1.9.1
+
+DEB_DBG_PACKAGE_libgsl-ruby$(ruby_ver1.8) = libgsl-ruby$(ruby_ver1.8)-dbg
+DEB_DBG_PACKAGE_libgsl-ruby$(ruby_ver1.9.1) = libgsl-ruby$(ruby_ver1.9.1)-dbg
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_RUBY_CONFIG_ARGS += --siterubyverarch=$(DEB_RUBY_ARCHDIR)
 




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