Add version to Build-Depends on xsltproc, requiring 1.1.19-1 or newer, to get the fix for bug 398327.
This commit is contained in:
parent
e8b4dd86db
commit
7fdef0b363
|
@ -7,6 +7,8 @@ libxcb (1.0-1) experimental; urgency=low
|
||||||
check first started shipping the pkg-config file.
|
check first started shipping the pkg-config file.
|
||||||
* Add Build-Depends on libpthread-stubs0-dev. Use a versioned
|
* Add Build-Depends on libpthread-stubs0-dev. Use a versioned
|
||||||
Build-Depends, to help buildds find it in experimental.
|
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.
|
* Add XS-Vcs-Git field.
|
||||||
* Cherry-pick post-1.0 changes from master:
|
* Cherry-pick post-1.0 changes from master:
|
||||||
* "NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available."
|
* "NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available."
|
||||||
|
|
|
@ -3,7 +3,7 @@ Priority: optional
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Maintainer: XCB Developers <xcb@lists.freedesktop.org>
|
Maintainer: XCB Developers <xcb@lists.freedesktop.org>
|
||||||
Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@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
|
Standards-Version: 3.7.2
|
||||||
XS-Vcs-Git: git://anongit.freedesktop.org/git/xcb/libxcb
|
XS-Vcs-Git: git://anongit.freedesktop.org/git/xcb/libxcb
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue