[metview] 21/97: Fix shebang path on ksh script

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Sep 1 09:18:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository metview.

commit 11792b4ffe71832c73368ee6893786bb3065a20b
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun Feb 23 19:15:21 2014 +0000

    Fix shebang path on ksh script
---
 debian/patches/fix-paths.patch | 15 +++++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/fix-paths.patch b/debian/patches/fix-paths.patch
new file mode 100644
index 0000000..2b51b09
--- /dev/null
+++ b/debian/patches/fix-paths.patch
@@ -0,0 +1,15 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Fix patch of ksh on Debian systems.
+Forwarded: no
+Last-Updated: 2014-02-23
+
+Index: metview-4.4.3/scripts/mv_flextra_prep
+===================================================================
+--- metview-4.4.3.orig/scripts/mv_flextra_prep	2014-02-23 18:19:04.000000000 +0000
++++ metview-4.4.3/scripts/mv_flextra_prep	2014-02-23 18:52:39.823183306 +0000
+@@ -1,4 +1,4 @@
+-#!/usr/bin/ksh
++#!/bin/ksh
+ 
+ # **************************** LICENSE START ***********************************
+ #
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..15b9b3c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-paths.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/metview.git



More information about the debian-science-commits mailing list