Update Debian packaging for 1.0 RC2 release.

* 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>
This commit is contained in:
Jamey Sharp 2006-10-08 03:29:47 -07:00
parent 5d7d548d05
commit 2184891ca5
67 changed files with 311 additions and 230 deletions

26
debian/changelog vendored
View File

@ -1,3 +1,29 @@
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.
-- Jamey Sharp <sharpone@debian.org> Sun, 08 Oct 2006 01:19:28 -0700
libxcb (0.9-3) experimental; urgency=low libxcb (0.9-3) experimental; urgency=low
* Stop running autoreconf in debian/rules, and remove Build-Depends for * Stop running autoreconf in debian/rules, and remove Build-Depends for

315
debian/control vendored
View File

@ -3,10 +3,10 @@ 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, cdbs, debhelper (>= 5.0.0), pkg-config, xsltproc, check, binutils (>= 2.12.90.0.9) 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)
Standards-Version: 3.6.1 Standards-Version: 3.7.2
Package: libxcb0 Package: libxcb1
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -27,11 +27,10 @@ Description: X C Binding
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcb0-dev Package: libxcb1-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcb0 (= ${Source-Version}) Depends: libxcb1 (= ${Source-Version})
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, development files Description: X C Binding, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb, the X C Binding. using libxcb, the X C Binding.
@ -49,10 +48,11 @@ Description: X C Binding, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcb0-dbg Package: libxcb1-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcb0 (= ${Source-Version}) Depends: libxcb1 (= ${Source-Version})
Description: X C Binding, debugging symbols Description: X C Binding, debugging symbols
This package contains the debugging symbols associated with libxcb, the X C This package contains the debugging symbols associated with libxcb, the X C
Binding. gdb will automatically use these symbols when debugging libxcb. Binding. gdb will automatically use these symbols when debugging libxcb.
@ -70,7 +70,78 @@ Description: X C Binding, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbcomposite0 Package: libxcb-xlib0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: X C Binding, Xlib/XCB interface library
This package contains the library files needed to run software using
libxcb-xlib, the Xlib/XCB interface for the X C Binding. libxcb-xlib contains
portions of XCB used only by the Xlib/XCB compatibility layer; nothing other
than Xlib should ever link to it.
.
The XCB library provides an interface to the X Window System protocol,
designed to replace the Xlib interface. XCB provides several advantages over
Xlib:
.
* Size: small library and lower memory footprint
* Latency hiding: batch several requests and wait for the replies later
* Direct protocol access: one-to-one mapping between interface and protocol
* Thread support: access XCB from multiple threads, with no explicit locking
* Easy creation of new extensions: automatically generates interface from
machine-parsable protocol descriptions
.
Homepage: http://xcb.freedesktop.org
Package: libxcb-xlib0-dev
Section: libdevel
Architecture: any
Depends: libxcb-xlib0 (= ${Source-Version}), libxcb1-dev
Description: X C Binding, Xlib/XCB interface library, development files
This package contains the header and library files needed to build software
using libxcb-xlib, the Xlib/XCB interface for the X C Binding. libxcb-xlib
contains portions of XCB used only by the Xlib/XCB compatibility layer;
nothing other than Xlib should ever link to it.
.
The XCB library provides an interface to the X Window System protocol,
designed to replace the Xlib interface. XCB provides several advantages over
Xlib:
.
* Size: small library and lower memory footprint
* Latency hiding: batch several requests and wait for the replies later
* Direct protocol access: one-to-one mapping between interface and protocol
* Thread support: access XCB from multiple threads, with no explicit locking
* Easy creation of new extensions: automatically generates interface from
machine-parsable protocol descriptions
.
Homepage: http://xcb.freedesktop.org
Package: libxcb-xlib0-dbg
Priority: extra
Section: libdevel
Architecture: any
Depends: libxcb-xlib0 (= ${Source-Version})
Description: X C Binding, Xlib/XCB interface library, debugging symbols
This package contains the debugging symbols associated with libxcb-xlib, the
Xlib/XCB interface for the X C Binding. gdb will automatically use these
symbols when debugging libxcb-xlib. libxcb-xlib contains portions of XCB used
only by the Xlib/XCB compatibility layer; nothing other than Xlib should ever
link to it.
.
The XCB library provides an interface to the X Window System protocol,
designed to replace the Xlib interface. XCB provides several advantages over
Xlib:
.
* Size: small library and lower memory footprint
* Latency hiding: batch several requests and wait for the replies later
* Direct protocol access: one-to-one mapping between interface and protocol
* Thread support: access XCB from multiple threads, with no explicit locking
* Easy creation of new extensions: automatically generates interface from
machine-parsable protocol descriptions
.
Homepage: http://xcb.freedesktop.org
Package: libxcb-composite0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -91,11 +162,10 @@ Description: X C Binding, composite extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbcomposite0-dev Package: libxcb-composite0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbcomposite0 (= ${Source-Version}), libxcb0-dev, libxcbxfixes0-dev Depends: libxcb-composite0 (= ${Source-Version}), libxcb1-dev, libxcb-xfixes0-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, composite extension, development files Description: X C Binding, composite extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-composite, the composite extension for the X C Binding. using libxcb-composite, the composite extension for the X C Binding.
@ -113,10 +183,11 @@ Description: X C Binding, composite extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbcomposite0-dbg Package: libxcb-composite0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbcomposite0 (= ${Source-Version}) Depends: libxcb-composite0 (= ${Source-Version})
Description: X C Binding, composite extension, debugging symbols Description: X C Binding, composite extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-composite, the composite extension for the X C Binding. gdb will libxcb-composite, the composite extension for the X C Binding. gdb will
@ -135,7 +206,7 @@ Description: X C Binding, composite extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbdamage0 Package: libxcb-damage0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -156,11 +227,10 @@ Description: X C Binding, damage extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbdamage0-dev Package: libxcb-damage0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbdamage0 (= ${Source-Version}), libxcb0-dev, libxcbxfixes0-dev Depends: libxcb-damage0 (= ${Source-Version}), libxcb1-dev, libxcb-xfixes0-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, damage extension, development files Description: X C Binding, damage extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-damage, the damage extension for the X C Binding. using libxcb-damage, the damage extension for the X C Binding.
@ -178,10 +248,11 @@ Description: X C Binding, damage extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbdamage0-dbg Package: libxcb-damage0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbdamage0 (= ${Source-Version}) Depends: libxcb-damage0 (= ${Source-Version})
Description: X C Binding, damage extension, debugging symbols Description: X C Binding, damage extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-damage, the damage extension for the X C Binding. gdb will libxcb-damage, the damage extension for the X C Binding. gdb will
@ -200,7 +271,7 @@ Description: X C Binding, damage extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbdpms0 Package: libxcb-dpms0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -221,11 +292,10 @@ Description: X C Binding, dpms extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbdpms0-dev Package: libxcb-dpms0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbdpms0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-dpms0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, dpms extension, development files Description: X C Binding, dpms extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-dpms, the dpms extension for the X C Binding. using libxcb-dpms, the dpms extension for the X C Binding.
@ -243,10 +313,11 @@ Description: X C Binding, dpms extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbdpms0-dbg Package: libxcb-dpms0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbdpms0 (= ${Source-Version}) Depends: libxcb-dpms0 (= ${Source-Version})
Description: X C Binding, dpms extension, debugging symbols Description: X C Binding, dpms extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-dpms, the dpms extension for the X C Binding. gdb will libxcb-dpms, the dpms extension for the X C Binding. gdb will
@ -265,7 +336,7 @@ Description: X C Binding, dpms extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbglx0 Package: libxcb-glx0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -286,11 +357,10 @@ Description: X C Binding, glx extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbglx0-dev Package: libxcb-glx0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbglx0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-glx0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, glx extension, development files Description: X C Binding, glx extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-glx, the glx extension for the X C Binding. using libxcb-glx, the glx extension for the X C Binding.
@ -308,10 +378,11 @@ Description: X C Binding, glx extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbglx0-dbg Package: libxcb-glx0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbglx0 (= ${Source-Version}) Depends: libxcb-glx0 (= ${Source-Version})
Description: X C Binding, glx extension, debugging symbols Description: X C Binding, glx extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-glx, the glx extension for the X C Binding. gdb will libxcb-glx, the glx extension for the X C Binding. gdb will
@ -330,7 +401,7 @@ Description: X C Binding, glx extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbrandr0 Package: libxcb-randr0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -351,11 +422,10 @@ Description: X C Binding, randr extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbrandr0-dev Package: libxcb-randr0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbrandr0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-randr0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, randr extension, development files Description: X C Binding, randr extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-randr, the randr extension for the X C Binding. using libxcb-randr, the randr extension for the X C Binding.
@ -373,10 +443,11 @@ Description: X C Binding, randr extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbrandr0-dbg Package: libxcb-randr0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbrandr0 (= ${Source-Version}) Depends: libxcb-randr0 (= ${Source-Version})
Description: X C Binding, randr extension, debugging symbols Description: X C Binding, randr extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-randr, the randr extension for the X C Binding. gdb will libxcb-randr, the randr extension for the X C Binding. gdb will
@ -395,7 +466,7 @@ Description: X C Binding, randr extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbrecord0 Package: libxcb-record0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -416,11 +487,10 @@ Description: X C Binding, record extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbrecord0-dev Package: libxcb-record0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbrecord0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-record0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, record extension, development files Description: X C Binding, record extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-record, the record extension for the X C Binding. using libxcb-record, the record extension for the X C Binding.
@ -438,10 +508,11 @@ Description: X C Binding, record extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbrecord0-dbg Package: libxcb-record0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbrecord0 (= ${Source-Version}) Depends: libxcb-record0 (= ${Source-Version})
Description: X C Binding, record extension, debugging symbols Description: X C Binding, record extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-record, the record extension for the X C Binding. gdb will libxcb-record, the record extension for the X C Binding. gdb will
@ -460,7 +531,7 @@ Description: X C Binding, record extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbrender0 Package: libxcb-render0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -481,11 +552,10 @@ Description: X C Binding, render extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbrender0-dev Package: libxcb-render0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbrender0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-render0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, render extension, development files Description: X C Binding, render extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-render, the render extension for the X C Binding. using libxcb-render, the render extension for the X C Binding.
@ -503,10 +573,11 @@ Description: X C Binding, render extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbrender0-dbg Package: libxcb-render0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbrender0 (= ${Source-Version}) Depends: libxcb-render0 (= ${Source-Version})
Description: X C Binding, render extension, debugging symbols Description: X C Binding, render extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-render, the render extension for the X C Binding. gdb will libxcb-render, the render extension for the X C Binding. gdb will
@ -525,7 +596,7 @@ Description: X C Binding, render extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbres0 Package: libxcb-res0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -546,11 +617,10 @@ Description: X C Binding, res extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbres0-dev Package: libxcb-res0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbres0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-res0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, res extension, development files Description: X C Binding, res extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-res, the res extension for the X C Binding. using libxcb-res, the res extension for the X C Binding.
@ -568,10 +638,11 @@ Description: X C Binding, res extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbres0-dbg Package: libxcb-res0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbres0 (= ${Source-Version}) Depends: libxcb-res0 (= ${Source-Version})
Description: X C Binding, res extension, debugging symbols Description: X C Binding, res extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-res, the res extension for the X C Binding. gdb will libxcb-res, the res extension for the X C Binding. gdb will
@ -590,7 +661,7 @@ Description: X C Binding, res extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbscreensaver0 Package: libxcb-screensaver0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -611,11 +682,10 @@ Description: X C Binding, screensaver extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbscreensaver0-dev Package: libxcb-screensaver0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbscreensaver0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-screensaver0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, screensaver extension, development files Description: X C Binding, screensaver extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-screensaver, the screensaver extension for the X C Binding. using libxcb-screensaver, the screensaver extension for the X C Binding.
@ -633,10 +703,11 @@ Description: X C Binding, screensaver extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbscreensaver0-dbg Package: libxcb-screensaver0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbscreensaver0 (= ${Source-Version}) Depends: libxcb-screensaver0 (= ${Source-Version})
Description: X C Binding, screensaver extension, debugging symbols Description: X C Binding, screensaver extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-screensaver, the screensaver extension for the X C Binding. gdb will libxcb-screensaver, the screensaver extension for the X C Binding. gdb will
@ -655,7 +726,7 @@ Description: X C Binding, screensaver extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbshape0 Package: libxcb-shape0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -676,11 +747,10 @@ Description: X C Binding, shape extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbshape0-dev Package: libxcb-shape0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbshape0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-shape0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, shape extension, development files Description: X C Binding, shape extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-shape, the shape extension for the X C Binding. using libxcb-shape, the shape extension for the X C Binding.
@ -698,10 +768,11 @@ Description: X C Binding, shape extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbshape0-dbg Package: libxcb-shape0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbshape0 (= ${Source-Version}) Depends: libxcb-shape0 (= ${Source-Version})
Description: X C Binding, shape extension, debugging symbols Description: X C Binding, shape extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-shape, the shape extension for the X C Binding. gdb will libxcb-shape, the shape extension for the X C Binding. gdb will
@ -720,7 +791,7 @@ Description: X C Binding, shape extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbshm0 Package: libxcb-shm0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -741,11 +812,10 @@ Description: X C Binding, shm extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbshm0-dev Package: libxcb-shm0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbshm0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-shm0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, shm extension, development files Description: X C Binding, shm extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-shm, the shm extension for the X C Binding. using libxcb-shm, the shm extension for the X C Binding.
@ -763,10 +833,11 @@ Description: X C Binding, shm extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbshm0-dbg Package: libxcb-shm0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbshm0 (= ${Source-Version}) Depends: libxcb-shm0 (= ${Source-Version})
Description: X C Binding, shm extension, debugging symbols Description: X C Binding, shm extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-shm, the shm extension for the X C Binding. gdb will libxcb-shm, the shm extension for the X C Binding. gdb will
@ -785,7 +856,7 @@ Description: X C Binding, shm extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbsync0 Package: libxcb-sync0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -806,11 +877,10 @@ Description: X C Binding, sync extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbsync0-dev Package: libxcb-sync0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbsync0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-sync0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, sync extension, development files Description: X C Binding, sync extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-sync, the sync extension for the X C Binding. using libxcb-sync, the sync extension for the X C Binding.
@ -828,10 +898,11 @@ Description: X C Binding, sync extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbsync0-dbg Package: libxcb-sync0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbsync0 (= ${Source-Version}) Depends: libxcb-sync0 (= ${Source-Version})
Description: X C Binding, sync extension, debugging symbols Description: X C Binding, sync extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-sync, the sync extension for the X C Binding. gdb will libxcb-sync, the sync extension for the X C Binding. gdb will
@ -850,7 +921,7 @@ Description: X C Binding, sync extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxevie0 Package: libxcb-xevie0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -871,11 +942,10 @@ Description: X C Binding, xevie extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxevie0-dev Package: libxcb-xevie0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxevie0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-xevie0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, xevie extension, development files Description: X C Binding, xevie extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-xevie, the xevie extension for the X C Binding. using libxcb-xevie, the xevie extension for the X C Binding.
@ -893,10 +963,11 @@ Description: X C Binding, xevie extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxevie0-dbg Package: libxcb-xevie0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxevie0 (= ${Source-Version}) Depends: libxcb-xevie0 (= ${Source-Version})
Description: X C Binding, xevie extension, debugging symbols Description: X C Binding, xevie extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-xevie, the xevie extension for the X C Binding. gdb will libxcb-xevie, the xevie extension for the X C Binding. gdb will
@ -915,7 +986,7 @@ Description: X C Binding, xevie extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxf86dri0 Package: libxcb-xf86dri0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -936,11 +1007,10 @@ Description: X C Binding, xf86dri extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxf86dri0-dev Package: libxcb-xf86dri0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxf86dri0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-xf86dri0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, xf86dri extension, development files Description: X C Binding, xf86dri extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-xf86dri, the xf86dri extension for the X C Binding. using libxcb-xf86dri, the xf86dri extension for the X C Binding.
@ -958,10 +1028,11 @@ Description: X C Binding, xf86dri extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxf86dri0-dbg Package: libxcb-xf86dri0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxf86dri0 (= ${Source-Version}) Depends: libxcb-xf86dri0 (= ${Source-Version})
Description: X C Binding, xf86dri extension, debugging symbols Description: X C Binding, xf86dri extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-xf86dri, the xf86dri extension for the X C Binding. gdb will libxcb-xf86dri, the xf86dri extension for the X C Binding. gdb will
@ -980,7 +1051,7 @@ Description: X C Binding, xf86dri extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxfixes0 Package: libxcb-xfixes0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -1001,11 +1072,10 @@ Description: X C Binding, xfixes extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxfixes0-dev Package: libxcb-xfixes0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxfixes0 (= ${Source-Version}), libxcb0-dev, libxcbrender0-dev, libxcbshape0-dev Depends: libxcb-xfixes0 (= ${Source-Version}), libxcb1-dev, libxcb-render0-dev, libxcb-shape0-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, xfixes extension, development files Description: X C Binding, xfixes extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-xfixes, the xfixes extension for the X C Binding. using libxcb-xfixes, the xfixes extension for the X C Binding.
@ -1023,10 +1093,11 @@ Description: X C Binding, xfixes extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxfixes0-dbg Package: libxcb-xfixes0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxfixes0 (= ${Source-Version}) Depends: libxcb-xfixes0 (= ${Source-Version})
Description: X C Binding, xfixes extension, debugging symbols Description: X C Binding, xfixes extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-xfixes, the xfixes extension for the X C Binding. gdb will libxcb-xfixes, the xfixes extension for the X C Binding. gdb will
@ -1045,7 +1116,7 @@ Description: X C Binding, xfixes extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxprint0 Package: libxcb-xprint0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -1066,11 +1137,10 @@ Description: X C Binding, xprint extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxprint0-dev Package: libxcb-xprint0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxprint0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-xprint0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, xprint extension, development files Description: X C Binding, xprint extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-xprint, the xprint extension for the X C Binding. using libxcb-xprint, the xprint extension for the X C Binding.
@ -1088,10 +1158,11 @@ Description: X C Binding, xprint extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxprint0-dbg Package: libxcb-xprint0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxprint0 (= ${Source-Version}) Depends: libxcb-xprint0 (= ${Source-Version})
Description: X C Binding, xprint extension, debugging symbols Description: X C Binding, xprint extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-xprint, the xprint extension for the X C Binding. gdb will libxcb-xprint, the xprint extension for the X C Binding. gdb will
@ -1110,7 +1181,7 @@ Description: X C Binding, xprint extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxtest0 Package: libxcb-xtest0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -1131,11 +1202,10 @@ Description: X C Binding, xtest extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxtest0-dev Package: libxcb-xtest0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxtest0 (= ${Source-Version}), libxcb0-dev Depends: libxcb-xtest0 (= ${Source-Version}), libxcb1-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, xtest extension, development files Description: X C Binding, xtest extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-xtest, the xtest extension for the X C Binding. using libxcb-xtest, the xtest extension for the X C Binding.
@ -1153,10 +1223,11 @@ Description: X C Binding, xtest extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxtest0-dbg Package: libxcb-xtest0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxtest0 (= ${Source-Version}) Depends: libxcb-xtest0 (= ${Source-Version})
Description: X C Binding, xtest extension, debugging symbols Description: X C Binding, xtest extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-xtest, the xtest extension for the X C Binding. gdb will libxcb-xtest, the xtest extension for the X C Binding. gdb will
@ -1175,7 +1246,7 @@ Description: X C Binding, xtest extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxv0 Package: libxcb-xv0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -1196,11 +1267,10 @@ Description: X C Binding, xv extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxv0-dev Package: libxcb-xv0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxv0 (= ${Source-Version}), libxcb0-dev, libxcbshm0-dev Depends: libxcb-xv0 (= ${Source-Version}), libxcb1-dev, libxcb-shm0-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, xv extension, development files Description: X C Binding, xv extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-xv, the xv extension for the X C Binding. using libxcb-xv, the xv extension for the X C Binding.
@ -1218,10 +1288,11 @@ Description: X C Binding, xv extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxv0-dbg Package: libxcb-xv0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxv0 (= ${Source-Version}) Depends: libxcb-xv0 (= ${Source-Version})
Description: X C Binding, xv extension, debugging symbols Description: X C Binding, xv extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-xv, the xv extension for the X C Binding. gdb will libxcb-xv, the xv extension for the X C Binding. gdb will
@ -1240,7 +1311,7 @@ Description: X C Binding, xv extension, debugging symbols
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxvmc0 Package: libxcb-xvmc0
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
@ -1261,11 +1332,10 @@ Description: X C Binding, xvmc extension
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxvmc0-dev Package: libxcb-xvmc0-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxvmc0 (= ${Source-Version}), libxcb0-dev, libxcbxv0-dev Depends: libxcb-xvmc0 (= ${Source-Version}), libxcb1-dev, libxcb-xv0-dev
Pre-Depends: x11-common (>= 1:1.09)
Description: X C Binding, xvmc extension, development files Description: X C Binding, xvmc extension, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb-xvmc, the xvmc extension for the X C Binding. using libxcb-xvmc, the xvmc extension for the X C Binding.
@ -1283,10 +1353,11 @@ Description: X C Binding, xvmc extension, development files
. .
Homepage: http://xcb.freedesktop.org Homepage: http://xcb.freedesktop.org
Package: libxcbxvmc0-dbg Package: libxcb-xvmc0-dbg
Priority: extra
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcbxvmc0 (= ${Source-Version}) Depends: libxcb-xvmc0 (= ${Source-Version})
Description: X C Binding, xvmc extension, debugging symbols Description: X C Binding, xvmc extension, debugging symbols
This package contains the debugging symbols associated with This package contains the debugging symbols associated with
libxcb-xvmc, the xvmc extension for the X C Binding. gdb will libxcb-xvmc, the xvmc extension for the X C Binding. gdb will

