[libsvn-notify-perl] 05/10: cme: reformat debian/control

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


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

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

commit b5365c90415246a73d056935ab2a1608b1d08a7b
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 12 17:38:02 2014 +0100

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

diff --git a/debian/control b/debian/control
index 8479056..610feab 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,36 @@
 Source: libsvn-notify-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Debian QA Group <packages at qa.debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libhtml-parser-perl, libtext-trac-perl,
- libnet-smtp-tls-perl
+Build-Depends-Indep: perl,
+                     libhtml-parser-perl,
+                     libnet-smtp-tls-perl,
+                     libtext-trac-perl
 Standards-Version: 3.9.1
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsvn-notify-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsvn-notify-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsvn-notify-perl.git
 Homepage: https://metacpan.org/release/SVN-Notify
 
 Package: libsvn-notify-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, subversion
-Recommends: libtext-trac-perl, libnet-smtp-tls-perl, libhtml-parser-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         subversion
+Recommends: libhtml-parser-perl,
+            libnet-smtp-tls-perl,
+            libtext-trac-perl
 Suggests: mail-transport-agent
 Description: Subversion activity notification
- SVN::Notify provides a class and an interface to notify 
- by email Subversion repository changes.
+ SVN::Notify provides a class and an interface to notify by email Subversion
+ repository changes.
  .
- It is able to inform about the files changed in a commit 
- and send the appropriate diff files.
+ It is able to inform about the files changed in a commit and send the
+ appropriate diff files.
  .
- An additional class (SVN::Notify::HTML) is provided to 
- manage HTML formatted emails.
+ An additional class (SVN::Notify::HTML) is provided to manage HTML formatted
+ emails.
  .
- Please, consider installing a MTA if you are planning to 
- use sendmail instead of --smtp-* options. 
+ Please, consider installing a MTA if you are planning to use sendmail instead
+ of --smtp-* options.

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



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