X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fdh-make-gosa;h=33b8e9e531abfcc66353c12c3326485105850cf9;hb=b44428eb823cce2dfde905bfd42a49ec1cf47b89;hp=e1a826234eb0b2be34509d6b1c2f86f12bd5a688;hpb=5039c1ac0f8a45e479d413b0657c048bc249333f;p=gosa.git diff --git a/gosa-core/dh-make-gosa b/gosa-core/dh-make-gosa index e1a826234..33b8e9e53 100755 --- a/gosa-core/dh-make-gosa +++ b/gosa-core/dh-make-gosa @@ -48,6 +48,7 @@ load_dsc() { PL_NAME=$(sed -n 's/"//g;s/^name\s*=\s*\(.*\)$/\1/p' "$1") PL_VERSION=$(sed -n 's/"//g;s/^version\s*=\s*\(.*\)$/\1/p' "$1") TDEPENDS=$(sed -n 's/"//g;s/^depends\s*=\s*\(.*\)$/\1/p' "$1") + TDEPENDS=$(echo $TDEPENDS | tr , " ") for dep in $TDEPENDS; do PL_DEPENDS="gosa-plugin-$dep, $PL_DEPENDS" done @@ -357,6 +358,8 @@ binary-indep: build install dh_builddeb binary: binary-indep + +binary-arch: .PHONY: build clean binary-indep binary install configure EOF