[libcache-perl] 09/09: Fix dependencies version with cme

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Jul 25 15:15:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libcache-perl.

commit 67469b754d443a7b88b090c73667283ed44fcdc3
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat Jul 25 12:12:19 2015 -0300

     Fix dependencies version with cme
---
 debian/changelog |  1 +
 debian/control   | 32 ++++++++++++++++----------------
 2 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 18bdd6f..3d3b776 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libcache-perl (2.11-1) UNRELEASED; urgency=low
   * Set debhelper >= 9
   * Switch libmodule-build-perl to build dep
   * Add autopkgtest
+  * Fix dependencies version with cme
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sat, 25 Jul 2015 11:24:52 -0300
 
diff --git a/debian/control b/debian/control
index 8cee674..f7ea042 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,29 @@
 Source: libcache-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dominic Hargreaves <dom at earth.li>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9),
- libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.0-7),
- libfile-nfslock-perl (>= 1.2),
- libio-string-perl (>= 1.02),
- libheap-perl (>= 0.01),
- libtimedate-perl (>= 1.14)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Dominic Hargreaves <dom at earth.li>
+               libmodule-build-perl
+Build-Depends-Indep: perl,
+                     libfile-nfslock-perl,
+                     libio-string-perl,
+                     libheap-perl,
+                     libtimedate-perl
 Standards-Version: 3.9.6
-Homepage: http://search.cpan.org/dist/Cache/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcache-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcache-perl.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcache-perl.git
-Testsuite: autopkgtest-pkg-perl
+Homepage: http://search.cpan.org/dist/Cache/
 
 Package: libcache-perl
 Architecture: all
 Depends: ${perl:Depends},
- ${misc:Depends},
- libfile-nfslock-perl (>= 1.2),
- libio-string-perl (>= 1.02),
- libheap-perl (>= 0.01),
- libtimedate-perl (>= 1.14)
+         ${misc:Depends},
+         libfile-nfslock-perl,
+         libio-string-perl,
+         libheap-perl,
+         libtimedate-perl
 Description: Cache interface
  Cache is designed to assist a developer in persisting data for a
  specified period of time.  Often these modules are used in web applications to

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcache-perl.git



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