X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fdh-make-gosa;h=9663cfd475dbc969e7a37da536fef648659e6a60;hb=14cdb0599b74269e8c3fca13c7139f4964b4bcf8;hp=5dddf8e44331a24f241addd929155573e1a43fa8;hpb=1e5dc502755470b1ed9a1209e5f7cb3a8afa803b;p=gosa.git diff --git a/gosa-core/dh-make-gosa b/gosa-core/dh-make-gosa index 5dddf8e44..9663cfd47 100755 --- a/gosa-core/dh-make-gosa +++ b/gosa-core/dh-make-gosa @@ -216,13 +216,16 @@ if [ -d html ]; then fi # Fix copyright +sed -i '/^### OR ###/,/^########/d' debian/copyright sed -i '/^#/d;/^.*likewise for another author.*$/d' debian/copyright year=$(date +%Y) -sed -i "s/.Copyright (C) YYYY Name OfAuthor./Copyright (C) $year $PL_AUTHOR/g" debian/copyright +sed -i "s/.Copyright (C) YYYY Name OfAuthor./Copyright \(C) $year $PL_AUTHOR/g" debian/copyright +sed -i "s//Copyright \(C) $year $PL_AUTHOR/g" debian/copyright sed -i "s/.url:\/\/example.com./http:\/\/www.gosa-project.org/g" debian/copyright sed -i "/.put author's name and email here.\ /d" debian/copyright sed -i '/^Upstream/,/^$/d' debian/copyright +sed -i 's/ C)/ (C)/g' debian/copyright # Adapt control sed -i "s#^Section: unknown#Section: $SECTION#g" debian/control @@ -354,6 +357,8 @@ binary-indep: build install dh_builddeb binary: binary-indep + +binary-arch: .PHONY: build clean binary-indep binary install configure EOF