From 5a6532f323181af9c929ad9acbf998360fff97e5 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Wed, 19 Aug 2009 09:50:24 +0200 Subject: [PATCH] Add required binary-indep make target --- debian/rules | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.11.0