This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libfuture-asyncawait-perl.
commit 79833f40214fbe76ca68688d38bd5d6bafc4e147 Author: gregor herrmann <[email protected]> Date: Sat Jan 20 02:14:22 2018 +0100 Reformat debian/control with cme Gbp-Dch: ignore --- debian/control | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index 617063f..d95fb98 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,25 @@ Source: libfuture-asyncawait-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: gregor herrmann <[email protected]> +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional Build-Depends: debhelper (>= 10), - libfuture-perl, - libmodule-build-perl (>= 0.4004), - perl (>= 5.18.0) + libfuture-perl, + libmodule-build-perl (>= 0.4004), + perl (>= 5.18.0) Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfuture-asyncawait-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfuture-asyncawait-perl.git Homepage: https://metacpan.org/release/Future-AsyncAwait -Testsuite: autopkgtest-pkg-perl Package: libfuture-asyncawait-perl Architecture: any -Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, - libfuture-perl, - perl (>= 5.18.0) +Depends: ${misc:Depends}, + ${perl:Depends}, + ${shlibs:Depends}, + libfuture-perl, + perl (>= 5.18.0) Description: deferred subroutine syntax for futures Future::AsyncAwait provides syntax for deferring and resuming subroutines while waiting for Futures to complete. This syntax aims to make code that -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfuture-asyncawait-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
