[SCM] Debian packaging of libmldbm-sync-perl branch, master, updated. e001044c0426ca58eba09e70c7984ca15c1f3cc8

gregor herrmann gregoa at debian.org
Thu Jul 5 20:39:22 UTC 2012


The following commit has been merged in the master branch:
commit 59b5cc14df14514a626ecb15be95e0b698a9e22d
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:40:19 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index a98855e..563bc7b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,26 @@
 Source: libmldbm-sync-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-17), libmldbm-perl, libtie-cache-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: perl,
+                     libmldbm-perl,
+                     libtie-cache-perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/MLDBM-Sync/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmldbm-sync-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmldbm-sync-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmldbm-sync-perl.git
+Homepage: http://search.cpan.org/dist/MLDBM-Sync/
 
 Package: libmldbm-sync-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libmldbm-perl
+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 packaging of libmldbm-sync-perl



More information about the Pkg-perl-cvs-commits mailing list