X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=5d8aaba9dad15e1c1aade6964245f0ad79b8ebcc;hb=376af346a589539af6f529756209b080d8094f49;hp=60efac704c96b5104d5d4d99a71ece9185a5e210;hpb=6b52a993e2953e0ae77ec2f85d7234695ec16225;p=grml-tips.git diff --git a/debian/rules b/debian/rules index 60efac7..5d8aaba 100755 --- a/debian/rules +++ b/debian/rules @@ -10,12 +10,13 @@ #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