debian: run wrap-and-sort -tasb
[grml-desktop.git] / debian / rules
index d0f048c..80478e0 100755 (executable)
@@ -9,7 +9,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp:
        dh_testdir
@@ -24,7 +26,7 @@ clean:
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k 
+       dh_prep
        dh_installdirs etc/skel
 
        cp -a etc/skel debian/grml-desktop/etc/
@@ -37,7 +39,7 @@ binary-arch: build install
 binary-indep: build install
        dh_testdir
        dh_testroot
-       dh_installchangelogs 
+       dh_installchangelogs
        dh_installdocs
        dh_installexamples
        dh_installman
@@ -50,6 +52,7 @@ binary-indep: 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