X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fdebian%2Frules;h=cc4af94a7eac61149475206a80cbf1f2ff1f6f10;hb=590dc277f01b0eafd736783faab81810b006a838;hp=8b7bcb18f4a61195f458760bfc24d444dc342742;hpb=85e7a0b8599382b72270b39b483fcbe06fcedd2a;p=gosa.git diff --git a/gosa-core/debian/rules b/gosa-core/debian/rules index 8b7bcb18f..cc4af94a7 100755 --- a/gosa-core/debian/rules +++ b/gosa-core/debian/rules @@ -24,6 +24,7 @@ build: patch build-indep #* please stand by * #************************************************* + build-indep: build-indep-stamp build-indep-stamp: configure-stamp touch $@ @@ -57,10 +58,14 @@ binary-common: dh_installexamples dh_installmenu dh_installdebconf - dh_installman -pgosa-desktop contrib/gosa.1 - dh_installman -pgosa contrib/gosa.conf.5 + dh_installman + rm -rf debian/gosa/usr/share/gosa/include/smarty dh_strip - dh_compress -Xgosa.conf + dh_desktop + dh_compress + # This is an ugly workaround to preserve gosa.conf from beeing compressed. Excluding it + # above does not work, because the manual page will match the expression, too. + gzip -d debian/gosa/usr/share/doc/gosa/gosa.conf.gz dh_fixperms dh_installdeb dh_gencontrol @@ -76,4 +81,6 @@ binary-indep: build-indep install-indep $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common binary: binary-indep + +binary-arch: .PHONY: build clean binary-indep binary install install-indep configure