libasync-interrupt-perl 1.22-1 source package in Ubuntu

Changelog

libasync-interrupt-perl (1.22-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Jotam Jr. Trejo from Uploaders. Thanks for your work!

  * New upstream release.
  * Declare compliance with Debian Policy 4.1.3.
  * Bump debhelper compatibility level to 10.
  * Add /me to Uploaders.
  * Set bindnow linker flag in debian/rules.
  * Use HTTPS for some URLs in debian/copyright. Thanks to duck.

 -- gregor herrmann <email address hidden>  Fri, 19 Jan 2018 19:31:32 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl

Downloads

File Size SHA-256 Checksum
libasync-interrupt-perl_1.22-1.dsc 2.2 KiB d41eccd452d77b27408061827b1145c0c673ce3e17538d2932296d578cb03bc6
libasync-interrupt-perl_1.22.orig.tar.gz 29.7 KiB 222e51d1117e5b04495e47a5341e986cb7c4a0ce1bc3bd9ad5bac25f233083a3
libasync-interrupt-perl_1.22-1.debian.tar.xz 3.7 KiB 0af378012d5006afcd39437bd28eb548db686dea965613d3ab9e01dad5811ec0

No changes file available.

Binary packages built by this source

libasync-interrupt-perl: module to allow C/XS libraries to interrupt perl

 Async::Interrupt is a Perl module that implements asynchronous interruptions,
 similar in nature to UNIX signals, in a cross-platform manner. Modules might
 want to run code asynchronously (in another thread or from a signal handler)
 and then signal the interpreter on certain events. One common way is to write
 data to a pipe and use an event handling toolkit to watch for I/O events.
 Another way is to send a signal. Those methods are slow, and in the case of a
 pipe, also not asynchronous - it won't interrupt a running Perl interpreter.
 .
 This module implements asynchronous notifications that enable you to signal
 running Perl code from another thread, asynchronously, and sometimes even
 without using a single syscall.

libasync-interrupt-perl-dbgsym: debug symbols for libasync-interrupt-perl