diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-04-16 13:05:21 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-04-16 13:05:21 -0700 |
commit | 0e15e3d9feb1ab14815a00133da922b24db27f19 (patch) | |
tree | d38f42f3f62d4f2df660e6f9875fe5c8a5b8fd6f | |
parent | 999cf2a810192f5134fa650c75f442abc5ac8d48 (diff) | |
download | xcb-proto-0e15e3d9feb1ab14815a00133da922b24db27f19.tar.gz xcb-proto-0e15e3d9feb1ab14815a00133da922b24db27f19.tar.bz2 xcb-proto-0e15e3d9feb1ab14815a00133da922b24db27f19.zip |
* Validate the protocol descriptions during the build:
* Set DEB_MAKE_CHECK_TARGET=check in debian/rules.
* Add Build-Depends on libxml2-utils for xmllint.
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | 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 <josh@freedesktop.org> Sun, 16 Apr 2006 09:16:45 -0700 + -- Josh Triplett <josh@freedesktop.org> 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 <xcb@lists.freedesktop.org> Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org> -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 $+ > $@ |