[metview] 49/97: Enh: fix script patch to include new file
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Sep 1 09:18:47 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 8a8655fccd8edf0fac281c31d617cdbe69621f17
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Fri Jun 20 11:34:56 2014 +0100
Enh: fix script patch to include new file
---
debian/control | 2 +-
debian/patches/fix-scripts.patch | 16 ++++++++++++++++
debian/rules | 2 ++
3 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 110f16c..903a8bf 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Homepage: https://software.ecmwf.int/wiki/display/METV/Home
Package: metview
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ksh | mksh | pdksh | zsh,
- x11-utils, metview-data
+ x11-utils, metview-data, ${python:Depends}
Recommends: magics++
Description: Interactive data visualization and analysis environment,
Metview has been designed as a flexible, modular and extendible system
diff --git a/debian/patches/fix-scripts.patch b/debian/patches/fix-scripts.patch
index 0407cd1..8d1bfbb 100644
--- a/debian/patches/fix-scripts.patch
+++ b/debian/patches/fix-scripts.patch
@@ -50,3 +50,19 @@ Index: metview-4.4.7+dfsg.1/scripts/mv_scm_vis.mv
# Metview Macro
# **************************** LICENSE START ***********************************
+Index: metview-4.4.7+dfsg.1/scripts/mv_vapor_prep.mv
+===================================================================
+--- metview-4.4.7+dfsg.1.orig/scripts/mv_vapor_prep.mv
++++ metview-4.4.7+dfsg.1/scripts/mv_vapor_prep.mv
+@@ -1,3 +1,4 @@
++#!/usr/bin/magml
+ # Metview Macro
+
+ # **************************** LICENSE START ***********************************
+@@ -930,4 +931,4 @@ function listToString(lst)
+
+ return s
+
+-end listToString
+\ No newline at end of file
++end listToString
diff --git a/debian/rules b/debian/rules
index c704a57..62a6735 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,4 +59,6 @@ override_dh_fixperms:
chmod -x debian/metview/usr/lib/metview/metview_*.common
chmod -x debian/metview/usr/lib/metview/metview_stat
chmod -x debian/metview/usr/lib/metview/metview_patches
+ chmod -x debian/metview/usr/lib/metview/*txt
+ chmod -x debian/metview/usr/lib/metview/*.xml
find debian/metview-data/usr/share/metview -type d -exec chmod 755 {} \;
--
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