* Validate the protocol descriptions during the build:
authorJosh Triplett <josh@freedesktop.org>
Sun, 16 Apr 2006 20:05:21 +0000 (13:05 -0700)
committerJosh Triplett <josh@freedesktop.org>
Sun, 16 Apr 2006 20:05:21 +0000 (13:05 -0700)
    * Set DEB_MAKE_CHECK_TARGET=check in debian/rules.
    * Add Build-Depends on libxml2-utils for xmllint.

debian/changelog
debian/control
debian/rules

index fe7838b..2d9182c 100644 (file)
@@ -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).
     * 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
 
 
 xcb-proto (0.9-2) unstable; urgency=low
 
index 361bc6f..c88aec4 100644 (file)
@@ -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>
 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
 
 Standards-Version: 3.6.1
 Bugs: mailto:xcb@lists.freedesktop.org
 
index ea85e18..631795d 100755 (executable)
@@ -3,6 +3,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 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 $+ > $@
 
 debian/copyright: debian/copyright.debian COPYING
        cat $+ > $@