[med-svn] r4793 - in trunk/packages/gnumed-client/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Tue May 11 07:08:31 UTC 2010
Author: tille
Date: 2010-05-11 07:08:23 +0000 (Tue, 11 May 2010)
New Revision: 4793
Added:
trunk/packages/gnumed-client/trunk/debian/patches/20_bashism.patch
Modified:
trunk/packages/gnumed-client/trunk/debian/changelog
trunk/packages/gnumed-client/trunk/debian/patches/series
Log:
Fix bashism (#581106)
Modified: trunk/packages/gnumed-client/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/changelog 2010-05-10 17:16:39 UTC (rev 4792)
+++ trunk/packages/gnumed-client/trunk/debian/changelog 2010-05-11 07:08:23 UTC (rev 4793)
@@ -1,3 +1,10 @@
+gnumed-client (0.7.2-2) unstable; urgency=low
+
+ * debian/patches/20_bashism.patch: Fix bashism
+ Closes: #581106
+
+ -- Andreas Tille <tille at debian.org> Tue, 11 May 2010 09:06:42 +0200
+
gnumed-client (0.7.2-1) unstable; urgency=low
* New upstream version
Added: trunk/packages/gnumed-client/trunk/debian/patches/20_bashism.patch
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/patches/20_bashism.patch (rev 0)
+++ trunk/packages/gnumed-client/trunk/debian/patches/20_bashism.patch 2010-05-11 07:08:23 UTC (rev 4793)
@@ -0,0 +1,13 @@
+--- gnumed-client.0.7.2.orig/external-tools/gm-install_arriba
++++ gnumed-client.0.7.2/external-tools/gm-install_arriba
+@@ -41,8 +41,8 @@
+
+ # remove old jars ?
+ echo ""
+-read -e -p "Alte ARRIBA-Versionen entfernen ? [j/N]: "
+-if test "${REPLY}" == "j" ; then
++read REPLY -p "Alte ARRIBA-Versionen entfernen ? [j/N]: "
++if test "${REPLY}" = "j" ; then
+
+ OLD_JARS="/usr/bin/arriba* /usr/local/bin/arriba-2.0.3.jar"
+
Modified: trunk/packages/gnumed-client/trunk/debian/patches/series
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/patches/series 2010-05-10 17:16:39 UTC (rev 4792)
+++ trunk/packages/gnumed-client/trunk/debian/patches/series 2010-05-11 07:08:23 UTC (rev 4793)
@@ -1 +1,2 @@
10_pythonpath_in_shellscript.patch
+20_bashism.patch
More information about the debian-med-commit
mailing list