[libsafe-isa-perl] 06/08: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Tue Oct 14 18:29:30 UTC 2014


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

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

commit 342883187f6de33e87c9bc2a221f3e1d1ecf716d
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Oct 14 20:27:10 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 657f699..141eec7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: libsafe-isa-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nuno Carvalho <smash at cpan.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.6
@@ -12,7 +12,8 @@ Homepage: https://metacpan.org/release/Safe-Isa
 
 Package: libsafe-isa-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: module for calling isa and friends on things that may not be objects safely
  Since Perl allows providing a subroutine reference, or a method name, to
  the -> operator (when used as a method call) and a subroutine doesn't require

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



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