View File

@ -3,7 +3,7 @@ Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett
<josh@freedesktop.org>. The package is co-maintained by the XCB developers <josh@freedesktop.org>. The package is co-maintained by the XCB developers
via the XCB mailing list <xcb@lists.freedesktop.org>. via the XCB mailing list <xcb@lists.freedesktop.org>.
It was downloaded from http://xcb.freedesktop.org. It was downloaded from http://xcb.freedesktop.org/dist
Upstream Authors: Jamey Sharp <sharpone@debian.org> Upstream Authors: Jamey Sharp <sharpone@debian.org>
Josh Triplett <josh@freedesktop.org> Josh Triplett <josh@freedesktop.org>

4
debian/libxcb-composite0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/composite.h
usr/lib/libxcb-composite.a
usr/lib/libxcb-composite.so
usr/lib/pkgconfig/xcb-composite.pc usr/share/pkgconfig

4
debian/libxcb-damage0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/damage.h
usr/lib/libxcb-damage.a
usr/lib/libxcb-damage.so
usr/lib/pkgconfig/xcb-damage.pc usr/share/pkgconfig

4
debian/libxcb-dpms0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/dpms.h
usr/lib/libxcb-dpms.a
usr/lib/libxcb-dpms.so
usr/lib/pkgconfig/xcb-dpms.pc usr/share/pkgconfig

