[libtest-class-perl] 01/02: debian/control: update {versioned, alternative} (build) dependencies.

gregor herrmann gregoa at debian.org
Sat Aug 23 02:17:56 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-class-perl.

commit 3ba41f59325c4548ba78125615bc4572284144c1
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 22 17:38:04 2014 -0700

    debian/control: update {versioned,alternative} (build) dependencies.
---
 debian/control | 39 ++++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index 2468490..0c5fb98 100644
--- a/debian/control
+++ b/debian/control
@@ -1,32 +1,33 @@
 Source: libtest-class-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>,
+           Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
- libmodule-build-perl (>= 0.420400) | perl (>= 5.19.8)
+               libmodule-build-perl (>= 0.420400)
 Build-Depends-Indep: libcontextual-return-perl,
- libdevel-symdump-perl,
- libmro-compat-perl,
- libtest-exception-perl,
- libtest-simple-perl (>= 1.001002) | perl (>= 5.19.6),
- 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>,
- Salvatore Bonaccorso <carnil at debian.org>
+                     libdevel-symdump-perl,
+                     libmro-compat-perl,
+                     libtest-exception-perl,
+                     perl (>= 5.19.6) | libtest-simple-perl (>= 1.001002),
+                     perl
 Standards-Version: 3.9.5
-Homepage: https://metacpan.org/release/Test-Class
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-class-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-class-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-class-perl.git
+Homepage: https://metacpan.org/release/Test-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

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



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