X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=483e6cdfc282cfc6ef56ffa207ed9860bbe7313a;hb=5d20b1a4cb0829a5c7d51fbc18680d75203304b3;hp=3e757bd99c39ad037c3e14ad0b37695cddc24168;hpb=2e83e1d46d74f58cb396a025348b6989d3a3dea2;p=grml-desktop.git diff --git a/debian/rules b/debian/rules index 3e757bd..483e6cd 100755 --- a/debian/rules +++ b/debian/rules @@ -9,13 +9,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -configure-stamp: - dh_testdir - touch configure-stamp - build: build-stamp -build-stamp: configure-stamp +build-stamp: dh_testdir touch $@ @@ -33,15 +29,15 @@ install: build cp -a etc/skel debian/grml-desktop/etc/ -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - # 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 @@ -54,6 +50,7 @@ binary-arch: build install 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