libvpoll-eventfd 0.1.1-1 source package in Ubuntu

Changelog

libvpoll-eventfd (0.1.1-1) unstable; urgency=medium

  [ Renzo Davoli ]
  * New upstream release 0.1.1.
    + Fix support for Linux 6.2+.  Closes: #1038005
  * Bump Standards-Version to 4.6.2, no changes needed.

  [ Mattia Rizzolo ]
  * Drop uupdate from d/watch.

 -- Renzo Davoli <email address hidden>  Sun, 18 Jun 2023 18:28:25 +0200

Upload details

Uploaded by:
Debian VSquare Team
Uploaded to:
Sid
Original maintainer:
Debian VSquare Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
libvpoll-eventfd_0.1.1-1.dsc 2.2 KiB 3cfc59300e54fc99f85b72ff63506b32cb0cdd590b08ddfb4564aecf39f6c92b
libvpoll-eventfd_0.1.1.orig.tar.gz 23.7 KiB e72104632bbbacbaf6c7c07aad2ce636527507ff04334c1835d78d402a269f19
libvpoll-eventfd_0.1.1-1.debian.tar.xz 3.0 KiB 4e0ee5f91718ac1ac7d3ce1ff0be0d5eb5004b3deb9d05babaa7ee71ec4ee817

No changes file available.

Binary packages built by this source

libvpoll-dev: generate synthetic events for poll/select/ppoll/pselect/epoll (devel)

 This library uses eventfd/VPOLL if provided by the kernel or the vpoll device
 otherwise it implements an emulator (providing only `EPOLLIN`, `EPOLLOUT`
 and a non standard version of EPOLLHUP/EPOLLRDHUP).
 .
 This package contains the development files used for C programs.

libvpoll0: generate synthetic events for poll/select/ppoll/pselect/epoll (library)

 This library uses eventfd/VPOLL if provided by the kernel or the vpoll device
 otherwise it implements an emulator (providing only `EPOLLIN`, `EPOLLOUT`
 and a non standard version of EPOLLHUP/EPOLLRDHUP).
 .
 This package contains the shared library.

libvpoll0-dbgsym: debug symbols for libvpoll0
vpoll-dkms: vpoll device: generate events for poll/select/ppoll/pselect/epoll

 This kernel module creates the vpoll device for libvpoll.
 This package provides the source code for the vpoll kernel module and makes use
 of the DKMS build utility to install it for the running kernel.