From: Don Armstrong Date: Thu, 19 Jun 2008 19:26:21 +0000 (+0000) Subject: really fix the binary-indep rule X-Git-Tag: debian/1.19-2~1 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Flibhtml-calendarmonth-perl.git;a=commitdiff_plain;h=df4ad2fcceea7dc72d3c1ec707db38cf0b28f87b really fix the binary-indep rule --- 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