[libsyntax-keyword-try-perl] 04/05: Reformat debian/control with cme

gregor herrmann gregoa at debian.org
Sat Jan 20 01:38:14 UTC 2018


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

gregoa pushed a commit to branch master
in repository libsyntax-keyword-try-perl.

commit ce24834a30e4ab0ac8e0f6c9ccd7d3cccce36fb7
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 20 02:33:28 2018 +0100

    Reformat debian/control with cme
    
    Gbp-Dch: ignore
---
 debian/control | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 7fe1cc6..f57b092 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,23 @@
 Source: libsyntax-keyword-try-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 10),
- libmodule-build-perl (>= 0.400400),
- perl
+               libmodule-build-perl (>= 0.400400),
+               perl
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsyntax-keyword-try-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsyntax-keyword-try-perl.git
 Homepage: https://metacpan.org/release/Syntax-Keyword-Try
-Testsuite: autopkgtest-pkg-perl
 
 Package: libsyntax-keyword-try-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: C<try/catch/finally> syntax for perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
+Description: try/catch/finally syntax for perl
  Syntax::Keyword::Try provides a syntax plugin that implements
  exception-handling semantics in a form familiar to users of other languages,
  being built on a block labeled with the try keyword, followed by at least one
@@ -25,5 +27,3 @@ Description: C<try/catch/finally> syntax for perl
  also serves to contain a number of code examples for how to implement parser
  plugins and manipulate optrees to provide new syntax and behaviours for perl
  code.
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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