4
debian/libxcb-glx0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/glx.h
usr/lib/libxcb-glx.a
usr/lib/libxcb-glx.so
usr/lib/pkgconfig/xcb-glx.pc usr/share/pkgconfig

4
debian/libxcb-randr0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/randr.h
usr/lib/libxcb-randr.a
usr/lib/libxcb-randr.so
usr/lib/pkgconfig/xcb-randr.pc usr/share/pkgconfig

4
debian/libxcb-record0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/record.h
usr/lib/libxcb-record.a
usr/lib/libxcb-record.so
usr/lib/pkgconfig/xcb-record.pc usr/share/pkgconfig

4
debian/libxcb-render0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/render.h
usr/lib/libxcb-render.a
usr/lib/libxcb-render.so
usr/lib/pkgconfig/xcb-render.pc usr/share/pkgconfig

4
debian/libxcb-res0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/res.h
usr/lib/libxcb-res.a
usr/lib/libxcb-res.so
usr/lib/pkgconfig/xcb-res.pc usr/share/pkgconfig

View File

@ -0,0 +1,4 @@
usr/include/xcb/screensaver.h
usr/lib/libxcb-screensaver.a
usr/lib/libxcb-screensaver.so
usr/lib/pkgconfig/xcb-screensaver.pc usr/share/pkgconfig

