Set DEB_MAKE_CHECK_TARGET=check in debian/rules.
This commit is contained in:
parent
3b7cf7ecf8
commit
911ae3fbdd
|
@ -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
|
||||
|
||||
|
|
|
@ -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 $+ > $@
|
||||
|
|
Loading…
Reference in New Issue