summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2007-05-21Fix unit tests for FreeBSDdebian-1.0-2Ian Osgood
putenv() string must contain '=' environment failure test is invalid if argument is NULL
2007-05-21Changes for Debian package 1.0-2: incorporate Julien's NMU, add ↵Josh Triplett
XS-Vcs-Browser, set distribution to unstable * Incorporate NMU by Julien Cristau; thanks, Julien! * Add XS-Vcs-Browser field to debian/control. * Upload to unstable.
2007-05-21Commit changes from Julien Cristau's 1.0-1.1 NMU.debian-1.0-1.1Josh Triplett
* 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).
2006-12-10Add version to Build-Depends on xsltproc, requiring 1.1.19-1 or newer, to ↵debian-1.0-1Jamey Sharp
get the fix for bug 398327.
2006-12-10Use a versioned Build-Depends on libpthread-stubs0-dev, to help buildds find ↵Jamey Sharp
it in experimental.
2006-12-10Install pkg-config files to /usr/lib/pkgconfig, not /usr/share/pkgconfig.Jamey Sharp
2006-11-26Add new library, -dev, and -dbg packages for libxcb-xinerama.Josh Triplett
2006-11-25Use substitition variables in xcb-xinerama.pc.in, not instances of their valuesJosh Triplett
xcb-xinerama.pc.in looked more like a generated .pc file; replace specific instances of values provided by an invocation of configure with the general substitution variables configure replaces. (cherry picked from commit 98e2a5617ef1c9955b3b5553224c34f55c7c5d29)
2006-11-25NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.Jamey Sharp
(cherry picked from commit 3360d0c79e98cf6b7f30b2d84f117aea0a28595d)
2006-11-25XS-Vcs-Git, not XS-X-Vcs-Git.Josh Triplett
2006-11-25Remove debian/.gitignore; we don't build in a git tree, and it shouldn't ship.Josh Triplett
2006-11-24Update Debian packaging for 1.0 release.Josh Triplett
2006-10-08Update Debian packaging for 1.0 RC2 release.debian-0.9.92-1Jamey Sharp
* 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. Authors: Josh Triplett <josh@freedesktop.org>, Jamey Sharp <jamey@minilop.net>
2006-09-25XCB no longer needs x11proto-core-dev.Jamey Sharp
2006-09-25Lowercase library names to correspond with the new API.Jamey Sharp
2006-06-15Remove arbitrary division between xcb_types and xproto by mergingJosh Triplett
xcb_types.xml into xproto.xml.
2006-04-29Work around the unsetting of CFLAGS in src/Makefile.am, by passing CFLAGS to ↵Josh Triplett
make via DEB_MAKE_INVOKE in debian/rules.
2006-04-29Remove unnecessary dirs files.Josh Triplett
2006-04-29Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt in debian/rules; cdbs ↵Josh Triplett
does the right thing on its own, and correctly handles DEB_BUILD_OPTS.
2006-04-29Set DEB_MAKE_CHECK_TARGET=check in debian/rules.Josh Triplett
2006-04-29Add a Section field for the source package in debian/control.Josh Triplett
2006-04-29Drop library version from source package name.Josh Triplett
2006-04-29Set distribution to experimental.Josh Triplett
2006-04-29Remove Bugs field in debian/control, so bugs go to the Debian BTS.Josh Triplett
2006-04-28Change libxcbxvmc0-dev Depends to libxcbxv0-dev, not libxv0-dev.0.9Josh Triplett
2006-04-27Update debian packaging to create library, -dev, and -dbg packages for each ↵Josh Triplett
new extension library.
2006-04-16Improve package descriptions.Josh Triplett
2006-04-16Change Depends on x-dev to x11proto-core-dev.Josh Triplett
2006-04-16Add Build-Depends on libxdmcp-dev.Josh Triplett
2006-04-16 * Debian X11R7 transition:Josh Triplett
* Change 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).
2006-04-15Stop installing the libtool .la files.Josh Triplett
2006-04-15Update -dbg package handling to work with debhelper compat level 5.Josh Triplett
Increase minimum version on debhelper Build-Depends to 5.0.0.
2006-04-15Stop running autoreconf in debian/rules, and remove Build-Depends forJosh Triplett
autoconf, automake, and libtool.
2006-03-21Remove outdated fd.o-* entries from */debian/.gitignore (obsolete since ↵Josh Triplett
before they came from .cvsignore).
2006-02-18Move .cvsignore to .gitignore.Eric Anholt
2006-02-18Remove xcl and CVSROOT.Josh Triplett