[SCM] libcache-ref-perl Debian packaging branch, master, updated. debian/0.04-1-3-ge311c16

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


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

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

diff --git a/debian/control b/debian/control
index cdd7df0..c4593e2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
 Source: libcache-ref-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Tim Retout <diocles at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libhash-util-fieldhash-compat-perl,
- libmoose-perl,
- libmoosex-role-parameterized-perl,
- libnamespace-autoclean-perl,
- libtest-use-ok-perl,
- perl
+                     libmoose-perl,
+                     libmoosex-role-parameterized-perl,
+                     libnamespace-autoclean-perl,
+                     libtest-use-ok-perl,
+                     perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcache-ref-perl.git
 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libcache-ref-perl.git
@@ -17,15 +17,16 @@ Homepage: http://search.cpan.org/dist/Cache-Ref/
 
 Package: libcache-ref-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libhash-util-fieldhash-compat-perl,
- libmoose-perl,
- libmoosex-role-parameterized-perl,
- libnamespace-autoclean-perl,
- perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhash-util-fieldhash-compat-perl,
+         libmoose-perl,
+         libmoosex-role-parameterized-perl,
+         libnamespace-autoclean-perl
 Description: Perl module for caching references in memory
  Cache::Ref implements in-memory caching, designed primarily for shared
  references.  It supports various caching algorithms.
  .
  It differs from CHI (libchi-perl), in that it does not attempt to address
  the problem of caching things persistently.
+

-- 
libcache-ref-perl Debian packaging



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