[librose-object-perl] 06/07: wrap-and-sort d/control

gregor herrmann gregoa at debian.org
Fri Oct 11 21:31:49 UTC 2013


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

gregoa pushed a commit to branch master
in repository librose-object-perl.

commit 0ae1229797c99cac0a2eca142f99ef3f732a281f
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 11 23:29:48 2013 +0200

    wrap-and-sort d/control
    
    Git-Dch: Ignore
---
 debian/control |   20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 8661272..46027b9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,14 @@ Source: librose-object-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-pod-perl, libclass-xsaccessor-perl
+Build-Depends-Indep: libclass-xsaccessor-perl,
+                     libtest-pod-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Brian Cassidy <brian.cassidy at gmail.com>, Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>
+           Brian Cassidy <brian.cassidy at gmail.com>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.4
 Homepage: https://metacpan.org/release/Rose-Class/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librose-object-perl.git
@@ -14,14 +17,15 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librose-objec
 
 Package: librose-object-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Recommends: libclass-xsaccessor-perl
 Description: simple Perl object base class
- Rose::Class is a generic base class for classes. It provides a single class 
+ Rose::Class is a generic base class for classes. It provides a single class
  method (error), but may be expanded further in the future.
  .
- A class that inherits from Rose::Class is not expected to allow objects 
- of that class to be instantiated, since the namespace for class and object 
+ A class that inherits from Rose::Class is not expected to allow objects
+ of that class to be instantiated, since the namespace for class and object
  methods is shared. For example, it is common for Rose::Object-derived classes
- to have error methods, but this would conflict with the Rose::Class method of 
+ to have error methods, but this would conflict with the Rose::Class method of
  the same name.

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



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