From 0e15e3d9feb1ab14815a00133da922b24db27f19 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 16 Apr 2006 13:05:21 -0700 Subject: [PATCH] * Validate the protocol descriptions during the build: * Set DEB_MAKE_CHECK_TARGET=check in debian/rules. * Add Build-Depends on libxml2-utils for xmllint. --- debian/changelog | 5 ++++- debian/control | 2 +- debian/rules | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fe7838b..2d9182c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,11 @@ xcb-proto (0.9-3) UNRELEASED; urgency=low * Install protocol descriptions to /usr/include/X11, not /usr/X11R6/include/X11. * Pre-Depends: x11-common (>= 1:1.09). + * Validate the protocol descriptions during the build: + * Set DEB_MAKE_CHECK_TARGET=check in debian/rules. + * Add Build-Depends on libxml2-utils for xmllint. - -- Josh Triplett Sun, 16 Apr 2006 09:16:45 -0700 + -- Josh Triplett Sun, 16 Apr 2006 13:03:02 -0700 xcb-proto (0.9-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 361bc6f..c88aec4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libdevel Priority: optional Maintainer: XCB Developers Uploaders: Jamey Sharp , Josh Triplett -Build-Depends: cdbs, debhelper (>= 4.0.0) +Build-Depends: cdbs, debhelper (>= 4.0.0), libxml2-utils Standards-Version: 3.6.1 Bugs: mailto:xcb@lists.freedesktop.org diff --git a/debian/rules b/debian/rules index ea85e18..631795d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk +DEB_MAKE_CHECK_TARGET=check + debian/copyright: debian/copyright.debian COPYING cat $+ > $@ -- 2.34.1