Git init
[framework/uifw/xorg/proto/x11proto-xf86dga.git] / debian / control
1 Source: x11proto-xf86dga
2 Section: x11
3 Priority: optional
4 Maintainer: SooChan Lim <sc1.lim@samsung.com>, Sangjin Lee <lsj119@samsung.com>, Debian X Strike Force <debian-x@lists.debian.org>
5 Uploaders: SooChan Lim <sc1.lim@samsung.com>, David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.org>, Julien Cristau <jcristau@debian.org>, YoungHoon Jung <yhoon.jung@samsung.com>
6 Build-Depends: debhelper (>= 5.0.0), automake, xutils-dev (>= 1:7.5~1)
7 Standards-Version: 3.8.3
8 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xf86dga
9 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xf86dga.git
10
11 Package: x11proto-xf86dga-dev
12 Architecture: all
13 Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-core-dev
14 Breaks: libxxf86dga-dev (<< 2:1.0.99.1)
15 Description: X11 Direct Graphics Access extension wire protocol
16  This package provides development headers describing the wire protocol
17  for the XFree86-DGA extension, which provides direct, framebuffer-like,
18  graphics access.
19  .
20  More information about X.Org can be found at:
21  <URL:http://www.X.org>
22  <URL:http://xorg.freedesktop.org>
23  <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
24  .
25  This package is built from the X.org xf86dgaproto proto module.