[libenum-perl] 04/05: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Mon May 26 17:24:20 UTC 2014


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

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

commit 3d6c619dee3ce8f04f1ce0ad289343333443e43a
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon May 26 19:23:14 2014 +0200

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

diff --git a/debian/control b/debian/control
index fc6b87b..7248d00 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: libenum-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
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.5
@@ -12,7 +12,8 @@ Homepage: https://metacpan.org/release/enum
 
 Package: libenum-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: perl module for sets of ordered constants like enums in C
  The enum module defines a set of symbolic constants with ordered numeric
  values ala C enum types.

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



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