Git init
[framework/uifw/xorg/lib/libxxf86vm.git] / debian / control
1 Source: libxxf86vm
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), libx11-dev (>= 1:0.99.2), x11proto-xf86vidmode-dev (>= 2.2.99.1), libxext-dev (>= 1:0.99.1), pkg-config, quilt, automake, libtool, xutils-dev (>= 1:7.5-1slp2)
7 Standards-Version: 3.8.3
8 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxxf86vm
9 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxxf86vm.git
10
11 Package: libxxf86vm1
12 Section: libs
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Description: X11 XFree86 video mode extension library
16  libXxf86vm provides an interface to the XFree86-VidModeExtension
17  extension, which allows client applications to get and set video mode
18  timings in extensive detail.  It is used by the xvidtune program in
19  particular.
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 module can be found at
27  git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm
28
29 Package: libxxf86vm1-dbg
30 Section: debug
31 Architecture: any
32 Priority: extra
33 Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86vm1 (= ${binary:Version})
34 Description: X11 XFree86 video mode extension library (debug package)
35  libXxf86vm provides an interface to the XFree86-VidModeExtension
36  extension, which allows client applications to get and set video mode
37  timings in extensive detail.  It is used by the xvidtune program in
38  particular.
39  .
40  This package contains the debug versions of the library found in libxxf86vm1.
41  Non-developers likely have little use for this package.
42  .
43  More information about X.Org can be found at:
44  <URL:http://www.X.org>
45  <URL:http://xorg.freedesktop.org>
46  <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
47  .
48  This module can be found at
49  git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm
50
51 Package: libxxf86vm-dev
52 Section: libdevel
53 Architecture: any
54 Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86vm1 (= ${binary:Version}), libx11-dev, x11proto-xf86vidmode-dev (>= 2.2.99.1)
55 Replaces: x11proto-xf86vidmode-dev (<< 2.2.99.1)
56 Description: X11 XFree86 video mode extension library (development headers)
57  libXxf86vm provides an interface to the XFree86-VidModeExtension
58  extension, which allows client applications to get and set video mode
59  timings in extensive detail.  It is used by the xvidtune program in
60  particular.
61  .
62  This package contains the development headers for the library found in
63  libxxf86vm1.  Non-developers likely have little use for this package.
64  .
65  More information about X.Org can be found at:
66  <URL:http://www.X.org>
67  <URL:http://xorg.freedesktop.org>
68  <URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
69  .
70  This module can be found at
71  git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm