From: Emmanuel Lacour Date: Wed, 19 Aug 2009 07:50:24 +0000 (+0200) Subject: Add required binary-indep make target X-Git-Tag: 1.5-2~13 X-Git-Url: http://git.home-dn.net/?p=manu%2Flibnss-mysql-bg.git;a=commitdiff_plain;h=5a6532f323181af9c929ad9acbf998360fff97e5 Add required binary-indep make target --- diff --git a/debian/rules b/debian/rules index 68d68f4..c0d750f 100755 --- a/debian/rules +++ b/debian/rules @@ -64,6 +64,10 @@ install: build $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp dh_movefiles +# Build architecture-independent files here. +binary-indep: +# We have nothing to do by default. + # Build architecture-dependent files here. binary-arch: build install dh_testdir @@ -95,5 +99,5 @@ binary-arch: build install dh_md5sums dh_builddeb -binary: binary-arch -.PHONY: build clean binary-arch binary install configure patch +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure patch