libfile-flock-perl 2014.01-3 source package in Ubuntu

Changelog

libfile-flock-perl (2014.01-3) 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.

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ 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.

 -- Jelmer Vernooij <email address hidden>  Thu, 30 Jun 2022 23:49:54 +0100

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-flock-perl_2014.01-3.dsc 2.2 KiB 5c597c30dbc206ff5afeded18861e585486e2f4fe94967fb14cf2ae9d3fe378b
libfile-flock-perl_2014.01.orig.tar.gz 12.5 KiB 5dc5d7890dbeb4f8261f1e47820492a238f56f38c793a8b453d06515f7f241d2
libfile-flock-perl_2014.01-3.debian.tar.xz 2.2 KiB 178ed5c8bfc82bf31bada5609eb397f423ac8aae0e50226f441d0f980e7573f9

Available diffs

No changes file available.

Binary packages built by this source

libfile-flock-perl: file locking with flock

 Lock files using the flock() call. Locks can be created by new'ing a
 File::Flock object and are automatically removed when the object goes
 out of scope.