From f8dcd9ae23b881b8ff0bf269efdf7f3006842cf9 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sun, 23 Feb 2014 22:26:42 -0500 Subject: [PATCH] dh-buildinfo multiarch incompatibility was fixed Signed-off-by: Anders Kaseorg --- debian/changelog | 1 + debian/control | 1 + debian/rules | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ba562b5..607ea5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libyaml (0.1.5-1) UNRELEASED; urgency=medium * Run tests at build time. * Bump Standards-Version to 3.9.5 (no changes needed). * Use dh-autoreconf. + * Use dh-buildinfo. -- Anders Kaseorg Sun, 23 Feb 2014 21:48:49 -0500 diff --git a/debian/control b/debian/control index 1e0647d..112d54d 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Anders Kaseorg Build-Depends: cdbs (>= 0.4.93~), autotools-dev, debhelper (>= 8.1.3~), + dh-buildinfo (>= 0.9+nmu1~), dh-autoreconf Standards-Version: 3.9.5 Homepage: http://pyyaml.org/wiki/LibYAML diff --git a/debian/rules b/debian/rules index 09725dd..0b6843a 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,8 @@ CDBS_BUILD_DEPENDS += , cdbs (>= 0.4.93~) # for $(DEB_HOST_MULTIARCH) # Debhelper 9 isn’t released yet CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper (>= 8.1.3~) -# dh_buildinfo fails at multiarch: http://bugs.debian.org/620104 -CDBS_BUILD_DEPENDS_rules_debhelper_buildinfo = +# dh_buildinfo < 0.9+nmu1 fails at multiarch: http://bugs.debian.org/620104 +CDBS_BUILD_DEPENDS_rules_debhelper_buildinfo = dh-buildinfo (>= 0.9+nmu1~) DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) DEB_MAKE_CHECK_TARGET = check -- 2.45.1