4
debian/libxcb-shape0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/shape.h
usr/lib/libxcb-shape.a
usr/lib/libxcb-shape.so
usr/lib/pkgconfig/xcb-shape.pc usr/share/pkgconfig

4
debian/libxcb-shm0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/shm.h
usr/lib/libxcb-shm.a
usr/lib/libxcb-shm.so
usr/lib/pkgconfig/xcb-shm.pc usr/share/pkgconfig

4
debian/libxcb-sync0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/sync.h
usr/lib/libxcb-sync.a
usr/lib/libxcb-sync.so
usr/lib/pkgconfig/xcb-sync.pc usr/share/pkgconfig

4
debian/libxcb-xevie0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/xevie.h
usr/lib/libxcb-xevie.a
usr/lib/libxcb-xevie.so
usr/lib/pkgconfig/xcb-xevie.pc usr/share/pkgconfig

4
debian/libxcb-xf86dri0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/xf86dri.h
usr/lib/libxcb-xf86dri.a
usr/lib/libxcb-xf86dri.so
usr/lib/pkgconfig/xcb-xf86dri.pc usr/share/pkgconfig

4
debian/libxcb-xfixes0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/xfixes.h
usr/lib/libxcb-xfixes.a
usr/lib/libxcb-xfixes.so
usr/lib/pkgconfig/xcb-xfixes.pc usr/share/pkgconfig

