diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-09-25 02:39:20 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-09-25 02:39:20 -0700 |
commit | 3f76ecd2f4d1771b69c9050e3b54f733001266eb (patch) | |
tree | 2e83113a9ce5b36b5169a3b34aa58586023783db /debian | |
parent | 46b7dbdd9306235ae04da9d0e3431a1b58f89048 (diff) |
XCB no longer needs x11proto-core-dev.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 6d0909e..b22ceef 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional Section: libdevel Maintainer: XCB Developers <xcb@lists.freedesktop.org> Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org> -Build-Depends: x11proto-core-dev, 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, cdbs, debhelper (>= 5.0.0), pkg-config, xsltproc, check, binutils (>= 2.12.90.0.9) Standards-Version: 3.6.1 Package: libxcb0 @@ -30,7 +30,7 @@ Description: X C Binding Package: libxcb0-dev Section: libdevel Architecture: any -Depends: libxcb0 (= ${Source-Version}), x11proto-core-dev +Depends: libxcb0 (= ${Source-Version}) Pre-Depends: x11-common (>= 1:1.09) Description: X C Binding, development files This package contains the header and library files needed to build software |