[med-svn] [gnumed-client] 05/06: Refresh patches
Andreas Tille
tille at debian.org
Mon Apr 25 22:43:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository gnumed-client.
commit 099f84d8efbf1302c541a7d4dab4aff2a6dafe96
Author: Andreas Tille <tille at debian.org>
Date: Tue Apr 26 00:31:45 2016 +0200
Refresh patches
---
debian/patches/10_fix_bashism.patch | 4 ++--
debian/patches/10_pythonpath_in_shellscript.patch | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/patches/10_fix_bashism.patch b/debian/patches/10_fix_bashism.patch
index 72961f0..2185d01 100644
--- a/debian/patches/10_fix_bashism.patch
+++ b/debian/patches/10_fix_bashism.patch
@@ -2,8 +2,8 @@ Author: Andreas Tille <tille at debian.org>
Bug-Debian: http://bugs.debian.org/690715
Description: Fix Bashism by simply declaring bash as interpreter
---- gnumed-client.1.4.11.orig/external-tools/gm-install_arriba
-+++ gnumed-client.1.4.11/external-tools/gm-install_arriba
+--- a/external-tools/gm-install_arriba
++++ b/external-tools/gm-install_arriba
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
diff --git a/debian/patches/10_pythonpath_in_shellscript.patch b/debian/patches/10_pythonpath_in_shellscript.patch
index 0455487..0bd97e2 100644
--- a/debian/patches/10_pythonpath_in_shellscript.patch
+++ b/debian/patches/10_pythonpath_in_shellscript.patch
@@ -2,9 +2,9 @@ Author: Andreas Tille <tille at debian.org>
LastChanged: Mon, 01 Jul 2013 14:09:23 +0200
Description: Adapt PYTHONPATH
---- gnumed-client.1.4.11.orig/client/gnumed
-+++ gnumed-client.1.4.11/client/gnumed
-@@ -38,13 +38,13 @@
+--- a/client/gnumed
++++ b/client/gnumed
+@@ -26,13 +26,13 @@ fi
# packages which install the GNUmed python modules into a path not
# already accessible for imports via sys.path (say, /usr/share/gnumed/)
# may need to adjust PYTHONPATH appropriately here
@@ -19,4 +19,4 @@ Description: Adapt PYTHONPATH
+export PATH="${PATH}:/usr/share/gnumed/bin"
- # now run the client
+ # source systemwide startup extension shell script if it exists
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gnumed-client.git
More information about the debian-med-commit
mailing list