tevent 0.13.0-3 source package in Ubuntu
Changelog
tevent (0.13.0-3) unstable; urgency=medium [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable) [ Michael Tokarev ] * d/rules: support "terse" build option for non-verbose build * d/salsa-ci.yml: - instead of allowing blhc to (always) fail, disable it - disable crossbuild-arm64 test (samba does not cross-build) -- Michael Tokarev <email address hidden> Fri, 20 Jan 2023 19:07:18 +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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
tevent_0.13.0-3.dsc | 1.8 KiB | 676153a320f813a6b2a3cfa9dc89eac1eff385bad748b85980babeec4192e09e |
tevent_0.13.0.orig.tar.gz | 860.0 KiB | b9437a917fa55344361beb64ec9e0042e99cae8879882a62dd38f6abe2371d0c |
tevent_0.13.0-3.debian.tar.xz | 14.0 KiB | 8de861eaa367c140ea35f7129b81e6cd5c901ceeb5154ec42395569755b1b813 |
Available diffs
- diff from 0.13.0-2 to 0.13.0-3 (1.1 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