[SCM] Debian packaging of libtest-class-perl branch, master, updated. 7140045021dab05abffba325337d1beaf8e37f15

gregor herrmann gregoa at debian.org
Wed Jun 27 17:39:35 UTC 2012


The following commit has been merged in the master branch:
commit 6b6e0db274793b9c415c7c07b34085bbd636b168
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jun 27 19:36:40 2012 +0200

    wrap fields
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 9712bd6..a1adf16 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,17 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
  perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
-Build-Depends-Indep: libcontextual-return-perl, libdevel-symdump-perl,
- libmro-compat-perl, libtest-exception-perl, perl
+Build-Depends-Indep: libcontextual-return-perl,
+ libdevel-symdump-perl,
+ libmro-compat-perl,
+ libtest-exception-perl,
+ perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at debian.org>,
+ Damyan Ivanov <dmn at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Ansgar Burchardt <ansgar at debian.org>,
  Salvatore Bonaccorso <carnil at debian.org>
 Standards-Version: 3.9.3
 Homepage: http://search.cpan.org/dist/Test-Class/
@@ -17,8 +22,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-class
 
 Package: libtest-class-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libcontextual-return-perl,
- libmro-compat-perl, libtest-exception-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libcontextual-return-perl,
+ libmro-compat-perl,
+ libtest-exception-perl
 Description: module for creating test classes in an xUnit style
  Test::Class is a Perl test harness for creating tests using the xUnit style
  inspired by Smalltalk. It is aimed at authors of Perl modules already using

-- 
Debian packaging of libtest-class-perl



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