From d2f007df0353bb218d233bf4a8033c1b2a40f8f1 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 25 Nov 2011 02:19:55 -0500 Subject: [PATCH] =?utf8?q?Don=E2=80=99t=20Build-Depend=20debhelper=209.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Since we only set DH_COMPAT=9 when the presence of multiarch is detected at build time, this setting should be ignored for the purpose of computing build dependencies. Signed-off-by: Anders Kaseorg --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 910f881..5114878 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libnss-nonlocal (2.0-0debathena2) UNRELEASED; urgency=low * Pre-Depend adduser. + * Don’t Build-Depend debhelper 9. -- Anders Kaseorg Fri, 25 Nov 2011 02:19:17 -0500 diff --git a/debian/rules b/debian/rules index c94a527..9664c6b 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,7 @@ DEB_DH_INSTALL_SOURCEDIR = $(DEB_DESTDIR) DEB_CONFIGURE_PREFIX = / ifneq ($(DEB_HOST_MULTIARCH),) + CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS) export DH_COMPAT = 9 DEB_CONFIGURE_EXTRA_FLAGS += $(MULTIARCH_CONFIGURE_FLAGS) MULTIARCH_CONFIGURE_FLAGS = --libdir='$${prefix}/lib/$(DEB_HOST_MULTIARCH)' -- 2.45.0