4
debian/libxcb-xlib0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/xcbxlib.h
usr/lib/libxcb-xlib.a
usr/lib/libxcb-xlib.so
usr/lib/pkgconfig/xcb-xlib.pc usr/share/pkgconfig

1
debian/libxcb-xlib0.install vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/libxcb-xlib.so.*

4
debian/libxcb-xprint0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/xprint.h
usr/lib/libxcb-xprint.a
usr/lib/libxcb-xprint.so
usr/lib/pkgconfig/xcb-xprint.pc usr/share/pkgconfig

4
debian/libxcb-xtest0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/xtest.h
usr/lib/libxcb-xtest.a
usr/lib/libxcb-xtest.so
usr/lib/pkgconfig/xcb-xtest.pc usr/share/pkgconfig

4
debian/libxcb-xv0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/xv.h
usr/lib/libxcb-xv.a
usr/lib/libxcb-xv.so
usr/lib/pkgconfig/xcb-xv.pc usr/share/pkgconfig

4
debian/libxcb-xvmc0-dev.install vendored Normal file
View File

@ -0,0 +1,4 @@
usr/include/xcb/xvmc.h
usr/lib/libxcb-xvmc.a
usr/lib/libxcb-xvmc.so
usr/lib/pkgconfig/xcb-xvmc.pc usr/share/pkgconfig

