This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository emboss.
commit a73e99dc424bdf48ab0f297d3691498dd1fd7cfc Author: Andreas Tille <[email protected]> Date: Mon Sep 9 16:05:57 2013 +0200 runJemboss.sh is now POSIX shell instead of csh --- debian/changelog | 2 ++ debian/jemboss.desktop | 2 +- debian/jemboss.menu | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d43a647..e674548 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ emboss (6.6.0-1) UNRELEASED; urgency=low - Standards-Version: 3.9.4 (no changes needed) * debian/rules: - Remove some remainings from CVS from emboss-test package + * debian/{jemboss.desktop,jemboss.menu}: + - runJemboss.sh is now POSIX shell instead of csh -- Andreas Tille <[email protected]> Mon, 09 Sep 2013 14:48:22 +0200 diff --git a/debian/jemboss.desktop b/debian/jemboss.desktop index 702ba16..d6facc6 100644 --- a/debian/jemboss.desktop +++ b/debian/jemboss.desktop @@ -2,7 +2,7 @@ Version=1.0 Terminal=false Icon=jemboss -Exec=runJemboss.csh +Exec=runJemboss.sh Name=Jemboss GenericName=GUI for EMBOSS Comment=Graphical user interface for the European Molecular Biology Open Software Suite. diff --git a/debian/jemboss.menu b/debian/jemboss.menu index 8b0fa78..affb411 100644 --- a/debian/jemboss.menu +++ b/debian/jemboss.menu @@ -1,4 +1,4 @@ ?package(jemboss):needs="X11" section="Applications/Science/Biology" \ title="Jemboss" \ description="Graphical user interface for the European Molecular Biology Open Software Suite." \ - command="runJemboss.csh" + command="runJemboss.sh" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/emboss.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
