049766f519e736b2223a4262fbcd014980915719
[framework/uifw/xorg/lib/libxext.git] / debian / control
1 Source: libxext
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: Sung-Jin Park <sj76.park@samsung.com>, SooChan Lim <sc1.lim@samsung.com>, David Nusinow <dnusinow@debian.org>, Brice Goglin <bgoglin@debian.org>, Cyril Brulebois <kibi@debian.org>
6 Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 2:1.3.3-2), x11proto-core-dev (>= 7.0.13), x11proto-xext-dev (>= 7.0.99.2), pkg-config, automake, libtool, xutils-dev (>= 1:7.5-1slp2+1),
7 Standards-Version: 3.9.0
8 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxext
9 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxext.git
10
11 Package: libxext6
12 Section: libs
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Description: X11 miscellaneous extension library
16  libXext provides an X Window System client interface to several extensions to
17  the X protocol.
18  .
19  The supported protocol extensions are:
20   - DOUBLE-BUFFER (DBE), the Double Buffer extension;
21   - DPMS, the VESA Display Power Management System extension;
22   - Extended-Visual-Information (EVI), an extension for gathering extra
23     information about the X server's visuals;
24   - LBX, the Low Bandwidth X extension;
25   - MIT-SHM, the MIT X client/server shared memory extension;
26   - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT;
27   - Multi-Buffering, the multi-buffering and stereo display extension;
28   - SECURITY, the X security extension;
29   - SHAPE, the non-rectangular shaped window extension;
30   - SYNC, the X synchronization extension;
31   - TOG-CUP, the Open Group's Colormap Utilization extension;
32   - XC-APPGROUP, the X Consortium's Application Group extension;
33   - XC-MISC, the X Consortium's resource ID querying extension;
34   - XTEST, the X test extension (this is one of two client-side
35     implementations; the other is in the libXtst library, provided by the
36     libxtst6 package);
37  .
38  libXext also provides a small set of utility functions to aid authors of
39  client APIs for X protocol extensions.
40  .
41  More information about X.Org can be found at:
42  <URL:http://www.X.org>
43  .
44  This module can be found at
45  git://anongit.freedesktop.org/git/xorg/lib/libXext
46
47 #Package: libxext6-udeb
48 ##XC-Package-Type: udeb
49 #Section: debian-installer
50 #Architecture: any
51 #Depends: ${shlibs:Depends}, ${misc:Depends}
52 #Description: X11 miscellaneous extension library
53 # This is a udeb, or a microdeb, for the debian-installer.
54
55 Package: libxext6-dbg
56 Section: debug
57 Architecture: any
58 Priority: extra
59 Depends: ${shlibs:Depends}, ${misc:Depends}, libxext6 (= ${binary:Version})
60 Description: X11 miscellaneous extensions library (debug package)
61  libXext provides an X Window System client interface to several extensions to
62  the X protocol.
63  .
64  The supported protocol extensions are:
65   - DOUBLE-BUFFER (DBE), the Double Buffer extension;
66   - DPMS, the VESA Display Power Management System extension;
67   - Extended-Visual-Information (EVI), an extension for gathering extra
68     information about the X server's visuals;
69   - LBX, the Low Bandwidth X extension;
70   - MIT-SHM, the MIT X client/server shared memory extension;
71   - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT;
72   - Multi-Buffering, the multi-buffering and stereo display extension;
73   - SECURITY, the X security extension;
74   - SHAPE, the non-rectangular shaped window extension;
75   - SYNC, the X synchronization extension;
76   - TOG-CUP, the Open Group's Colormap Utilization extension;
77   - XC-APPGROUP, the X Consortium's Application Group extension;
78   - XC-MISC, the X Consortium's resource ID querying extension;
79   - XTEST, the X test extension (this is one of two client-side
80     implementations; the other is in the libXtst library, provided by the
81     libxtst6 package);
82  .
83  libXext also provides a small set of utility functions to aid authors of
84  client APIs for X protocol extensions.
85  .
86  This package contains the debug versions of the library found in libxext6.
87  Non-developers likely have little use for this package.
88  .
89  More information about X.Org can be found at:
90  <URL:http://www.X.org>
91  .
92  This module can be found at
93  git://anongit.freedesktop.org/git/xorg/lib/libXext
94
95 Package: libxext-dev
96 Section: libdevel
97 Architecture: any
98 Depends: ${shlibs:Depends}, ${misc:Depends}, libxext6 (= ${binary:Version}), x11proto-core-dev, x11proto-xext-dev (>= 7.0.99.2), libx11-dev
99 Replaces: x11proto-xext-dev (<< 7.0.99.2)
100 Description: X11 miscellaneous extensions library (development headers)
101  libXext provides an X Window System client interface to several extensions to
102  the X protocol.
103  .
104  The supported protocol extensions are:
105   - DOUBLE-BUFFER (DBE), the Double Buffer extension;
106   - DPMS, the VESA Display Power Management System extension;
107   - Extended-Visual-Information (EVI), an extension for gathering extra
108     information about the X server's visuals;
109   - LBX, the Low Bandwidth X extension;
110   - MIT-SHM, the MIT X client/server shared memory extension;
111   - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT;
112   - Multi-Buffering, the multi-buffering and stereo display extension;
113   - SECURITY, the X security extension;
114   - SHAPE, the non-rectangular shaped window extension;
115   - SYNC, the X synchronization extension;
116   - TOG-CUP, the Open Group's Colormap Utilization extension;
117   - XC-APPGROUP, the X Consortium's Application Group extension;
118   - XC-MISC, the X Consortium's resource ID querying extension;
119   - XTEST, the X test extension (this is one of two client-side
120     implementations; the other is in the libXtst library, provided by the
121     libxtst6 package);
122  .
123  libXext also provides a small set of utility functions to aid authors of
124  client APIs for X protocol extensions.
125  .
126  This package contains the development headers for the library found in 
127  libxext6. Non-developers likely have little use for this package.
128  .
129  More information about X.Org can be found at:
130  <URL:http://www.X.org>
131  .
132  This module can be found at
133  git://anongit.freedesktop.org/git/xorg/lib/libXext