[libpod-markdown-perl] 04/05: wrap&sort d/control

gregor herrmann gregoa at debian.org
Sun Jul 6 14:21:40 UTC 2014


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

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

commit 0c92ae30a34a48324dc9a6e47b507204b33b7596
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jul 6 16:20:17 2014 +0200

    wrap&sort d/control
    
    Git-Dch: Ignore
---
 debian/control | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 85fe375..baa2275 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,12 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libtest-differences-perl,
- perl (>= 5.12.1) | libpod-simple-perl,
- perl
+                     perl,
+                     perl (>= 5.12.1) | libpod-simple-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Nathan Handler <nhandler at debian.org>,
- Florian Schlichting <fsfs at debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Nathan Handler <nhandler at debian.org>,
+           Florian Schlichting <fsfs at debian.org>
 Standards-Version: 3.9.5
 Homepage: https://metacpan.org/release/Pod-Markdown
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpod-markdown-perl.git
@@ -15,8 +16,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpod-markdo
 
 Package: libpod-markdown-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- perl (>= 5.12.1) | libpod-simple-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         perl (>= 5.12.1) | libpod-simple-perl
 Description: module to convert POD to the Markdown file format
  Pod::Markdown is a Perl module that parses Plain Old Documentation (POD) and
  converts it into the Markdown text format. It subclasses Pod::Parser, so it

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



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