[DRE-commits] r4276 - in trunk/libgsl-ruby/debian: . patches

Daigo Moriwaki daigo at alioth.debian.org
Thu Oct 22 22:42:17 UTC 2009


Author: daigo
Date: 2009-10-22 22:42:17 +0000 (Thu, 22 Oct 2009)
New Revision: 4276

Added:
   trunk/libgsl-ruby/debian/patches/20091021-GSL_CONST_CGSM_GAUSS-removed-from-upstream-libgsl-1.3.patch
Modified:
   trunk/libgsl-ruby/debian/changelog
Log:
Forgot to add a patch file

Modified: trunk/libgsl-ruby/debian/changelog
===================================================================
--- trunk/libgsl-ruby/debian/changelog	2009-10-21 23:11:53 UTC (rev 4275)
+++ trunk/libgsl-ruby/debian/changelog	2009-10-22 22:42:17 UTC (rev 4276)
@@ -16,7 +16,7 @@
   [ Gunnar Wolf ]
   * Changed section to Ruby as per ftp-masters' request
 
- -- Daigo Moriwaki <daigo at debian.org>  Wed, 21 Oct 2009 17:39:42 +0900
+ -- Daigo Moriwaki <daigo at debian.org>  Fri, 23 Oct 2009 07:41:43 +0900
 
 libgsl-ruby (1.10.3-1) unstable; urgency=low
 

Added: trunk/libgsl-ruby/debian/patches/20091021-GSL_CONST_CGSM_GAUSS-removed-from-upstream-libgsl-1.3.patch
===================================================================
--- trunk/libgsl-ruby/debian/patches/20091021-GSL_CONST_CGSM_GAUSS-removed-from-upstream-libgsl-1.3.patch	                        (rev 0)
+++ trunk/libgsl-ruby/debian/patches/20091021-GSL_CONST_CGSM_GAUSS-removed-from-upstream-libgsl-1.3.patch	2009-10-22 22:42:17 UTC (rev 4276)
@@ -0,0 +1,12 @@
+Index: libgsl-ruby-1.10.3/ext/const.c
+===================================================================
+--- libgsl-ruby-1.10.3.orig/ext/const.c	2009-10-21 00:21:36.378974556 -0700
++++ libgsl-ruby-1.10.3/ext/const.c	2009-10-21 00:21:46.348448822 -0700
+@@ -599,7 +599,6 @@
+ 		  rb_float_new(GSL_CONST_CGSM_ELECTRON_CHARGE));
+   rb_define_const(module, "ELECTRON_CHARGE_ESU",
+ 		  rb_float_new(GSL_CONST_CGSM_ELECTRON_CHARGE*GSL_CONST_CGSM_SPEED_OF_LIGHT));
+-  rb_define_const(module, "GAUSS", rb_float_new(GSL_CONST_CGSM_GAUSS));
+   rb_define_const(module, "STILB", rb_float_new(GSL_CONST_CGSM_STILB));
+   rb_define_const(module, "LUMEN", rb_float_new(GSL_CONST_CGSM_LUMEN));
+   rb_define_const(module, "LUX", rb_float_new(GSL_CONST_CGSM_LUX));




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