diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-12-10 20:13:52 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-12-10 20:14:08 -0800 |
commit | 7fdef0b363c8bc6bac3e767dfc17cbad003fde0b (patch) | |
tree | c31054806ae50843388c816c085e9c49b9374a86 | |
parent | e8b4dd86dbe76ce480421671750cefb56dfaeb3c (diff) |
Add version to Build-Depends on xsltproc, requiring 1.1.19-1 or newer, to get the fix for bug 398327.debian-1.0-1
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0c4f647..a2ccbdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ libxcb (1.0-1) experimental; urgency=low check first started shipping the pkg-config file. * Add Build-Depends on libpthread-stubs0-dev. Use a versioned Build-Depends, to help buildds find it in experimental. + * Add version to Build-Depends on xsltproc, requiring 1.1.19-1 or newer, to + get the fix for bug 398327. * Add XS-Vcs-Git field. * Cherry-pick post-1.0 changes from master: * "NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available." diff --git a/debian/control b/debian/control index 9a103b2..f0a513d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional Section: libdevel Maintainer: XCB Developers <xcb@lists.freedesktop.org> Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org> -Build-Depends: libxau-dev, libxdmcp-dev, xcb-proto (>= 1.0), libpthread-stubs0-dev (>= 0.1-1), cdbs (>= 0.4.40), debhelper (>= 5.0.0), pkg-config, xsltproc, check (>= 0.9.4-2), binutils (>= 2.12.90.0.9) +Build-Depends: libxau-dev, libxdmcp-dev, xcb-proto (>= 1.0), libpthread-stubs0-dev (>= 0.1-1), cdbs (>= 0.4.40), debhelper (>= 5.0.0), pkg-config, xsltproc (>= 1.1.19-1), check (>= 0.9.4-2), binutils (>= 2.12.90.0.9) Standards-Version: 3.7.2 XS-Vcs-Git: git://anongit.freedesktop.org/git/xcb/libxcb |