From e7ca0e5b697d7bad508267e4845b4a1b56e156dc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 20 Mar 2016 21:55:03 +0000 Subject: [PATCH] debian/rules.real: Add initial empty rules for {binary,build}-{arch-arch,indep} We add dependencies to them later depending on the source package config. --- debian/rules.real | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/rules.real b/debian/rules.real index 85a7f1e9b..44ef45e13 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -50,7 +50,12 @@ MAKEOVERRIDES = # # Targets # + +build-arch-arch: +build-indep: binary-arch-arch: +binary-indep: + ifneq ($(DO_HEADERS_ALL),False) binary-arch-arch: install-headers_$(ARCH) endif @@ -68,8 +73,6 @@ ifneq ($(DO_DOCS),False) binary-indep: install-doc binary-indep: install-manual build-indep: $(STAMPS_DIR)/build-doc -else - build-indep: endif binary-indep: install-source binary-indep: install-support