From 68f997266cba84861bd3a918a1bf564257af158d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 6 Mar 2008 15:56:48 +0100 Subject: Cleaning up target depends in rules. --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index b509851..b7ef8a9 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ clean: build: -install: build +install: dh_testdir dh_testroot dh_clean -k @@ -36,11 +36,11 @@ install: build install -D -m 0644 debian/bug/presubj debian/live-helper/usr/share/bug/live-helper install -D -m 0755 debian/bug/script debian/live-helper/usr/share/bug/live-helper -binary: binary-indep binary-arch +binary: binary-indep -binary-arch: build install +binary-arch: -binary-indep: build install +binary-indep: install dh_testdir dh_testroot dh_installchangelogs docs/ChangeLog -- cgit v1.0