Git init
[framework/uifw/xorg/proto/x11proto-kb.git] / debian / control
1 Source: x11proto-kb
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), automake, xutils-dev (>= 1:7.3~1)
7 Standards-Version: 3.8.3
8 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-kb
9 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-kb.git
10
11 Package: x11proto-kb-dev
12 Architecture: all
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: X11 XKB extension wire protocol
15  This package provides development headers describing the wire protocol
16  for the XKEYBOARD extension, used to control all manner of options
17  related to keyboard handling and layout in particular.
18  It does not control the addition/enabling/disabling of keyboards;
19  this is done with the XINPUT extension.
20  .
21  More information about X.Org can be found at:
22  <URL:http://www.X.org>
23  <URL:http://xorg.freedesktop.org>
24  <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
25  .
26  This package is built from the X.org kbproto proto module.