[libdatetime-timezone-perl] 01/02: Move libdatetime-perl from Depends to Recommends

gregor herrmann gregoa at debian.org
Fri Sep 12 23:00:19 UTC 2014


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

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

commit 1d19b0449358e102c4513933deada6dfb342bf9d
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 13 00:49:42 2014 +0200

    Move libdatetime-perl from Depends to Recommends
    
    to avoid a circular dependency.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 978eafb..432be1c 100644
--- a/debian/control
+++ b/debian/control
@@ -28,9 +28,10 @@ Depends: ${misc:Depends},
          ${perl:Depends},
          libclass-load-perl,
          libclass-singleton-perl,
-         libdatetime-perl,
          liblist-allutils-perl,
          libparams-validate-perl
+# no Depends to avoid circular dependency
+Recommends: libdatetime-perl
 Description: framework exposing the Olson time zone database to Perl
  DateTime::TimeZone is a Perl module framework providing an interface to the
  Olson time zone database. It exposes the database as a set of modules, one

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



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