1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: sigx
Section: devel
Priority: optional
Maintainer: Chow Loong Jin <hyperair@debian.org>
Build-Depends: debhelper (>= 7.2),
dpkg-dev (>= 1.16.1~),
m4,
scons,
doxygen,
libsigc++-2.0-dev,
libgtkmm-2.4-dev,
libglibmm-2.4-dev,
libglib2.0-dev,
libboost-dev
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/collab-maint/sigx.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/sigx.git
Homepage: http://triendl.info/sigx/
Package: libsigx-2.0-2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: interthread communication library for C++ - runtime
This library is an interthread communication library for C++ on top of
libsigc++ and glibmm. It provides dispatcher based interthread communication,
typesafe functor adaptors to execute functions in the context of another
thread, threadsafe wrappers for signals and connections, and deadlock detection
for synchronous messages.
.
This package contains the runtime files for libsigx, needed if you wish to run
or compile software which depends on it.
Package: libsigx-2.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
libsigx-2.0-2 (= ${binary:Version}),
pkg-config,
libsigc++-2.0-dev,
libglibmm-2.4-dev,
libglib2.0-dev
Suggests: libsigx-2.0-doc
Description: interthread communication for C++ - development files
This library is an interthread communication library for C++ on top of
libsigc++ and glibmm. It provides dispatcher based interthread communication,
typesafe functor adaptors to execute functions in the context of another
thread, threadsafe wrappers for signals and connections, and deadlock detection
for synchronous messages.
.
This package contains the development files for libsigx, needed only if you
wish to write or compile software which uses it.
Package: libsigx-2.0-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libsigx-2.0-dev
Description: interthread communication for C++ - reference documentation
This library is an interthread communication library for C++ on top of
libsigc++ and glibmm. It provides dispatcher based interthread communication,
typesafe functor adaptors to execute functions in the context of another
thread, threadsafe wrappers for signals and connections, and deadlock detection
for synchronous messages.
.
This package contains the reference documentation for libsigx, needed only if
you wish to write software which uses it.
|