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

gregor herrmann gregoa at debian.org
Sun Jun 29 14:50:00 UTC 2014


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

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

commit f22d48c6f9fcadcea62c435757f152a4b982ea0a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 29 16:48:45 2014 +0200

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

diff --git a/debian/control b/debian/control
index 3d06332..30792e1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,31 @@
 Source: mail-spf-perl
-Homepage: https://metacpan.org/release/Mail-SPF
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Scott Kitterman <scott at kitterman.com>
 Section: mail
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Scott Kitterman <scott at kitterman.com>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
- liberror-perl,
- libnet-dns-perl,
- libnet-dns-resolver-programmable-perl (>= 0.003-3),
- libnetaddr-ip-perl,
- libtest-pod-perl,
- liburi-perl
+                     liberror-perl,
+                     libnet-dns-perl,
+                     libnet-dns-resolver-programmable-perl (>= 0.003-3),
+                     libnetaddr-ip-perl,
+                     libtest-pod-perl,
+                     liburi-perl
 Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/mail-spf-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/mail-spf-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/mail-spf-perl.git
+Homepage: https://metacpan.org/release/Mail-SPF
 
 Package: libmail-spf-perl
-Section: perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- liberror-perl,
- libnet-dns-perl,
- libnetaddr-ip-perl,
- liburi-perl
+Section: perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         liberror-perl,
+         libnet-dns-perl,
+         libnetaddr-ip-perl,
+         liburi-perl
 Description: Perl implementation of Sender Policy Framework and Sender ID
  Mail::SPF is an object-oriented Perl implementation of the Sender Policy
  Framework (SPF) e-mail sender authentication system <http://www.openspf.org>.
@@ -35,10 +37,11 @@ Description: Perl implementation of Sender Policy Framework and Sender ID
 
 Package: spf-tools-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmail-spf-perl (>= ${source:Version})
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmail-spf-perl (>= ${source:Version})
 Breaks: spfquery (<< 1.2.5.dfsg-1),
- libmail-spf-query-perl (<< 1:1.999.1-3)
+        libmail-spf-query-perl (<< 1:1.999.1-3)
 Description: SPF tools (spfquery, spfd) based on the Mail::SPF Perl module
  A collection of Sender Policy Framework (SPF) tools that are based on the
  fully RFC-conforming Mail::SPF Perl module.  The following tools are included

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



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