[libconfig-gitlike-perl] 03/05: Change dependencies for Moo switch
Salvatore Bonaccorso
carnil at debian.org
Fri Aug 9 18:06:37 UTC 2013
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to annotated tag debian/1.12-1
in repository libconfig-gitlike-perl.
commit 16b14f0707c631fc16296be3d55f902ab11f8b0f
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Fri Aug 9 19:59:24 2013 +0200
Change dependencies for Moo switch
Upstream switched from Any::Moose to Moo. Remove (build) dependency for
libany-moose-perl and add Build-Depends-Indep and Depends on libmoo-perl
and libmoox-types-mooselike-perl.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 9bacfd2..e248802 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libconfig-gitlike-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-exception-perl, libany-moose-perl
+Build-Depends-Indep: perl, libtest-exception-perl, libmoo-perl, libmoox-types-mooselike-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Christine Spang <christine at debian.org>,
Jonathan Yu <jawnsy at cpan.org>,
@@ -16,7 +16,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-git
Package: libconfig-gitlike-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libany-moose-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libmoo-perl, libmoox-types-mooselike-perl
Description: Perl module for Git-compatible config file parsing
Config::GitLike provides a Perl interface for parsing, writing, and managing
configuration files of the format used by the version control system Git. It
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-gitlike-perl.git
More information about the Pkg-perl-cvs-commits
mailing list