X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Frules;h=23340c9bce7606fe306fb71dc51f7039b9b8066d;hp=effbf41e42fc81fd542a5acb5eea91f532603c4b;hb=d5e3de77a194ea6e799df6b64ffb1154ce58f31e;hpb=20f7ff0802f18f1913b321ec31c2052d7cb21c75 diff --git a/debian/rules b/debian/rules index effbf41..23340c9 100755 --- a/debian/rules +++ b/debian/rules @@ -39,6 +39,10 @@ install: build install -m 644 zsh-completion debian/grml-debootstrap/etc/zsh/completion.d/_grml-debootstrap # Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot @@ -55,5 +59,5 @@ binary-indep: build install dh_md5sums dh_builddeb -binary: binary-indep -.PHONY: build clean binary-indep binary install +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install