a52bd5197fa34b83ad765abbea89c59132523161
[framework/uifw/xorg/xcb/libpthread-stubs.git] / debian / control
1 Source: libpthread-stubs
2 Priority: optional
3 Section: libdevel
4 Maintainer: SooChan Lim <sc1.lim@samsung.com>, SangJin Lee <lsj119@samsung.com>, XCB Developers <xcb@lists.freedesktop.org>
5 Uploaders:  SooChan Lim <sc1.lim@samsung.com>, Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org>, Julien Danjou <acid@debian.org>
6 Build-Depends: cdbs (>= 0.4.40), debhelper (>= 5.0.0)
7 Standards-Version: 3.8.3
8 XS-Vcs-Git: git://anongit.freedesktop.org/git/xcb/pthread-stubs
9 XS-Vcs-Browser: http://gitweb.freedesktop.org/?p=xcb/pthread-stubs.git
10
11 Package: libpthread-stubs0
12 Section: libs
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Description: pthread stubs not provided by native libc
16  This library provides weak aliases for pthread functions not provided
17  in libc or otherwise available by default.  Libraries like libxcb rely
18  on pthread stubs to use pthreads optionally, becoming thread-safe when
19  linked to libpthread, while avoiding any performance hit when running
20  single-threaded. libpthread-stubs supports this behavior even on
21  platforms which do not supply all the necessary pthread stubs.  On
22  platforms which already supply all the necessary pthread stubs, this
23  package has no content.
24
25 Package: libpthread-stubs0-dev
26 Section: libdevel
27 Architecture: any
28 Depends: ${misc:Depends}, libpthread-stubs0 (= ${binary:Version})
29 Description: pthread stubs not provided by native libc, development files
30  This library provides weak aliases for pthread functions not provided
31  in libc or otherwise available by default.  Libraries like libxcb rely
32  on pthread stubs to use pthreads optionally, becoming thread-safe when
33  linked to libpthread, while avoiding any performance hit when running
34  single-threaded. libpthread-stubs supports this behavior even on
35  platforms which do not supply all the necessary pthread stubs.
36  .
37  On platforms which already supply all the necessary pthread stubs, this
38  package ships only the pkg-config file pthread-stubs.pc, to allow
39  libraries to unconditionally express a dependency on pthread-stubs and
40  still obtain correct behavior.