[ncl] 04/12: Set ksh paths to /bin/ksh

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Sep 20 15:48:29 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository ncl.

commit f145349369393ff5bf75e0862fa23c9d38864951
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Jul 31 16:34:17 2017 +0100

    Set ksh paths to /bin/ksh
---
 debian/patches/ksh.patch | 25 +++++++++++++++++++++++++
 debian/patches/series    |  1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/ksh.patch b/debian/patches/ksh.patch
new file mode 100644
index 0000000..a8677a6
--- /dev/null
+++ b/debian/patches/ksh.patch
@@ -0,0 +1,25 @@
+Description: Fix interpreter paths for Debian
+Author: Alastair McKinstry <mckinstry at debian.org>
+Last-Updated: 2017-07-31
+Forwarded: no
+
+Index: ncl-6.4.0/ni/src/examples/nug/NUG_cdo_remap_bilinear_CMIP5_grid_to_1x1deg_grid.ksh
+===================================================================
+--- ncl-6.4.0.orig/ni/src/examples/nug/NUG_cdo_remap_bilinear_CMIP5_grid_to_1x1deg_grid.ksh
++++ ncl-6.4.0/ni/src/examples/nug/NUG_cdo_remap_bilinear_CMIP5_grid_to_1x1deg_grid.ksh
+@@ -1,4 +1,4 @@
+-#!/usr/bin/ksh
++#!/bin/ksh
+ #---------------------------------------------------------
+ #  NCL Doc Examples: NCL_cdo_remap_bilinear_CMIP5_grid_to_1x1deg_grid.ksh
+ #  Regrid CMIP5 grid to world grid 1x1 degrees - bilinear
+Index: ncl-6.4.0/ni/src/examples/nug/gmt2ncl_coltab.ksh
+===================================================================
+--- ncl-6.4.0.orig/ni/src/examples/nug/gmt2ncl_coltab.ksh
++++ ncl-6.4.0/ni/src/examples/nug/gmt2ncl_coltab.ksh
+@@ -1,4 +1,4 @@
+-#!/usr/bin/ksh
++#!/bin/ksh
+ #-----------------------------------------------------------------------
+ #-- KSH  - NCL Doc Example script:
+ #--
diff --git a/debian/patches/series b/debian/patches/series
index 7c1917c..bc21730 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -15,3 +15,4 @@ reproducible.patch
 remove-jasper.patch
 rm-iconv.patch
 fix-triple2grid.patch
+ksh.patch

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



More information about the debian-science-commits mailing list