[SCM] Debian packaging of libcache-mmap-perl branch, master, updated. 3c806bee8d9b75df47e383ceb84476307e39153c

gregor herrmann gregoa at debian.org
Thu Jul 5 20:12:54 UTC 2012


The following commit has been merged in the master branch:
commit 58e11dcf85a1956e892471d9f967229267718818
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:16:01 2012 -0600

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

diff --git a/debian/control b/debian/control
index 0ce3e33..a582be8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,23 @@
 Source: libcache-mmap-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 6), perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>,
- Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>
+           Damyan Ivanov <dmn at debian.org>,
+           gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 6),
+               perl
 Standards-Version: 3.7.3
-Homepage: http://search.cpan.org/dist/Cache-Mmap/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcache-mmap-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcache-mmap-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcache-mmap-perl.git
+Homepage: http://search.cpan.org/dist/Cache-Mmap/
 
 Package: libcache-mmap-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
-Description:  Shared data cache using memory mapped files
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: Shared data cache using memory mapped files
  This module implements a shared data cache, using memory mapped files.
  If routines are provided which interact with the underlying data, access to
  the cache is completely transparent, and the module handles all the details of
@@ -25,3 +28,4 @@ Description:  Shared data cache using memory mapped files
  access, so that frequently accessed entries will move to the head of the
  bucket, thus decreasing access time. Concurrent accesses to the same bucket are
  prevented by file locking of the relevant section of the cache file.
+

-- 
Debian packaging of libcache-mmap-perl



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