[DRE-commits] r5296 - trunk/libgsl-ruby/debian/patches

Deepak Tripathi deepak-guest at alioth.debian.org
Wed May 12 18:15:11 UTC 2010


Author: deepak-guest
Date: 2010-05-12 18:15:03 +0000 (Wed, 12 May 2010)
New Revision: 5296

Removed:
   trunk/libgsl-ruby/debian/patches/20091022-DashAsBinSh-1.10.3.patch
   trunk/libgsl-ruby/debian/patches/min.c.patch
Log:


Deleted: trunk/libgsl-ruby/debian/patches/20091022-DashAsBinSh-1.10.3.patch
===================================================================
--- trunk/libgsl-ruby/debian/patches/20091022-DashAsBinSh-1.10.3.patch	2010-05-12 18:12:17 UTC (rev 5295)
+++ trunk/libgsl-ruby/debian/patches/20091022-DashAsBinSh-1.10.3.patch	2010-05-12 18:15:03 UTC (rev 5296)
@@ -1,8 +0,0 @@
---- tests/run-test.sh.orig	2009-10-23 20:15:00.000000000 +0900
-+++ tests/run-test.sh	2009-10-23 20:16:28.000000000 +0900
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- 
- topdir=".."
- for f in `find . -name '*.rb'`; do

Deleted: trunk/libgsl-ruby/debian/patches/min.c.patch
===================================================================
--- trunk/libgsl-ruby/debian/patches/min.c.patch	2010-05-12 18:12:17 UTC (rev 5295)
+++ trunk/libgsl-ruby/debian/patches/min.c.patch	2010-05-12 18:15:03 UTC (rev 5296)
@@ -1,18 +0,0 @@
---- a/ext/min.c	2007-08-11 13:46:52.000000000 +0900
-+++ b/ext/min.c	2007-09-22 20:28:57.000000000 +0900
-@@ -123,6 +123,7 @@
-   return rb_float_new(gsl_min_fminimizer_x_upper(gmf));
- }
- 
-+#if 0
- #ifndef GSL_1_2_LATER
- static double gsl_min_fminimizer_x_minimum(const gsl_min_fminimizer * s)
- {  
-@@ -145,6 +146,7 @@
-   return s->f_upper;
- }
- #endif
-+#endif
- 
- static VALUE rb_gsl_min_fminimizer_x_minimum(VALUE obj)
- {




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