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

Daigo Moriwaki daigo at alioth.debian.org
Sun Oct 25 14:58:22 UTC 2009


Author: daigo
Date: 2009-10-25 14:58:22 +0000 (Sun, 25 Oct 2009)
New Revision: 4277

Added:
   trunk/libgsl-ruby/debian/patches/20091022-DashAsBinSh-1.10.3.patch
Modified:
   trunk/libgsl-ruby/debian/changelog
Log:
Added debian/patches/20091022-DashAsBinSh-1.10.3.patch:
Fixed "bashism in /bin/sh script" (Closes: #530117)

Modified: trunk/libgsl-ruby/debian/changelog
===================================================================
--- trunk/libgsl-ruby/debian/changelog	2009-10-22 22:42:17 UTC (rev 4276)
+++ trunk/libgsl-ruby/debian/changelog	2009-10-25 14:58:22 UTC (rev 4277)
@@ -1,3 +1,10 @@
+libgsl-ruby (1.10.3-3) unstable; urgency=low
+
+  * Added debian/patches/20091022-DashAsBinSh-1.10.3.patch:
+    Fixed "bashism in /bin/sh script" (Closes: #530117)
+
+ -- Daigo Moriwaki <daigo at debian.org>  Fri, 23 Oct 2009 20:18:32 +0900
+
 libgsl-ruby (1.10.3-2) unstable; urgency=low
 
   [ Daigo Moriwaki ]

Added: trunk/libgsl-ruby/debian/patches/20091022-DashAsBinSh-1.10.3.patch
===================================================================
--- trunk/libgsl-ruby/debian/patches/20091022-DashAsBinSh-1.10.3.patch	                        (rev 0)
+++ trunk/libgsl-ruby/debian/patches/20091022-DashAsBinSh-1.10.3.patch	2009-10-25 14:58:22 UTC (rev 4277)
@@ -0,0 +1,8 @@
+--- 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




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