From: Anders Kaseorg Date: Mon, 24 Feb 2014 03:03:01 +0000 (-0500) Subject: Run tests at build time X-Git-Tag: debian/0.1.6-1~12 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/dd2bbc9e416d32eca8cd3be92d8cf2259dadb215 Run tests at build time Signed-off-by: Anders Kaseorg --- diff --git a/debian/changelog b/debian/changelog index 7f126d5..277434b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libyaml (0.1.5-1) UNRELEASED; urgency=medium + Fix CVE-2013-6393: heap-based buffer overflow when parsing YAML tags. * Drop upstreamed patches. + * Run tests at build time. -- Anders Kaseorg Sun, 23 Feb 2014 21:48:49 -0500 diff --git a/debian/rules b/debian/rules index f5f939a..77f5985 100755 --- a/debian/rules +++ b/debian/rules @@ -12,5 +12,6 @@ CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper (>= 8.1.3~) CDBS_BUILD_DEPENDS_rules_debhelper_buildinfo = DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) +DEB_MAKE_CHECK_TARGET = check DEB_DH_INSTALL_SOURCEDIR = $(DEB_DESTDIR) DEB_DBG_PACKAGE_libyaml-0-2 = libyaml-0-2-dbg