X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=80478e0ba6b8b7d3c4ee46fa554110f91b3e010d;hb=a01fc65c92e1d4c738d2bc61ae73e98d00feef59;hp=5322ec90ea5b6420289f690076ae03600a9bc098;hpb=8fdcc07286681e9971fd72d3a44b980d2f2f444b;p=grml-desktop.git diff --git a/debian/rules b/debian/rules index 5322ec9..80478e0 100755 --- a/debian/rules +++ b/debian/rules @@ -9,13 +9,11 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -configure-stamp: - dh_testdir - touch configure-stamp - -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp -build-stamp: configure-stamp +build-stamp: dh_testdir touch $@ @@ -28,30 +26,33 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs etc/skel - cp -a etc/skel debian/grml-desktop/ - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. + cp -a etc/skel debian/grml-desktop/etc/ # Build architecture-dependent files here. binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install dh_testdir dh_testroot - dh_installchangelogs + dh_installchangelogs dh_installdocs dh_installexamples dh_installman dh_link dh_strip dh_compress + mkdir -p debian/grml-desktop/usr/share/lintian/overrides/ + cp -av debian/overrides debian/grml-desktop/usr/share/lintian/overrides/grml-desktop dh_fixperms dh_installdeb find debian/grml-desktop/etc -type f ! -name \*.xpm ! -name \*.png -print | \ sed -e 's#^debian/grml-desktop##g' > debian/grml-desktop/DEBIAN/conffiles + chmod 0755 debian/grml-desktop/etc/skel/.config/rox.sourceforge.net/MIME-types/image dh_shlibdeps dh_gencontrol dh_md5sums