Git init
[framework/uifw/xorg/proto/x11proto-xext.git] / debian / control
1 Source: x11proto-xext
2 Section: x11
3 Priority: optional
4 Maintainer: Sung-Jin Park <sj76.park@samsung.com>, SangJin Lee <lsj119@samsung.com>, Debian X Strike Force <debian-x@lists.debian.org>
5 Uploaders: SooChan Lim <sc1.lim@samsung.com>, Sung-Jin Park <sj76.park@samsung.com>, David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.org>, Julien Cristau <jcristau@debian.org>
6 Build-Depends: debhelper (>= 5.0.0), xutils-dev (>= 1:7.4+4), autoconf, automake
7 Standards-Version: 3.8.3
8 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xext
9 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xext.git
10
11 Package: x11proto-xext-dev
12 Architecture: all
13 Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-input-dev, libxau-dev
14 Breaks:
15  libxext-dev (<< 2:1.0.99),
16  libxtst-dev (<< 2:1.0.99)
17 Description: X11 various extension wire protocol
18  This package provides development headers describing the wire protocol
19  for various extensions, the client-side libraries of which are provided
20  in the Xext library.
21  .
22  More information about X.Org can be found at:
23  <URL:http://www.X.org>
24  <URL:http://xorg.freedesktop.org>
25  <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
26  .
27  This package is built from the X.org xextproto proto module.