tevent 0.14.1-1 source package in Ubuntu
Changelog
tevent (0.14.1-1) unstable; urgency=medium * new upstream minor release: - Build fix for GNU/Hurd - Build fix for Solaris, after removal of ports backend (samba bug #15298) * d/control: do not build-depend on python-distutils, sysconfig will be used instead * d/control: Standards-Version: 4.6.2 (no changes) * d/control: remove build-depend on libaio-dev, it is not used * cross.patch: fix two bugs in it -- Michael Tokarev <email address hidden> Sat, 04 Feb 2023 11:22:05 +0300
Upload details
- Uploaded by:
- Debian Samba Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Samba Maintainers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
tevent_0.14.1-1.dsc | 1.7 KiB | 0d1a582ca7f2a838f219d508b6089fce68a181acc3c05de49dfa126099ec71e9 |
tevent_0.14.1.orig.tar.gz | 861.3 KiB | ef85fcaa80ffd2351036ba4b347630fef2a1ac3da964a7f1820466bad03cd00d |
tevent_0.14.1-1.debian.tar.xz | 14.4 KiB | b67d59d3236ebab407c2bdfdd2579ef0b0026076b228909cebf42c5b7233f1e3 |
Available diffs
- diff from 0.14.0-2 to 0.14.1-1 (5.5 KiB)
No changes file available.
Binary packages built by this source
- libtevent-dev: talloc-based event loop library - development files
tevent is a simple library that can handle the main event loop for an
application. It supports three kinds of events: timed events, file
descriptors becoming readable or writable and signals.
.
Talloc is used for memory management, both internally and for private
data provided by users of the library.
.
This package provides the development files.
- libtevent0: talloc-based event loop library - shared library
tevent is a simple library that can handle the main event loop for an
application. It supports three kinds of events: timed events, file
descriptors becoming readable or writable and signals.
.
Talloc is used for memory management, both internally and for private
data provided by users of the library.
.
This package provides the shared library file.
- libtevent0-dbgsym: debug symbols for libtevent0