From df4ad2fcceea7dc72d3c1ec707db38cf0b28f87b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 19 Jun 2008 19:26:21 +0000 Subject: [PATCH] really fix the binary-indep rule --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 7f2c541..627e74d 100755 --- a/debian/rules +++ b/debian/rules @@ -41,10 +41,7 @@ install: build test rmdir -p --ignore-fail-on-non-empty $(DESTDIR)/usr/lib/perl5 # Build architecture-independent files here. -binary-indep: - -# Build architecture-dependent files here. -binary-arch: build install +binary-indep: build install dh_testdir dh_testroot dh_installchangelogs @@ -61,5 +58,8 @@ binary-arch: build install dh_md5sums dh_builddeb +# Build architecture-dependent files here. +binary-arch: + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install -- 2.39.2