From: Michael Prokop Date: Fri, 19 Feb 2010 20:30:42 +0000 (+0100) Subject: Switch binary-arch/binary-indep rules. X-Git-Tag: v0.4.0^0 X-Git-Url: http://git.grml.org/?p=grml-hwinfo.git;a=commitdiff_plain;h=ac86178050d0043e9e47e18d6e0f494343ba8f11 Switch binary-arch/binary-indep rules. --- 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