View File

@ -1,9 +0,0 @@
usr/include/X11/XCB/bigreq.h
usr/include/X11/XCB/xc_misc.h
usr/include/X11/XCB/xcb.h
usr/include/X11/XCB/xcbext.h
usr/include/X11/XCB/xcbxlib.h
usr/include/X11/XCB/xproto.h
usr/lib/libxcb.a
usr/lib/libxcb.so
usr/lib/pkgconfig/xcb.pc

8
debian/libxcb1-dev.install vendored Normal file
View File

@ -0,0 +1,8 @@
usr/include/xcb/bigreq.h
usr/include/xcb/xc_misc.h
usr/include/xcb/xcb.h
usr/include/xcb/xcbext.h
usr/include/xcb/xproto.h
usr/lib/libxcb.a
usr/lib/libxcb.so
usr/lib/pkgconfig/xcb.pc usr/share/pkgconfig

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/composite.h
usr/lib/libxcb-composite.a
usr/lib/libxcb-composite.so
usr/lib/pkgconfig/xcb-composite.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/damage.h
usr/lib/libxcb-damage.a
usr/lib/libxcb-damage.so
usr/lib/pkgconfig/xcb-damage.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/dpms.h
usr/lib/libxcb-dpms.a
usr/lib/libxcb-dpms.so
usr/lib/pkgconfig/xcb-dpms.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/glx.h
usr/lib/libxcb-glx.a
usr/lib/libxcb-glx.so
usr/lib/pkgconfig/xcb-glx.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/randr.h
usr/lib/libxcb-randr.a
usr/lib/libxcb-randr.so
usr/lib/pkgconfig/xcb-randr.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/record.h
usr/lib/libxcb-record.a
usr/lib/libxcb-record.so
usr/lib/pkgconfig/xcb-record.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/render.h
usr/lib/libxcb-render.a
usr/lib/libxcb-render.so
usr/lib/pkgconfig/xcb-render.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/res.h
usr/lib/libxcb-res.a
usr/lib/libxcb-res.so
usr/lib/pkgconfig/xcb-res.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/screensaver.h
usr/lib/libxcb-screensaver.a
usr/lib/libxcb-screensaver.so
usr/lib/pkgconfig/xcb-screensaver.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/shape.h
usr/lib/libxcb-shape.a
usr/lib/libxcb-shape.so
usr/lib/pkgconfig/xcb-shape.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/shm.h
usr/lib/libxcb-shm.a
usr/lib/libxcb-shm.so
usr/lib/pkgconfig/xcb-shm.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/sync.h
usr/lib/libxcb-sync.a
usr/lib/libxcb-sync.so
usr/lib/pkgconfig/xcb-sync.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/xevie.h
usr/lib/libxcb-xevie.a
usr/lib/libxcb-xevie.so
usr/lib/pkgconfig/xcb-xevie.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/xf86dri.h
usr/lib/libxcb-xf86dri.a
usr/lib/libxcb-xf86dri.so
usr/lib/pkgconfig/xcb-xf86dri.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/xfixes.h
usr/lib/libxcb-xfixes.a
usr/lib/libxcb-xfixes.so
usr/lib/pkgconfig/xcb-xfixes.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/xprint.h
usr/lib/libxcb-xprint.a
usr/lib/libxcb-xprint.so
usr/lib/pkgconfig/xcb-xprint.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/xtest.h
usr/lib/libxcb-xtest.a
usr/lib/libxcb-xtest.so
usr/lib/pkgconfig/xcb-xtest.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/xv.h
usr/lib/libxcb-xv.a
usr/lib/libxcb-xv.so
usr/lib/pkgconfig/xcb-xv.pc

