[libexporter-easy-perl] 06/07: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Fri Jul 4 18:30:47 UTC 2014


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

gregoa pushed a commit to branch master
in repository libexporter-easy-perl.

commit cddd8b15fc6fe7292b8c26337066408f8df7dfca
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 4 20:29:32 2014 +0200

    cme: reformat debian/control
    
    Git-Dch: Ignore
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index a6a73ff..0486829 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: libexporter-easy-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ben Webb <bjwebb67 at googlemail.com>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.5
@@ -12,7 +12,8 @@ Homepage: https://metacpan.org/release/Exporter-Easy
 
 Package: libexporter-easy-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: perl module to take the drudgery out of Exporting symbols
  Exporter::Easy makes using Exporter easy. In it's simplest case it allows you
  to drop the boilerplate code that comes with using Exporter. In more
@@ -20,4 +21,3 @@ Description: perl module to take the drudgery out of Exporting symbols
  will set @EXPORT, @EXPORT_OK, @EXPORT_FAIL and %EXPORT_TAGS in the current
  package, add Exporter to that package's @ISA and do a use vars on all the
  variables mentioned. The rest is handled as normal by Exporter. 
-

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



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