From 019aaff20f2931b466675bdb16d8f48a6bdc6e9c Mon Sep 17 00:00:00 2001 From: Eugene Gagarin Date: Tue, 24 Feb 2009 11:04:01 +0300 Subject: [PATCH] moved commands from binary-arch to binary-indep target in debian/rules --- debian/rules | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index 6e435f5..3ac28aa 100755 --- a/debian/rules +++ b/debian/rules @@ -36,10 +36,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 @@ -55,5 +51,8 @@ binary-arch: build install dh_md5sums dh_builddeb +# Build architecture-dependent files here. +binary-arch: build install + binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build clean binary-indep binary-arch binary install -- 1.7.9.5