[libnet-smtpauth-perl] 09/13: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Sun Jan 12 16:28:16 UTC 2014


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

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

commit 2f1aaa634f655009b8708d2cb4e6a2fe775dc6e0
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 12 17:21:54 2014 +0100

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

diff --git a/debian/control b/debian/control
index a0d4619..3daaf2c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,27 @@
 Source: libnet-smtpauth-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, libdigest-hmac-perl, libauthen-sasl-perl
+Build-Depends-Indep: libauthen-sasl-perl,
+                     libdigest-hmac-perl,
+                     perl
 Standards-Version: 3.7.3
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-smtpauth-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-smtpauth-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-smtpauth-perl.git
 Homepage: https://metacpan.org/release/Net-SMTP_auth
 
 Package: libnet-smtpauth-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdigest-hmac-perl, libauthen-sasl-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libauthen-sasl-perl,
+         libdigest-hmac-perl
 Description: Perl module that provides SMTP authentication (Net::SMTP_auth)
- This module implements a client interface to the SMTP and ESMTP protocol 
- AUTH service extension, enabling a perl5 application to talk to and 
+ This module implements a client interface to the SMTP and ESMTP protocol
+ AUTH service extension, enabling a perl5 application to talk to and
  authenticate against SMTP servers.
  .
  This module supplies a more powerful environment than Net::SMTP (provided
- by perl-modules). 
+ by perl-modules).

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



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