pth 2.0.7-22 source package in Ubuntu
Changelog
pth (2.0.7-22) unstable; urgency=medium * debian/watch: Fix the URL. * debian/rules: Simplify. * debian/source/options: Remove. -- NIIBE Yutaka <email address hidden> Tue, 20 Aug 2019 09:19:42 +0900
Upload details
- Uploaded by:
- NIIBE Yutaka
- Uploaded to:
- Sid
- Original maintainer:
- NIIBE Yutaka
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pth_2.0.7-22.dsc | 1.4 KiB | c0c6210e7a2bf4eaba9d6d6af7b10234906174a179faf0676dcfc634e8e5a318 |
pth_2.0.7.orig.tar.gz | 637.3 KiB | 72353660c5a2caafd601b20e12e75d865fd88f6cf1a088b306a3963f0bc77232 |
pth_2.0.7-22.debian.tar.xz | 14.5 KiB | d029310cb790f2b64b8c49351a10298b936eedb22b50a8a89d52462cf840e89d |
Available diffs
- diff from 2.0.7-21 to 2.0.7-22 (1.5 KiB)
No changes file available.
Binary packages built by this source
- libpth-dev: GNU Portable Threads (development)
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.
.
This package contains the development files.
- libpth20: 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.
- libpth20-dbgsym: debug symbols for libpth20