Update Debian packaging for 1.0 release.

This commit is contained in:
Josh Triplett 2006-11-24 03:21:18 -08:00
parent da5148ca5e
commit ca4d53a0c2
2 changed files with 14 additions and 1 deletions

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
libxcb (1.0-1) experimental; urgency=low
* New upstream version.
* The "Thanksgiving" release: We feel thankful to have it released.
* Bump versioned Build-Depends on xcb-proto to 1.0, to match configure.ac.
* Add version to Build-Depends on check, requiring 0.9.4-2 or newer, when
check first started shipping the pkg-config file.
* Add Build-Depends on libpthread-stubs0-dev.
* Add XS-X-Vcs-Git field.
-- Josh Triplett <josh@freedesktop.org> Fri, 24 Nov 2006 00:51:41 -0800
libxcb (0.9.92-1) experimental; urgency=low libxcb (0.9.92-1) experimental; urgency=low
* New upstream version. * New upstream version.

3
debian/control vendored
View File

@ -3,8 +3,9 @@ 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 (>= 0.9.92), cdbs (>= 0.4.40), debhelper (>= 5.0.0), pkg-config, xsltproc, check, binutils (>= 2.12.90.0.9) Build-Depends: libxau-dev, libxdmcp-dev, xcb-proto (>= 1.0), libpthread-stubs0-dev, cdbs (>= 0.4.40), debhelper (>= 5.0.0), pkg-config, xsltproc, check (>= 0.9.4-2), binutils (>= 2.12.90.0.9)
Standards-Version: 3.7.2 Standards-Version: 3.7.2
XS-X-Vcs-Git: git://anongit.freedesktop.org/git/xcb/libxcb
Package: libxcb1 Package: libxcb1
Section: libs Section: libs