tevent 0.12.0-1 source package in Ubuntu
Changelog
tevent (0.12.0-1) unstable; urgency=medium * New upstream version * libtevent0.symbols: new symbols: tevent_get_trace_queue_callback tevent_queue_entry_get_tag tevent_queue_entry_set_tag tevent_set_trace_queue_callback tevent_trace_queue_callback * add myself to Uploaders. * many packaging tweaks and cleanups: - use buildflags.mk instead of our own CFLAGS - enable hardening=+all - use DEB_CFLAGS_MAINT_APPEND = -g -Wall - set SHELL=/bin/sh -e - reorder rules for readability - reformat configure flags for readability - set configure environment vars in one place - use bin/config-stamp dep in configure & build to stop running configure on every (re)build - remove override_dh_makeshlibs (export DPKG_GENSYMBOLS_CHECK_LEVEL instead) - simplify clean target - explicit override_dh_auto_test - fix salsa-ci test failure with closed fd#0 - switch to using waf directly (& parallel) - stop using --minimum-library-version= in configure line (not very useful) - bump dh-compat to 13 - explicitly list targets which goes to dh - adopt significantly faster version of /usr/share/dpkg/architecture.mk to set all vars in 1 go -- Michael Tokarev <email address hidden> Mon, 02 May 2022 21:56:00 +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 | |
---|---|---|---|---|
Kinetic | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
tevent_0.12.0-1.dsc | 1.8 KiB | d31e988eb2276766aa9a102084504aa3bbba8db12a2a4f19843811d158bebb8c |
tevent_0.12.0.orig.tar.gz | 857.2 KiB | f9d507861c6a2366a602f2a76b16710c02053afc4883d3e5fa83a05500329c90 |
tevent_0.12.0-1.debian.tar.xz | 13.7 KiB | 880bab992bfc390ab12de1c1ed9f5bc0fbe6f7a3c7760e03bfa82d3b31a982da |
Available diffs
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