[grass] 01/06: Add template for x-grass7.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Apr 10 00:42:52 UTC 2016


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

sebastic pushed a commit to branch master
in repository grass.

commit e5f62ec7ee1008b7d397ff88964d150788dc0ee7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Apr 9 20:21:14 2016 +0200

    Add template for x-grass7.
---
 debian/changelog                 | 6 ++++++
 debian/x-grass7                  | 2 +-
 debian/{x-grass7 => x-grass7.in} | 6 +++---
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4946787..be18549 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+grass (7.0.3-4) UNRELEASED; urgency=medium
+
+  * Add template for x-grass7.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 09 Apr 2016 20:20:29 +0200
+
 grass (7.0.3-3) unstable; urgency=medium
 
   * Update dh_python2 override to call dh_numpy too.
diff --git a/debian/x-grass7 b/debian/x-grass7
index 4b91c03..c5d59d0 100755
--- a/debian/x-grass7
+++ b/debian/x-grass7
@@ -7,7 +7,7 @@ if [ -n "$DISPLAY" ]; then
 	if [ -n "$(tty)" ]; then
 		exec /usr/bin/grass70 "$@"
 	else
-		exec x-terminal-emulator -e /bin/sh -c "/usr/bin/grass70 $@" 
+		exec x-terminal-emulator -e /bin/sh -c "/usr/bin/grass70 $@"
 	fi
 else
 	if [ -n "$(tty)" ]; then
diff --git a/debian/x-grass7 b/debian/x-grass7.in
similarity index 61%
copy from debian/x-grass7
copy to debian/x-grass7.in
index 4b91c03..929a7be 100755
--- a/debian/x-grass7
+++ b/debian/x-grass7.in
@@ -5,13 +5,13 @@
 
 if [ -n "$DISPLAY" ]; then
 	if [ -n "$(tty)" ]; then
-		exec /usr/bin/grass70 "$@"
+		exec /usr/bin/grass at VERSION@ "$@"
 	else
-		exec x-terminal-emulator -e /bin/sh -c "/usr/bin/grass70 $@" 
+		exec x-terminal-emulator -e /bin/sh -c "/usr/bin/grass at VERSION@ $@"
 	fi
 else
 	if [ -n "$(tty)" ]; then
-		exec /usr/bin/grass70 "$@"
+		exec /usr/bin/grass at VERSION@ "$@"
 	fi
 fi
 

-- 
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