diff options
author | Trent Buck <trentbuck@gmail.com> | 2005-10-27 15:04:00 +0000 |
---|---|---|
committer | Trent Buck <trentbuck@gmail.com> | 2005-10-27 15:04:00 +0000 |
commit | a6eb415ef08cfdcc2b893b33bb6b69abfe0f0c32 (patch) | |
tree | 8ebc33223ede94d07a36a297c57675e2ce9e8d7e /debian/rules | |
parent | ff8d692ce2a1e4df73bf421d63aeb2718535d895 (diff) |
debian/rules: swap binary-indep and binary-arch bodies, since emms is packages as source code.
darcs-hash:20051027150418-8f417-67d3d361141c762d7977151a11b448d97c74f911.gz
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 4 insertions, 4 deletions
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 |