libdb-file-lock-perl 0.05-4 source package in Ubuntu
Changelog
libdb-file-lock-perl (0.05-4) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> <email address hidden> * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * Strip trailing slash from metacpan URLs. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend [ gregor herrmann ] * Mark package as autopkgtest-able. * Declare compliance with Debian Policy 3.9.6. * Switch to source format "3.0 (quilt)". * Drop quilt fragments from debian/*. * Bump debhelper compatibility level to 9. * Add patch from CPAN RT to fix "defined(%hash)" error. (Closes: #789147) * Update license stanzas in debian/copyright. * Add lintian override for pkg-perl specific check about module name in package description. -- gregor herrmann <email address hidden> Thu, 18 Jun 2015 17:52:16 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | perl | |
Bionic | release | universe | perl | |
Xenial | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdb-file-lock-perl_0.05-4.dsc | 2.2 KiB | 2be3144decd6664c98cfdecae5a6d571d77040930a618edd5387124d00452a87 |
libdb-file-lock-perl_0.05.orig.tar.gz | 7.5 KiB | 47ca2ec8ce4c502ab3a36792738c7ee77e62abcebf3a4219c92cbfd21646ac2e |
libdb-file-lock-perl_0.05-4.debian.tar.xz | 3.3 KiB | b29e6ad0725e9a4d4c33c7ce251e161a6d6a86ddc379fe696c638b365b022f6f |
Available diffs
- diff from 0.05-3 (in Ubuntu) to 0.05-4 (3.0 KiB)
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.