[Pkg-running-devel] [pytrainer] 02/03: Allow wrapper to pass arguments to pytrainer binary Closes: #796451

Christian Perrier bubulle at moszumanska.debian.org
Thu Sep 3 06:48:09 UTC 2015


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

bubulle pushed a commit to branch master
in repository pytrainer.

commit 87a43c67adda5e0c0272376aa6292b243d23ea81
Author: Christian Perrier <bubulle at debian.org>
Date:   Thu Sep 3 08:06:17 2015 +0200

    Allow wrapper to pass arguments to pytrainer binary Closes: #796451
---
 debian/changelog       | 2 ++
 debian/mozpytrainer.sh | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 86cbf5d..25ac1bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ pytrainer (1.10.1-5) UNRELEASED; urgency=medium
 
   * Drop Debian menu entry, as the coexistence if it with ;desktop
     entries is now discouraged
+  * Allow wrapper to pass arguments to pytrainer binary
+    Closes: #796451
 
  -- Christian Perrier <bubulle at debian.org>  Thu, 03 Sep 2015 07:46:31 +0200
 
diff --git a/debian/mozpytrainer.sh b/debian/mozpytrainer.sh
index 9c8c7d2..a6fce22 100644
--- a/debian/mozpytrainer.sh
+++ b/debian/mozpytrainer.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-LD_LIBRARY_PATH=/usr/lib/firefox MOZILLA_FIVE_HOME=/usr/lib/firefox python /usr/bin/pytr
+LD_LIBRARY_PATH=/usr/lib/firefox MOZILLA_FIVE_HOME=/usr/lib/firefox python /usr/bin/pytr "$@"

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



More information about the Pkg-running-devel mailing list