[med-svn] r12462 - in trunk/packages/gnumed-client/trunk/debian: . patches

Andreas Tille tille at alioth.debian.org
Tue Oct 23 09:49:45 UTC 2012


Author: tille
Date: 2012-10-23 09:49:45 +0000 (Tue, 23 Oct 2012)
New Revision: 12462

Added:
   trunk/packages/gnumed-client/trunk/debian/patches/10_fix_bashism.patch
Modified:
   trunk/packages/gnumed-client/trunk/debian/changelog
   trunk/packages/gnumed-client/trunk/debian/patches/series
Log:
Fix bashism and upload to experimental


Modified: trunk/packages/gnumed-client/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/changelog	2012-10-23 09:34:51 UTC (rev 12461)
+++ trunk/packages/gnumed-client/trunk/debian/changelog	2012-10-23 09:49:45 UTC (rev 12462)
@@ -1,4 +1,4 @@
-gnumed-client (1.2.5+dfsg-1) UNRELEASED; urgency=low
+gnumed-client (1.2.5+dfsg-1) experimental; urgency=low
 
   * New upstream version
   * Suggests: wakeonlan | etherwake | gwakeonlan, nvram-wakeup
@@ -15,8 +15,11 @@
     files which are removed now - rather use dh_links instead
   * debian/watch: mangle version with '+dfsg' suffix
   * debian/control: Standards-Version: 3.9.4 (no changes needed)
+  * debian/patches/10_fix_bashism.patch: Fix Bashism by simply declaring bash as
+    interpreter
+    Closes: #690715
 
- -- Andreas Tille <tille at debian.org>  Mon, 20 Aug 2012 13:03:42 +0200
+ -- Andreas Tille <tille at debian.org>  Tue, 23 Oct 2012 11:41:07 +0200
 
 gnumed-client (1.2.3-1) experimental; urgency=low
 

Added: trunk/packages/gnumed-client/trunk/debian/patches/10_fix_bashism.patch
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/patches/10_fix_bashism.patch	                        (rev 0)
+++ trunk/packages/gnumed-client/trunk/debian/patches/10_fix_bashism.patch	2012-10-23 09:49:45 UTC (rev 12462)
@@ -0,0 +1,12 @@
+Author: Andreas Tille <tille at debian.org>
+Bug-Debian: http://bugs.debian.org/690715
+Description: Fix Bashism by simply declaring bash as interpreter
+
+--- a/external-tools/gm-install_arriba
++++ b/external-tools/gm-install_arriba
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ # ===========================================================
+ # Fetch and install ARRIBA.

Modified: trunk/packages/gnumed-client/trunk/debian/patches/series
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/patches/series	2012-10-23 09:34:51 UTC (rev 12461)
+++ trunk/packages/gnumed-client/trunk/debian/patches/series	2012-10-23 09:49:45 UTC (rev 12462)
@@ -1 +1,2 @@
+10_fix_bashism.patch
 10_pythonpath_in_shellscript.patch




More information about the debian-med-commit mailing list