Set DEB_MAKE_CHECK_TARGET=check in debian/rules.

This commit is contained in:
Josh Triplett 2006-04-29 15:57:28 -07:00
parent 3b7cf7ecf8
commit 911ae3fbdd
2 changed files with 3 additions and 1 deletions

3
debian/changelog vendored
View 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

1
debian/rules vendored
View File

@ -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 $+ > $@