[Xcb-commit] xcb-proto
Josh Triplett
josh at kemper.freedesktop.org
Sun Apr 16 13:20:06 PDT 2006
xcb-proto/debian/changelog | 5 ++++-
xcb-proto/debian/control | 2 +-
xcb-proto/debian/rules | 2 ++
3 files changed, 7 insertions(+), 2 deletions(-)
New commits:
diff-tree dfe7f031dc0133e356b7c9247a61edba47921850 (from 7beee21612f95c19ce860f66cb005b4896eac630)
Author: Josh Triplett <josh at freedesktop.org>
Date: Sun Apr 16 13:05:21 2006 -0700
* Validate the protocol descriptions during the build:
* Set DEB_MAKE_CHECK_TARGET=check in debian/rules.
* Add Build-Depends on libxml2-utils for xmllint.
diff --git a/xcb-proto/debian/changelog b/xcb-proto/debian/changelog
index fe7838b..2d9182c 100644
--- a/xcb-proto/debian/changelog
+++ b/xcb-proto/debian/changelog
@@ -6,8 +6,11 @@ xcb-proto (0.9-3) UNRELEASED; urgency=lo
* 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 at freedesktop.org> Sun, 16 Apr 2006 09:16:45 -0700
+ -- Josh Triplett <josh at freedesktop.org> Sun, 16 Apr 2006 13:03:02 -0700
xcb-proto (0.9-2) unstable; urgency=low
diff --git a/xcb-proto/debian/control b/xcb-proto/debian/control
index 361bc6f..c88aec4 100644
--- a/xcb-proto/debian/control
+++ b/xcb-proto/debian/control
@@ -3,7 +3,7 @@ Section: libdevel
Priority: optional
Maintainer: XCB Developers <xcb at lists.freedesktop.org>
Uploaders: Jamey Sharp <sharpone at debian.org>, Josh Triplett <josh at 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 at lists.freedesktop.org
diff --git a/xcb-proto/debian/rules b/xcb-proto/debian/rules
index ea85e18..631795d 100755
--- a/xcb-proto/debian/rules
+++ b/xcb-proto/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 $+ > $@
More information about the xcb-commit
mailing list