tevent 0.11.0-1 source package in Ubuntu

Changelog

tevent (0.11.0-1) unstable; urgency=medium

  * New upstream version 0.11.0
    - Update 0001-Disable-python-tests.patch
    - Bump build-depend on talloc to 2.3.2
    - Add Build-Depends: libcmocka-dev (>= 1.1.3)
    - Update symbols
  * Update watch file format version to 4
  * d/copyright: Fix duplicate-globbing-patterns
  * Standards-Version: 4.5.1

 -- Mathieu Parent <email address hidden>  Tue, 14 Dec 2021 09:43:24 +0100

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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tevent_0.11.0-1.dsc 2.1 KiB 3fa6f81fae5a6489d2df764c0b3fbe9138b921ce5986003292c317cb96d28c11
tevent_0.11.0.orig.tar.gz 846.0 KiB ee9a86c8e808aac2fe1e924eaa139ff7f0269d0e8e4fafa850ae5c7489bc82ba
tevent_0.11.0-1.debian.tar.xz 12.9 KiB 96ba4e012735326fbce0ff131c6f4ea637c33686a1fa89b9151515ad12e0c794

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