Release new version 0.6.1
[grml-tips.git] / debian / rules
index 60efac7..5d8aaba 100755 (executable)
 #export DH_VERBOSE=1
 
 build:
-       echo "nothing to be done"
+        pod2man grml-tips > grml-tips.1
 
 clean:
        dh_testdir
        dh_testroot
        dh_clean 
+       rm -f grml-tips.1
 
 install:
        dh_testdir
@@ -26,12 +27,12 @@ install:
        install -m 755 grml-tips debian/grml-tips/usr/bin/grml-tips
        install -m 644 grml_tips debian/grml-tips/usr/share/grml-tips/grml_tips
 
-# Build architecture-independent files here.
-binary-indep: install
-# We have nothing to do by default.
-
 # Build architecture-dependent files here.
 binary-arch: install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: install
        dh_testdir
        dh_testroot
        dh_installchangelogs