View File

@ -1,4 +0,0 @@
usr/include/X11/XCB/xvmc.h
usr/lib/libxcb-xvmc.a
usr/lib/libxcb-xvmc.so
usr/lib/pkgconfig/xcb-xvmc.pc

22
debian/rules vendored
View File

@ -2,28 +2,6 @@
DEB_DH_INSTALL_SOURCEDIR=debian/tmp DEB_DH_INSTALL_SOURCEDIR=debian/tmp
# FIXME: cdbs shouldn't require this
DEB_DBG_PACKAGE_libxcb0=libxcb0-dbg
DEB_DBG_PACKAGE_libxcbcomposite0=libxcbcomposite0-dbg
DEB_DBG_PACKAGE_libxcbdamage0=libxcbdamage0-dbg
DEB_DBG_PACKAGE_libxcbdpms0=libxcbdpms0-dbg
DEB_DBG_PACKAGE_libxcbglx0=libxcbglx0-dbg
DEB_DBG_PACKAGE_libxcbrandr0=libxcbrandr0-dbg
DEB_DBG_PACKAGE_libxcbrecord0=libxcbrecord0-dbg
DEB_DBG_PACKAGE_libxcbrender0=libxcbrender0-dbg
DEB_DBG_PACKAGE_libxcbres0=libxcbres0-dbg
DEB_DBG_PACKAGE_libxcbscreensaver0=libxcbscreensaver0-dbg
DEB_DBG_PACKAGE_libxcbshape0=libxcbshape0-dbg
DEB_DBG_PACKAGE_libxcbshm0=libxcbshm0-dbg
DEB_DBG_PACKAGE_libxcbsync0=libxcbsync0-dbg
DEB_DBG_PACKAGE_libxcbxevie0=libxcbxevie0-dbg
DEB_DBG_PACKAGE_libxcbxf86dri0=libxcbxf86dri0-dbg
DEB_DBG_PACKAGE_libxcbxfixes0=libxcbxfixes0-dbg
DEB_DBG_PACKAGE_libxcbxprint0=libxcbxprint0-dbg
DEB_DBG_PACKAGE_libxcbxtest0=libxcbxtest0-dbg
DEB_DBG_PACKAGE_libxcbxv0=libxcbxv0-dbg
DEB_DBG_PACKAGE_libxcbxvmc0=libxcbxvmc0-dbg
include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/class/autotools.mk

2
debian/watch vendored Normal file
View File

@ -0,0 +1,2 @@
version=3
http://xcb.freedesktop.org/dist/libxcb-([0-9].*)\.tar\.gz