[SCM] faust/master: prettify output for help2man

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed May 18 15:13:10 UTC 2016


The following commit has been merged in the master branch:
commit 0f12ed2aad77229fdf5ce902c5dc91b788885f57
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed May 18 16:25:24 2016 +0200

    prettify output for help2man

diff --git a/debian/faust-help2man b/debian/faust-help2man
index d0b6b9f..41f6c16 100755
--- a/debian/faust-help2man
+++ b/debian/faust-help2man
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-$(pwd)/debian/faust/usr/bin/faust "$@" | sed -e '/^--*$/d' -e 's|^-| -|'
+$(pwd)/compiler/faust "$@" | sed -e '/^--*$/d' -e 's|^-| -|' -e '1s|, \([^,]*\)| (\1)|'

-- 
faust packaging



More information about the pkg-multimedia-commits mailing list