Use mktemp consequently for tmp files
[grml-x.git] / debian / rules
index 901edc0..fc8db49 100755 (executable)
@@ -21,10 +21,10 @@ build-stamp:
 clean:
        dh_testdir
        dh_testroot
-       rm -f build-stamp html-stamp man-stamp grml-x.html grml-x.1 grml-x.xml
+       rm -f build-stamp html-stamp man-stamp
 
        # Add here commands to clean up after the build process.
-       -$(MAKE clean)
+       make clean
        dh_clean
 
 install: build
@@ -38,12 +38,12 @@ install: build
        cp -r etc/X11/ debian/grml-x/etc/
        cp -r etc/zsh/ debian/grml-x/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