[libforest-perl] 03/10: Adjust (build-)dependency for Moose

Salvatore Bonaccorso carnil at debian.org
Wed Dec 18 15:59:45 UTC 2013


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

carnil pushed a commit to branch master
in repository libforest-perl.

commit a9028f9db3a3d8d7e72b6e8c604c069c96b5f522
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Dec 18 16:45:12 2013 +0100

    Adjust (build-)dependency for Moose
    
    Make the unversioned Build-Depends-Indep and Depends on libmoose-perl
    versioned to (>= 2.0000).
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index a890a14..108e2aa 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl,
                      libtest-exception-perl,
                      libpath-class-perl,
-                     libmoose-perl,
+                     libmoose-perl (>= 2.0000),
                      libtest-pod-perl,
                      libmoosex-clone-perl
 Standards-Version: 3.9.1
@@ -20,7 +20,7 @@ Package: libforest-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
-         libmoose-perl,
+         libmoose-perl (>= 2.0000),
          libmoosex-clone-perl
 Description: collection of N-ary tree related modules
  Forest is a collection of Perl modules implementing a generalized N-ary tree

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



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