]> andersk Git - libyaml.git/blobdiff - debian/rules
Acknowledge NMU of 0.1.4-3.2
[libyaml.git] / debian / rules
index 77f59854632d04735a911fd9aa74457a4e94b5e5..bf41f8be6a8c7ae4604903eaef73c419ac39ef52 100755 (executable)
@@ -2,14 +2,15 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 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 < 0.9+nmu1 fails at multiarch: http://bugs.debian.org/620104
+CDBS_BUILD_DEPENDS_rules_debhelper_buildinfo = dh-buildinfo (>= 0.9+nmu1~)
 
-# dh_buildinfo fails at multiarch: http://bugs.debian.org/620104
-CDBS_BUILD_DEPENDS_rules_debhelper_buildinfo =
+build/libyaml-doc::
+       $(MAKE) html
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 DEB_MAKE_CHECK_TARGET = check
This page took 0.026826 seconds and 4 git commands to generate.