X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=effbf41e42fc81fd542a5acb5eea91f532603c4b;hp=991320cba1563cb0b5ac3315b5de6c1caaba3ea1;hb=20f7ff0802f18f1913b321ec31c2052d7cb21c75;hpb=0628a3629464a3c19450264b745ee511dc395b92 diff --git a/debian/rules b/debian/rules index 991320c..effbf41 100755 --- a/debian/rules +++ b/debian/rules @@ -38,12 +38,8 @@ install: build install -m 755 grml-debootstrap debian/grml-debootstrap/usr/sbin/ install -m 644 zsh-completion debian/grml-debootstrap/etc/zsh/completion.d/_grml-debootstrap -# 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 +binary-indep: build install dh_testdir dh_testroot dh_installchangelogs @@ -59,5 +55,5 @@ binary-arch: build install dh_md5sums dh_builddeb -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +binary: binary-indep +.PHONY: build clean binary-indep binary install