[Xcb-commit] xcb

Josh Triplett josh at kemper.freedesktop.org
Sat Apr 29 15:57:31 PDT 2006


 xcb/debian/changelog |    3 ++-
 xcb/debian/rules     |    1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
diff-tree 018a25de70aef37bf83dbc4b53d08dd8bd304d37 (from cd0277a59f117eaa74da6c9f7f838401d8e37d1b)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Sat Apr 29 15:57:28 2006 -0700

    Set DEB_MAKE_CHECK_TARGET=check in debian/rules.

diff --git a/xcb/debian/changelog b/xcb/debian/changelog
index 4eabe29..88ed456 100644
--- a/xcb/debian/changelog
+++ b/xcb/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 <josh at freedesktop.org>  Sat, 29 Apr 2006 10:57:24 -0700
+ -- Josh Triplett <josh at freedesktop.org>  Sat, 29 Apr 2006 15:57:15 -0700
 
 libxcb0 (0.9-2) unstable; urgency=low
 
diff --git a/xcb/debian/rules b/xcb/debian/rules
index ac02b99..e04faa5 100755
--- a/xcb/debian/rules
+++ b/xcb/debian/rules
@@ -28,6 +28,7 @@ include /usr/share/cdbs/1/rules/debhelpe
 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 $+ > $@


More information about the xcb-commit mailing list