tevent 0.9.33-2 source package in Ubuntu

Changelog

tevent (0.9.33-2) unstable; urgency=medium

  * Upload to sid 

 -- Mathieu Parent <email address hidden>  Thu, 26 Oct 2017 10:27:36 +0200

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.9.33-2.dsc 2.1 KiB 6a019ee20a4633f2e0cbe3f4317e1a07f9ea57eca93256f06616fed99a4dec7d
tevent_0.9.33.orig.tar.gz 576.8 KiB 22712ee981fd4298fcd5f3afb27d87a72257cebad37812cfbd3da5d968ed1bdc
tevent_0.9.33-2.debian.tar.xz 12.2 KiB 37b1947fc16f7501796521e289aca354e72e12272e0e945302f500eba7a280f6

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