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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: pth
Section: devel
Priority: optional
Maintainer: Luis Bustamante <luferbu@fluidsignal.com>
Standards-Version: 3.6.1
Build-Depends: debhelper (>> 3.0.0), autotools-dev, libtool
Package: libpth2
Section: libs
Architecture: any
Conflicts: libpth-dbg (<< ${Source-Version}), libpth-prof (<< ${Source-Version}), libpth-dev (<< ${Source-Version}), libpth14
Replaces: libpth-dbg (<< ${Source-Version}), libpth-prof (<< ${Source-Version}), libpth-dev (<< ${Source-Version}), libpth14
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 information can be found at the libpth web site
http://www.gnu.org/software/pth/ .
Package: libpthread2
Section: libs
Architecture: none
Depends: ${shlibs:Depends}
Description: The GNU Portable Threads (pthread emulation)
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 information can be found at the libpth web site
http://www.gnu.org/software/pth/ .
Package: libpth-dbg
Section: libdevel
Priority: extra
Architecture: any
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 information can be found at the libpth web site
http://www.gnu.org/software/pth/ .
Package: libpth-prof
Section: libdevel
Priority: extra
Architecture: any
Depends: libpth2 (= ${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 information can be found at the libpth web site
http://www.gnu.org/software/pth/ .
Package: libpth-dev
Section: libdevel
Architecture: any
Suggests: libpth-dbg, libpth-prof
Replaces: libpth13-dev
Conflicts: libpth13-dev
Depends: libpth2 (= ${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 information can be found at the libpth web site
http://www.gnu.org/software/pth/ .
Package: libpthread-dev
Section: libdevel
Architecture: none
Depends: libpthread2 (= ${Source-Version})
Description: Header files for The GNU Portable Threads (pthread emulation)
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 information can be found at the libpth web site
http://www.gnu.org/software/pth/ .
|