[SCM] qjackctl/master: Drop launcher script

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sun Jan 27 22:40:41 UTC 2013


The following commit has been merged in the master branch:
commit 6c383336bd084c7af00ba8a3b0115ca6c77faa92
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sun Jan 27 23:27:05 2013 +0100

    Drop launcher script

diff --git a/debian/launcher.sh b/debian/launcher.sh
deleted file mode 100755
index 6ec8799..0000000
--- a/debian/launcher.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-# laucher.sh - Disable PulseAudio before launching a JACKD based program
-# Copyright © 2011 Alessio Treglia <alessio at debian.org>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-
-PROGRAM="/usr/lib/qjackctl/qjackctl.real"
-PASUSPENDER="`whereis -b pasuspender | cut -d ':' -f 2 | tr -d ' '`"
-
-( [ -x "${PASUSPENDER}" ] && ${PASUSPENDER} -- ${PROGRAM} ${@} ) || ${PROGRAM} ${@}
-
-exit 0

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list