Set DEB_MAKE_CHECK_TARGET=check in debian/rules.
authorJosh Triplett <josh@freedesktop.org>
Sat, 29 Apr 2006 22:57:28 +0000 (15:57 -0700)
committerJosh Triplett <josh@freedesktop.org>
Sat, 29 Apr 2006 22:57:28 +0000 (15:57 -0700)
debian/changelog
debian/rules

index 4eabe29..88ed456 100644 (file)
@@ -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 <josh@freedesktop.org>  Sat, 29 Apr 2006 10:57:24 -0700
+ -- Josh Triplett <josh@freedesktop.org>  Sat, 29 Apr 2006 15:57:15 -0700
 
 libxcb0 (0.9-2) unstable; urgency=low
 
index ac02b99..e04faa5 100755 (executable)
@@ -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 $+ > $@