Release new version 0.7.3
[grml-tips.git] / debian / rules
index 60efac7..4977f71 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:
+install: build
        dh_testdir
        dh_testroot
-       dh_clean -k 
-       dh_installdirs usr/bin usr/share/grml-tips
+       dh_prep
+       dh_installdirs usr/bin usr/share/grml-tips usr/lib/grml-tips
 
        install -m 755 grml-tips debian/grml-tips/usr/bin/grml-tips
+       install -m 755 grml-tips-tags debian/grml-tips/usr/lib/grml-tips/grml-tips-tags
        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