From: Michael Prokop Date: Sat, 30 Aug 2008 00:03:24 +0000 (+0200) Subject: Update debian/rules X-Git-Tag: 0.18 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=d5e3de77a194ea6e799df6b64ffb1154ce58f31e Update debian/rules --- 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