libsignal-mask-perl 0.008-2 source package in Ubuntu

Changelog

libsignal-mask-perl (0.008-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 10:24:51 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsignal-mask-perl_0.008-2.dsc 2.1 KiB ce6c8142fb4de5ae3b961edf9eebf8d5e0c5d8f6836719e0d7fbbd858297e449
libsignal-mask-perl_0.008.orig.tar.gz 11.5 KiB 043d995b6b249d9ebc04c467db31bb7ddc2e55faa08e885bdb050b1f2336b73f
libsignal-mask-perl_0.008-2.debian.tar.xz 2.0 KiB e3640d30eef73e43a9757d8bcd53b0df21d945739d14d7dd72de5e2148915474

Available diffs

No changes file available.

Binary packages built by this source

libsignal-mask-perl: module for easy handling of signal masks

 Signal::Mask is an abstraction around your process or thread signal mask. It
 is used to fetch and/or change the signal mask of the calling process or
 thread. The signal mask is the set of signals whose delivery is currently
 blocked for the caller. It is available as the global hash %Signal::Mask.
 .
 Signal::Pending is an abstraction around your process'/thread's pending
 signals. It can be used in combination with signal masks to handle signals in
 a controlled manner. The set of pending signals is available as the global
 hash %Signal::Pending.