This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libreturn-multilevel-perl.
commit 0f56a7ad1cbe4e3b3aa489d8739384294f1c1ab1 Author: gregor herrmann <[email protected]> Date: Sat Oct 18 20:57:07 2014 +0200 cme: reformat debian/control Git-Dch: Ignore --- debian/control | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 512ac4c..31f9087 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: libreturn-multilevel-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: Florian Schlichting <[email protected]> +Section: perl +Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdata-munge-perl (>= 0.07), @@ -14,11 +14,12 @@ Homepage: https://metacpan.org/release/Return-MultiLevel Package: libreturn-multilevel-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, +Depends: ${misc:Depends}, + ${perl:Depends}, libdata-munge-perl (>= 0.07) Description: Perl module to enable returning from a nested call stack - Return::MultiLevel provides a way to return immediately from a deeply - nested call stack. This is similar to exceptions, but exceptions don't - stop automatically at a target frame (and they can be caught by - intermediate stack frames). In other words, this is more like + Return::MultiLevel provides a way to return immediately from a deeply + nested call stack. This is similar to exceptions, but exceptions don't + stop automatically at a target frame (and they can be caught by + intermediate stack frames). In other words, this is more like setjmp(3)/longjmp(3) than die. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libreturn-multilevel-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
