debian/0000755000000000000000000000000012217657070007175 5ustar debian/rules0000755000000000000000000000017012217657055010256 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_clean: [ ! -f Makefile ] || ( perl Makefile.PL && $(MAKE) realclean ) debian/control0000644000000000000000000000206312217657055010604 0ustar Source: libmldbm-sync-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmldbm-perl, libtie-cache-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmldbm-sync-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmldbm-sync-perl.git Homepage: https://metacpan.org/release/MLDBM-Sync/ Package: libmldbm-sync-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmldbm-perl Recommends: libtie-cache-perl Description: 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. debian/source/0000755000000000000000000000000012217657055010500 5ustar debian/source/format0000644000000000000000000000001412217657055011706 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000532312217657055011055 0ustar libmldbm-sync-perl (0.30-4) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * 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 ] * Switch to "3.0 (quilt)" source format. * Use debhelper 8 and dh(1) in debian/rules. * debian/rules: re-create Makefile in clean target. (Closes: #724196) * debian/copyright: update formatting and years of packaging copyright. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Sun, 22 Sep 2013 23:16:14 +0200 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 (was: Debian QA Group ); 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. -- gregor herrmann Sun, 31 Aug 2008 17:15:40 +0200 libmldbm-sync-perl (0.30-2) unstable; urgency=low * Orphan package, change maintainer to Debian QA Group * Add Depends: on libmldbm-perl (closes: Bug#344297) * Added debian/compat and removed DH_COMPAT from debian/rules * Change Section: from interpreters to perl -- Ivan Kohler Wed, 21 Dec 2005 10:51:27 -0800 libmldbm-sync-perl (0.30-1) unstable; urgency=low * New upstream release * debian/copyright pedantry (closes: Bug#153342, Bug#153385) * binary-arch vs. binary-indep (closes: Bug#153360) -- Ivan Kohler Sat, 7 Sep 2002 06:12:59 -0700 libmldbm-sync-perl (0.25-1) unstable; urgency=low * Initial Release (closes: Bug#134295). -- Ivan Kohler Sat, 16 Feb 2002 12:34:56 -0800 debian/compat0000644000000000000000000000000212217657055010376 0ustar 8 debian/copyright0000644000000000000000000000232212217657055011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MLDBM-Sync Upstream-Contact: Joshua Chamas, Chamas Enterprises Inc. Source: https://metacpan.org/release/MLDBM-Sync/ Files: * Copyright: 2001-2002 Joshua Chamas, Chamas Enterprises Inc. License: Artistic or GPL-1+ Comment: Sponsored by development on NodeWorks http://www.nodeworks.com and Apache::ASP http://www.apache-asp.org Files: debian/* Copyright: 2002-2005, Ivan Kohler 2008-2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016112217657055010227 0ustar version=3 https://metacpan.org/release/MLDBM-Sync/ .+/MLDBM-Sync-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$