[libclass-autouse-perl] 01/03: Reformat debian/control with cme

Alex Muntada alexm at debian.org
Sun Oct 8 21:58:30 UTC 2017


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

alexm pushed a commit to branch master
in repository libclass-autouse-perl.

commit 165607e8d8712de78adfb8e1c9da619fca092315
Author: Alex Muntada <alexm at debian.org>
Date:   Sun Oct 8 17:20:38 2017 +0200

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

diff --git a/debian/control b/debian/control
index bd09817..4f214d8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,21 @@
 Source: libclass-autouse-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libprefork-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Alessandro Ghedini <ghedo at debian.org>
+                     libprefork-perl
 Standards-Version: 3.9.2
-Homepage: https://metacpan.org/release/Class-Autouse
-Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-autouse-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-autouse-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-autouse-perl.git
+Homepage: https://metacpan.org/release/Class-Autouse
 
 Package: libclass-autouse-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libprefork-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libprefork-perl
 Description: module for deferring loading ('use'ing) of a class until run time
  Class::Autouse allows you to specify a class the will only load when a
  method of the class is called. For large classes that might not be used

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-autouse-perl.git



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