From ac86178050d0043e9e47e18d6e0f494343ba8f11 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 19 Feb 2010 21:30:42 +0100 Subject: [PATCH] Switch binary-arch/binary-indep rules. --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 4c452fb..4cbc41b 100755 --- a/debian/rules +++ b/debian/rules @@ -33,12 +33,12 @@ install: build install -m 755 grml-hwinfo $(CURDIR)/debian/grml-hwinfo/usr/bin/ install -m 755 sysdump $(CURDIR)/debian/grml-hwinfo/usr/bin/ -# 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 +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install dh_testdir dh_testroot dh_installchangelogs -- 2.1.4