[libtext-vfile-asdata-perl] 07/10: wrap-and-sort d/control

gregor herrmann gregoa at debian.org
Sun Oct 27 22:04:56 UTC 2013


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

gregoa pushed a commit to branch master
in repository libtext-vfile-asdata-perl.

commit e426fb41f1897b63ccea223abc3b361cbbfc608c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 27 22:59:50 2013 +0100

    wrap-and-sort d/control
    
    Git-Dch: Ignore
---
 debian/control |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 7077d4f..f6af607 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,9 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 8), perl, libclass-accessor-chained-perl
+Build-Depends: debhelper (>= 8),
+               libclass-accessor-chained-perl,
+               perl
 Homepage: https://metacpan.org/release/Text-vFile-asData
 Standards-Version: 3.9.1
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-vfile-asdata-perl.git
@@ -11,10 +13,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-vfile
 
 Package: libtext-vfile-asdata-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-chained-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-accessor-chained-perl,
 Description: generic perl module to read and write vfile files
  Works with such as vCard (RFC 2426) and vCalendar (RFC 2445).
  The result of loading this data is a collection of objects which
  will grant you easy access to the properties. Then the module
  can write your objects back to a data file.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-vfile-asdata-perl.git



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