From d5e3de77a194ea6e799df6b64ffb1154ce58f31e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 30 Aug 2008 02:03:24 +0200 Subject: [PATCH] Update debian/rules --- debian/rules | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.1.4