Accepted libxcb 1.0-1.1 (source)
Timo Aaltonen
tepsipakki at ubuntu.com
Mon Feb 19 14:48:22 GMT 2007
Accepted:
libxcb 1.0-1.1 was ACCEPTED.
Component: universe Section: libdevel
Origin: Debian/experimental
Format: 1.7
Date: Fri, 16 Feb 2007 14:55:32 +0000
Source: libxcb
Binary: libxcb-xf86dri0-dbg, libxcb-xlib0, libxcb-sync0-dbg, libxcb-shape0-dbg, libxcb-xinerama0-dbg, libxcb-glx0-dev, libxcb-xtest0-dbg, libxcb-xvmc0-dbg, libxcb-xvmc0, libxcb-damage0, libxcb-res0-dev, libxcb-xprint0, libxcb-xtest0, libxcb-xprint0-dev, libxcb-dpms0, libxcb-xevie0-dev, libxcb-glx0, libxcb-screensaver0-dbg, libxcb-glx0-dbg, libxcb-sync0, libxcb-composite0-dbg, libxcb-xvmc0-dev, libxcb-xlib0-dbg, libxcb1-dbg, libxcb-xinerama0-dev, libxcb-xevie0-dbg, libxcb-xprint0-dbg, libxcb-randr0-dev, libxcb-screensaver0, libxcb-dpms0-dbg, libxcb-render0, libxcb-record0-dev, libxcb-res0-dbg, libxcb-composite0, libxcb-shm0-dbg, libxcb-sync0-dev, libxcb-xinerama0, libxcb-dpms0-dev, libxcb-xlib0-dev, libxcb-xf86dri0, libxcb-shape0-dev, libxcb-render0-dbg, libxcb-shm0, libxcb-xv0-dbg, libxcb-record0, libxcb-shape0, libxcb-randr0-dbg, libxcb-damage0-dbg, libxcb-render0-dev, libxcb-screensaver0-dev, libxcb-xfixes0-dev, libxcb-res0, libxcb-xfixes0-dbg, libxcb-xtest0-dev, libxcb-xfixes0, libxcb-record0-dbg, libxcb1, libxcb-damage0-dev, libxcb-shm0-dev, libxcb-xevie0, libxcb1-dev, libxcb-randr0, libxcb-xv0, libxcb-xf86dri0-dev, libxcb-composite0-dev, libxcb-xv0-dev
Architecture: source
Version: 1.0-1.1
Distribution: feisty
Urgency: low
Maintainer: XCB Developers <xcb at lists.freedesktop.org>
Changed-By: Timo Aaltonen <tepsipakki at ubuntu.com>
Closes: 408409
Changes:
libxcb (1.0-1.1) experimental; urgency=low
.
* Non-maintainer upload.
* libxcb1-dev needs a dependency on libpthread-stubs0-dev and versioned
dependencies on libxau-dev and libxdmcp-dev, because they are needed by
anything using xcb.pc (closes: #408409).
.
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. 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."
* "Use substitition variables in xcb-xinerama.pc.in, not instances of their
values"
* Add new library, -dev, and -dbg packages for libxcb-xinerama.
* Install pkg-config files to /usr/lib/pkgconfig, not
/usr/share/pkgconfig.
.
libxcb (0.9.92-1) experimental; urgency=low
.
* New upstream version.
.
[ Josh Triplett ]
* No longer installs files to /usr/include/X11, so remove Pre-Depends on
x11-common.
* Update to Standards-Version 3.7.2 (no changes required).
* Point specifically to http://xcb.freedesktop.org/dist in copyright file,
rather than http://xcb.freedesktop.org .
* Add debian/watch file.
* Install pkgconfig files to /usr/share/pkgconfig.
* Version Build-Depends on xcb-proto as (>= 0.9.92)
* Change libxcb0{,-dev,-dbg} to libxcb1{,-dev,-dbg} to match soname bump, and
update Depends of other library -dev packages.
* Add debian/control stanzas and debhelper install files for new library
libxcb-xlib0.
* Change libxcb${ext}0{,-dev,-dbg} to libxcb-${ext}0{,-dev,-dbg}, to match
the sonames of the libraries.
* cdbs >= 0.4.40 now builds -dbg packages for each library package, without
requiring DEB_DBG_PACKAGE_libxcb* for each one. Remove assignments to
these variables in debian/rules, and version cdbs Build-Depends accordingly.
* Change -dbg package priorities from optional to extra.
.
libxcb (0.9-3) experimental; urgency=low
.
* Stop running autoreconf in debian/rules, and remove Build-Depends for
autoconf, automake, and libtool.
* Update -dbg package handling to work with debhelper compat level 5.
Increase minimum version on debhelper Build-Depends to 5.0.0.
* Stop installing the libtool .la files.
* Add Build-Depends on libxdmcp-dev.
* Debian X11R7 transition:
* Change Depends and Build-Depends on x-dev to x11proto-core-dev.
* Install headers to /usr/include/X11, not /usr/X11R6/include/X11.
* Pre-Depends: x11-common (>= 1:1.09).
* Create library, -dev, and -dbg packages for each new extension library.
* Drop library version from source package name.
* Add a Section field for the source package in debian/control.
* Set DEB_MAKE_CHECK_TARGET=check in debian/rules.
* Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt in debian/rules;
cdbs does the right thing on its own, and correctly handles
DEB_BUILD_OPTS.
* Work around the unsetting of CFLAGS in src/Makefile.am, by passing CFLAGS
to make via DEB_MAKE_INVOKE in debian/rules.
* Remove Bugs field in control, so bugs go to the Debian BTS.
* Set distribution to experimental.
.
libxcb0 (0.9-2) unstable; urgency=low
.
* Split into libxcb0 and libxcb0-dev.
* Change control file for new packages.
* Add install and dirs files for new packages.
* Update Build-Depends for renaming of fd.o-xau, fd.o-xproto, and
fd.o-xcb-proto.
* Remove fd.o prefix from package name.
* Change Maintainer to xcb at lists.freedesktop.org, move myself to
Uploaders, and add Jamey Sharp to Uploaders. Update copyright.debian
accordingly.
* Add Bugs field pointing to xcb at lists.freedesktop.org.
* Update homepage URL in description and copyright.debian to
http://xcb.freedesktop.org, and put it in a Homepage: field in the
description.
* Add libxcb0-dbg package.
.
fd.o-xcb (0.9-1) unstable; urgency=low
.
* New version using XSLT; works with XML descriptions in xcb-proto 0.9.
* Updated Debian packaging.
.
fd.o-xcb (0.8-1) unstable; urgency=low
.
* Initial Release.
Files:
7a990a8e0f5695ff8a5858a0e897b879 6217 libdevel optional libxcb_1.0-1.1.diff.gz
6a76dbd7838f1b097962e5a373d25de2 587113 libdevel optional libxcb_1.0.orig.tar.gz
3d400205a116b1f096b62109c7ea664b 2043 libdevel optional libxcb_1.0-1.1.dsc
More information about the feisty-changes
mailing list