[SCM] ffado/master: Provide new command ffado-debug.

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Fri Oct 29 13:00:33 UTC 2010


The following commit has been merged in the master branch:
commit d4ecdf822eab384ceaa50591f0177de9883051a7
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Fri Oct 29 14:42:25 2010 +0200

    Provide new command ffado-debug.
    
    See the diff for its intended purpose.

diff --git a/debian/ffado-debug b/debian/ffado-debug
new file mode 100644
index 0000000..1a3e91b
--- /dev/null
+++ b/debian/ffado-debug
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+export LD_LIBRARY_PATH=/usr/lib/libffado2${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
+
+exec "$@"
diff --git a/debian/ffado-debug.1 b/debian/ffado-debug.1
new file mode 100644
index 0000000..f893170
--- /dev/null
+++ b/debian/ffado-debug.1
@@ -0,0 +1,14 @@
+.TH FFADO "29" "October 2010" "2.0.1"
+.SH NAME
+\fBffado-debug\fR \- Run FFADO in debug mode
+.SH SYNOPSYS
+\fBffado-debug command\fR
+.SH DESCRIPTION
+ffado-debug is a wrapper-script to make FFADO clients (e.g. jackd) use
+a debug-enabled version of the library. The script expect this library
+to reside in /usr/lib/libffado/ and prefixes LD_LIBRARY_PATH accordingly.
+.SH EXAMPLES
+ffado-debug jackd -d firewire -v5
+.SH AUTHOR
+Adrian Knoth <adi at drcomp.erfurt.thur.de>
+
diff --git a/debian/libffado2.manpages b/debian/libffado2.manpages
new file mode 100644
index 0000000..805c4e8
--- /dev/null
+++ b/debian/libffado2.manpages
@@ -0,0 +1 @@
+debian/ffado-debug.1

-- 
Free Firewire Audio Drivers (ffado.org) packaging



More information about the pkg-multimedia-commits mailing list