This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libmethod-signatures-perl.
commit 73e44eb70ca40592564e7b9f82de06c13792b66a Author: Lucas Kanashiro <[email protected]> Date: Mon Mar 28 21:38:17 2016 -0300 debian/control: move libdata-alias-perl from runtime dependency to recommends --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ed150f..f38f51f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ libmethod-signatures-perl (20160315-1) UNRELEASED; urgency=medium * Update years of upstream copyright * Update Debian packaging copyright * Declare compliance with Debian policy 3.9.7 + * debian/control: move libdata-alias-perl from runtime dependency to + recommends -- Lucas Kanashiro <[email protected]> Mon, 28 Mar 2016 21:25:07 -0300 diff --git a/debian/control b/debian/control index 36f7f04..e91e502 100644 --- a/debian/control +++ b/debian/control @@ -29,13 +29,13 @@ Depends: ${misc:Depends}, ${perl:Depends}, libany-moose-perl, libconst-fast-perl, - libdata-alias-perl (>= 1.08), libdevel-declare-perl (>= 0.006002), liblexical-sealrequirehints-perl, libmouse-perl, libppi-perl, libsub-name-perl -Recommends: libmoose-perl +Recommends: libmoose-perl, + libdata-alias-perl (>= 1.08) Description: method and function declarations with signatures and no source filter Method::Signatures provides two new keywords, func and method, which may be used to write subroutines with signatures, very similar to -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmethod-signatures-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
