From 911ae3fbdd12bcfa39e6bbd85a7327ddd1cb9287 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 29 Apr 2006 15:57:28 -0700 Subject: [PATCH] Set DEB_MAKE_CHECK_TARGET=check in debian/rules. --- debian/changelog | 3 ++- debian/rules | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4eabe29..88ed456 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,10 +13,11 @@ libxcb (0.9-3) experimental; urgency=low * Create library, -dev, and -dbg packages for each new extension library. * Drop library version from source package name. * Add a Section field for the source package in debian/control. + * Set DEB_MAKE_CHECK_TARGET=check in debian/rules. * Remove Bugs field in control, so bugs go to the Debian BTS. * Set distribution to experimental. - -- Josh Triplett Sat, 29 Apr 2006 10:57:24 -0700 + -- Josh Triplett Sat, 29 Apr 2006 15:57:15 -0700 libxcb0 (0.9-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index ac02b99..e04faa5 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_EXTRA_FLAGS = --with-opt +DEB_MAKE_CHECK_TARGET=check debian/copyright: debian/copyright.debian COPYING cat $+ > $@ -- 2.34.1