libmldbm-sync-perl 0.30-5 source package in Ubuntu

Changelog

libmldbm-sync-perl (0.30-5) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ 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

  [ Laurent Baillet ]
  * fix lintian spelling-error-in-description warning

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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set Testsuite header for perl package.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 19:40:08 +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
libmldbm-sync-perl_0.30-5.dsc 2.1 KiB a447aad7bc90cfea43c4e12011a79f7ad03f2028f2ef2b3d9cc1ae4061f6a401
libmldbm-sync-perl_0.30.orig.tar.gz 21.5 KiB b5f31d40beda393e1f5c6278a785a6f87f35ef29f99423529b4e4d2fb55e1f2b
libmldbm-sync-perl_0.30-5.debian.tar.xz 2.8 KiB b3bfd82ad759d8617bd34d33896230fc0812a2c49b1a2aa81b359078dec3e065

Available diffs

No changes file available.

Binary packages built by this source

libmldbm-sync-perl: Perl module for safe concurrent access to MLDBM databases

 MLDBM::Sync wraps around the MLDBM interface, by handling concurrent
 access to MLDBM databases with file locking, and flushes i/o explicitly
 per lock/unlock. The new [Read]Lock()/UnLock() API can be used to serialize
 requests logically and improve performance for bundled reads & writes.