From a6eb415ef08cfdcc2b893b33bb6b69abfe0f0c32 Mon Sep 17 00:00:00 2001 From: Trent Buck Date: Thu, 27 Oct 2005 15:04:00 +0000 Subject: debian/rules: swap binary-indep and binary-arch bodies, since emms is packages as source code. darcs-hash:20051027150418-8f417-67d3d361141c762d7977151a11b448d97c74f911.gz --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 1b41940..16aece6 100755 --- a/debian/rules +++ b/debian/rules @@ -55,10 +55,6 @@ install: build # 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 dh_testdir dh_testroot dh_installchangelogs ChangeLog @@ -88,5 +84,9 @@ binary-arch: build install dh_md5sums dh_builddeb +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure -- cgit v1.2.3