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 73 74 75 76 77 78 79
|
Source: pth
Section: devel
Priority: optional
Maintainer: Domenico Andreoli <cavok@debian.org>
Standards-Version: 3.5.6
Build-Depends: debhelper (>> 3.0.0), autotools-dev
Package: libpth14
Section: libs
Architecture: any
Conflicts: libpth-dbg (<< ${Source-Version}), libpth-prof (<< ${Source-Version}), libpth-dev (<< ${Source-Version})
Replaces: libpth-dbg (<< ${Source-Version}), libpth-prof (<< ${Source-Version}), libpth-dev (<< ${Source-Version})
Depends: ${shlibs:Depends}
Description: The GNU Portable Threads
Pth is a very portable POSIX/ANSI-C based library for Unix
platforms which provides non-preemptive priority-based
scheduling for multiple threads of execution ("multithreading")
inside server applications. All threads run in the same address
space of the server application, but each thread has its own
individual program-counter, run-time stack, signal mask and
errno variable.
.
More informations can be found at the libpth web site
http://www.gnu.org/software/pth/ .
Package: libpth-dbg
Section: devel
Priority: extra
Architecture: any
Conflicts: libpth13-dbg
Replaces: libpth13-dbg
Depends: ${shlibs:Depends}
Description: The GNU Portable Threads (with debugging information)
Pth is a very portable POSIX/ANSI-C based library for Unix
platforms which provides non-preemptive priority-based
scheduling for multiple threads of execution ("multithreading")
inside server applications. All threads run in the same address
space of the server application, but each thread has its own
individual program-counter, run-time stack, signal mask and
errno variable.
.
More informations can be found at the libpth web site
http://www.gnu.org/software/pth/ .
Package: libpth-prof
Section: devel
Priority: extra
Architecture: any
Conflicts: libpth13-prof
Replaces: libpth13-prof
Depends: libpth14 (= ${Source-Version})
Description: The GNU Portable Threads (for profiling)
Pth is a very portable POSIX/ANSI-C based library for Unix
platforms which provides non-preemptive priority-based
scheduling for multiple threads of execution ("multithreading")
inside server applications. All threads run in the same address
space of the server application, but each thread has its own
individual program-counter, run-time stack, signal mask and
errno variable.
.
More informations can be found at the libpth web site
http://www.gnu.org/software/pth/ .
Package: libpth-dev
Section: devel
Architecture: any
Suggests: libpth-dbg, libpth-prof
Depends: libpth14 (= ${Source-Version})
Description: Header files for The GNU Portable Threads
Pth is a very portable POSIX/ANSI-C based library for Unix
platforms which provides non-preemptive priority-based
scheduling for multiple threads of execution ("multithreading")
inside server applications. All threads run in the same address
space of the server application, but each thread has its own
individual program-counter, run-time stack, signal mask and
errno variable.
.
More informations can be found at the libpth web site
http://www.gnu.org/software/pth/ .
|