]> andersk Git - libyaml.git/commitdiff
dh-buildinfo multiarch incompatibility was fixed
authorAnders Kaseorg <andersk@mit.edu>
Mon, 24 Feb 2014 03:26:42 +0000 (22:26 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Mon, 24 Feb 2014 03:26:51 +0000 (22:26 -0500)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
debian/changelog
debian/control
debian/rules

index ba562b5ef3d1b27a53270b2be796ac6e10b03df6..607ea5e258d61e80a197b59427ee5cb042d779ae 100644 (file)
@@ -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 <andersk@mit.edu>  Sun, 23 Feb 2014 21:48:49 -0500
 
index 1e0647ddee84c1992c919ed14820e16997e408bf..112d54d26472aac7e9e8ecb6c5e6b0456a50a87a 100644 (file)
@@ -5,6 +5,7 @@ Maintainer: Anders Kaseorg <andersk@mit.edu>
 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
index 09725ddcfdf85e6b26342485401f8eb5c2daf76a..0b6843abef4be18077c72eef64226c61d938ac75 100755 (executable)
@@ -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
This page took 0.156331 seconds and 5 git commands to generate.