[grass] 19/20: Add patch to remove the sheband from animate.tcl which is source instead of executed.

Bas Couwenberg sebastic at xs4all.nl
Wed Sep 3 22:27:17 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository grass.

commit a9866f307b6c560c87750f01c2782968cf4c2294
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Sep 3 23:49:12 2014 +0200

    Add patch to remove the sheband from animate.tcl which is source instead of executed.
---
 debian/changelog                  |  2 ++
 debian/patches/animate-wish.patch | 12 ++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 72b9379..b498d4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,8 @@ grass (6.4.4-1) UNRELEASED; urgency=medium
   * Add wxpy3.0-compat.patch for wxPython 3.0 support, adapt for 6.4.4.
     Thanks to Olly Betts for the patch.
     (closes: #757308)
+  * Add patch to remove the sheband from animate.tcl which is source instead
+    of executed.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sat, 23 Aug 2014 17:37:14 +0200
 
diff --git a/debian/patches/animate-wish.patch b/debian/patches/animate-wish.patch
new file mode 100644
index 0000000..14a651e
--- /dev/null
+++ b/debian/patches/animate-wish.patch
@@ -0,0 +1,12 @@
+Description: Remove shebang, tcl file is sourced not executed.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+
+--- a/gui/tcltk/gis.m/animate.tcl
++++ b/gui/tcltk/gis.m/animate.tcl
+@@ -1,6 +1,3 @@
+-#!/bin/sh
+-# the next line restarts using wish \
+-# exec $GRASS_WISH "$0" "$@"
+ ##########################################################################
+ #
+ # animate.tcl
diff --git a/debian/patches/series b/debian/patches/series
index fdce13e..0809401 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ instdir
 check4dev
 help_about_names
 wxpy3.0-compat.patch
+animate-wish.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git



More information about the Pkg-grass-devel mailing list