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

Changelog

libmldbm-sync-perl (0.30-3) unstable; urgency=low

  * Take over for the Debian Perl Group; Closes: #344324 -- RFA
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Changed:
    Maintainer set to Debian Perl Group <pkg-perl-
    <email address hidden>> (was: Debian QA Group
    <email address hidden>); add /me to Uploaders.
  * Add debian/watch.
  * Don't install README any more (text version of the POD documentation).
  * debian/copyright: switch to new proposed format.
  * Set debhelper compatibility level to 7; adapt
    debian/{control,compat,rules}.
  * Add build dependency on libmldbm-perl (used in tests).
  * Add build dependency and Recommends on libtie-cache-perl.
  * debian/control: mention module name in long description.
  * Set Standards-Version to 3.8.0; separate Build-Depends and
    Build-Depends-Indep.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  04 Nov 2008 21:32:26 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Jaunty
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Jaunty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmldbm-sync-perl_0.30.orig.tar.gz 21.5 KiB b5f31d40beda393e1f5c6278a785a6f87f35ef29f99423529b4e4d2fb55e1f2b
libmldbm-sync-perl_0.30-3.diff.gz 2.0 KiB 8570efbdcc2e8333ac38183dfa5ef12d39b2ff6d71216debff91a87c4b6ea02c
libmldbm-sync-perl_0.30-3.dsc 1.3 KiB eba48379686de160e354172368118c227f185067c8bfc9a1e95b1fef000d035a

Available diffs

View changes file

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 explicity
 per lock/unlock. The new [Read]Lock()/UnLock() API can be used to serialize
 requests logically and improve performance for bundled reads & writes.