[libreadonly-perl] 07/10: Update Build-Depends and Recommends.

gregor herrmann gregoa at debian.org
Wed Dec 25 19:12:16 UTC 2013


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

gregoa pushed a commit to branch master
in repository libreadonly-perl.

commit 44fee3777ab2f189dead18a9fc4a3d5666edfe98
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 25 20:09:40 2013 +0100

    Update Build-Depends and Recommends.
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 9db2c8a..783d794 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: libreadonly-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8),
+               perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Mayorga <rmayorga at debian.org>,
@@ -15,7 +16,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libreadonly-p
 Package: libreadonly-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Recommends: libreadonly-xs-perl
+# in theory: >= 1.06, but this doesn't exist
+Recommends: libreadonly-xs-perl (>= 1.05)
 Description: facility for creating read-only scalars, arrays and hashes 
  Readonly is a facility for creating non-modifiable variables. 
  This is useful for configuration files, headers, etc. 

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



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