libdb-file-lock-perl 0.05-5 source package in Ubuntu

Changelog

libdb-file-lock-perl (0.05-5) unstable; urgency=medium

  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

  [ Salvatore Bonaccorso ]
  * 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

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

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

  [ Debian Janitor ]
  * Move source package lintian overrides to debian/source.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 15:21:30 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdb-file-lock-perl_0.05-5.dsc 2.1 KiB 29328452d18fa55ff3287dae6371e6ac1e010b5f942dc2e7235f73a9c64937cb
libdb-file-lock-perl_0.05.orig.tar.gz 7.5 KiB 47ca2ec8ce4c502ab3a36792738c7ee77e62abcebf3a4219c92cbfd21646ac2e
libdb-file-lock-perl_0.05-5.debian.tar.xz 3.6 KiB 55461064c3dcbd827cb5ee566659602848204e2d6e205f7d031b8955d13b9ce8

Available diffs

No changes file available.

Binary packages built by this source

libdb-file-lock-perl: wrapper adding locking for the DB_File module

 When you need locking, simply use DB_File::Lock in place of DB_File and
 add an extra argument onto the tie command specifying if the file should
 be locked for reading or writing.