X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Frules;h=e9aada242d0c6c7f0f67f1f7d4a54a7a7ac4734b;hp=97f84686287f050fdf18761c5370c6a1df3bfc0e;hb=2ea511ba73f203944e0866a9cb7fa3ea9fb58858;hpb=de3e0da56535cb814242d0590c7e4524788fbf0c diff --git a/debian/rules b/debian/rules index 97f8468..e9aada2 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,7 @@ build: build-stamp build-stamp: dh_testdir + (cd tests && ./run_tests.sh) make touch $@ @@ -21,12 +22,12 @@ clean: dh_testroot rm -f build-stamp make clean - dh_clean + dh_clean install: build dh_testdir dh_testroot - dh_clean -k + dh_clean -k dh_installdirs etc/debootstrap usr/sbin etc/debootstrap/extrapackages etc/zsh/completion.d \ usr/share/grml-debootstrap/functions @@ -48,7 +49,7 @@ binary-arch: build install binary-indep: build install dh_testdir dh_testroot - dh_installchangelogs + dh_installchangelogs dh_installdocs TODO THANKS dh_installman grml-debootstrap.8 dh_link