libio-lockedfile-perl 0.23+d030220-5 source package in Ubuntu

Changelog

libio-lockedfile-perl (0.23+d030220-5) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Wrap long lines in changelog entries: 0.23-1.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.
  * Fix day-of-week for changelog entry 0.23-2.
  * Remove check for DEB_BUILD_OPTIONS=nocheck from debian/rules.
    debhelper 13 does this for us.

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 21:41:13 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-lockedfile-perl_0.23+d030220-5.dsc 2.1 KiB b7ce8efb06358717f4058a9935cfb5c700e6362752c9f9acf0726e13b86ec76e
libio-lockedfile-perl_0.23+d030220.orig.tar.gz 7.4 KiB b1db7e6a6bf1be1e0615a6ecb5cebe78b00e287b127d5856d3f16b35dd47f8b5
libio-lockedfile-perl_0.23+d030220-5.debian.tar.xz 3.4 KiB a9bab03c8d30218b70eb741fbea0a3f577d6f06cbb85933522cd6b8e56e8b015

Available diffs

No changes file available.

Binary packages built by this source

libio-lockedfile-perl: module providing object methods for locking files

 IO::LockedFile provides the same interface as the IO::File class, but with
 the additional feature that the files being manipulated are locked using
 the Flock mechanism (using the flock function).