Git init
[framework/uifw/xorg/lib/libxrandr.git] / debian / control
1 Source: libxrandr
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>
6 Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2), libxext-dev (>= 1:0.99.1), x11proto-randr-dev (>= 1.3), x11proto-render-dev, libxrender-dev (>= 1:0.9.0-2), pkg-config, quilt, automake, libtool, xutils-dev
7 Standards-Version: 3.8.3
8 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxrandr
9 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxrandr.git
10
11 Package: libxrandr2
12 Section: libs
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Description: X11 RandR extension library
16  libXrandr provides an X Window System client interface to the RandR
17  extension to the X protocol.
18  .
19  The RandR extension allows for run-time configuration of display attributes
20  such as resolution, rotation, and reflection.
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 module can be found at
28  git://anongit.freedesktop.org/git/xorg/lib/libXrandr
29
30 Package: libxrandr2-dbg
31 Section: debug
32 Priority: extra
33 Architecture: any
34 Depends: ${shlibs:Depends}, ${misc:Depends}, libxrandr2 (= ${binary:Version})
35 Description: X11 RandR extension library (debug package)
36  libXrandr provides an X Window System client interface to the RandR
37  extension to the X protocol.
38  .
39  The RandR extension allows for run-time configuration of display attributes
40  such as resolution, rotation, and reflection.
41  .
42  This package contains the debug versions of the library found in libxrandr2.
43  Non-developers likely have little use for this package.
44  .
45  More information about X.Org can be found at:
46  <URL:http://www.X.org>
47  <URL:http://xorg.freedesktop.org>
48  <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
49  .
50  This module can be found at
51  git://anongit.freedesktop.org/git/xorg/lib/libXrandr
52
53 Package: libxrandr-dev
54 Section: libdevel
55 Architecture: any
56 Depends: ${shlibs:Depends}, ${misc:Depends}, libxrandr2 (= ${binary:Version}), libx11-dev, libxext-dev, x11proto-randr-dev (>= 1.3), libxrender-dev
57 Description: X11 RandR extension library (development headers)
58  libXrandr provides an X Window System client interface to the RandR
59  extension to the X protocol.
60  .
61  The RandR extension allows for run-time configuration of display attributes
62  such as resolution, rotation, and reflection.
63  .
64  This package contains the development headers for the library found in
65  libxrandr2.  Non-developers likely have little use for this package.
66  .
67  More information about X.Org can be found at:
68  <URL:http://www.X.org>
69  <URL:http://xorg.freedesktop.org>
70  <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
71  .
72  This module can be found at
73  git://anongit.freedesktop.org/git/xorg/lib/libXrandr