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

Daigo Moriwaki daigo at alioth.debian.org
Wed Oct 21 23:11:54 UTC 2009


Author: daigo
Date: 2009-10-21 23:11:53 +0000 (Wed, 21 Oct 2009)
New Revision: 4275

Modified:
   trunk/libgsl-ruby/debian/changelog
   trunk/libgsl-ruby/debian/control
   trunk/libgsl-ruby/debian/copyright
Log:
* Applied a patch from Daniel Moerner
  + debian/control:
    - Bumped up Standards-Version to 3.8.3.
    - Added misc:Depends correctly.
  + debian/copyright:
    - Added years of the copyright holder.
    - Updated a pointer to the LGPL file.
* debian/patches/20091021-GSL_CONST_CGSM_GAUSS-removed-from-upstream-
  libgsl-1.3.patch:
  + Thanks to Daniel Moerner
  + Fixed a FTBFS error. (Closes: #549435)

Modified: trunk/libgsl-ruby/debian/changelog
===================================================================
--- trunk/libgsl-ruby/debian/changelog	2009-10-20 20:23:12 UTC (rev 4274)
+++ trunk/libgsl-ruby/debian/changelog	2009-10-21 23:11:53 UTC (rev 4275)
@@ -1,12 +1,22 @@
-libgsl-ruby (1.10.3-2) UNRELEASED; urgency=low
+libgsl-ruby (1.10.3-2) unstable; urgency=low
 
   [ Daigo Moriwaki ]
-  * NOT RELEASED YET
+  * Applied a patch from Daniel Moerner
+    + debian/control:
+      - Bumped up Standards-Version to 3.8.3.
+      - Added misc:Depends correctly.
+    + debian/copyright:
+      - Added years of the copyright holder.
+      - Updated a pointer to the LGPL file.
+  * debian/patches/20091021-GSL_CONST_CGSM_GAUSS-removed-from-upstream-
+    libgsl-1.3.patch:
+    + Thanks to Daniel Moerner
+    + Fixed a FTBFS error. (Closes: #549435)
 
   [ Gunnar Wolf ]
   * Changed section to Ruby as per ftp-masters' request
 
- -- Gunnar Wolf <gwolf at debian.org>  Tue, 21 Apr 2009 15:54:12 -0500
+ -- Daigo Moriwaki <daigo at debian.org>  Wed, 21 Oct 2009 17:39:42 +0900
 
 libgsl-ruby (1.10.3-1) unstable; urgency=low
 

Modified: trunk/libgsl-ruby/debian/control
===================================================================
--- trunk/libgsl-ruby/debian/control	2009-10-20 20:23:12 UTC (rev 4274)
+++ trunk/libgsl-ruby/debian/control	2009-10-21 23:11:53 UTC (rev 4275)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>> 5), ruby1.8, ruby1.8-dev, rdoc, graphviz, cdbs, ruby-pkg-tools (>= 0.9), libgsl0-dev (>= 1.10), plotutils, libnarray-ruby1.8
 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.7.2
+Standards-Version: 3.8.3
 Homepage: http://rb-gsl.rubyforge.org/
 
 Package: libgsl-ruby1.8
@@ -20,7 +20,7 @@
 
 Package: libgsl-ruby
 Architecture: all
-Depends: libgsl-ruby1.8 (>= ${source:Version})
+Depends: libgsl-ruby1.8 (>= ${source:Version}), ${misc:Depends}
 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
@@ -32,7 +32,7 @@
 
 Package: libgsl-ruby-doc
 Section: doc
-Depends: libgsl-ruby (>= ${source:Version})
+Depends: libgsl-ruby (>= ${source:Version}), ${misc:Depends}
 Architecture: all
 Description: Documentation for Ruby/GSL (libgsl-ruby)
  This package provides documentation, example scripts and unit tests for

Modified: trunk/libgsl-ruby/debian/copyright
===================================================================
--- trunk/libgsl-ruby/debian/copyright	2009-10-20 20:23:12 UTC (rev 4274)
+++ trunk/libgsl-ruby/debian/copyright	2009-10-21 23:11:53 UTC (rev 4275)
@@ -3,7 +3,7 @@
 
 It was downloaded from http://rubyforge.org/frs/?group_id=285
 
-Copyright Holder: Yoshiki Tsunesada <ytsunesada at yahoo.co.jp>
+Copyright 2001-2006 Yoshiki Tsunesada <ytsunesada at yahoo.co.jp>
 
 License:
 
@@ -12,8 +12,8 @@
 file is GPL v2.
 
 On Debian systems, the complete text of the GNU General Public
-License can be found in the file `/usr/share/common-licenses/GPL'.
+License can be found in the file `/usr/share/common-licenses/GPL-2'.
 
 The setup.rb file included in the package's source is released under the GNU
 LGPL. On Debian systems, the complete text of the GNU Lesser General Public
-can be found in `/usr/share/common-licenses/LGPL'.
+can be found in `/usr/share/common-licenses/LGPL-2.1'.




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