[SCM] Debian packaging of libtest-trap-perl branch, master, updated. debian/0.2.2-1-2-g7513539

gregor herrmann gregoa at debian.org
Thu Jul 5 21:02:02 UTC 2012


The following commit has been merged in the master branch:
commit 9b842659e781c99978a585310c738cef4d8fc5b8
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:00:49 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index c75cfd7..86d7904 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,26 @@
 Source: libtest-trap-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000)
-Build-Depends-Indep: perl, libtest-tester-perl,
- libdata-dump-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>,
- Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends: debhelper (>= 8),
+               perl (>= 5.11.3) | libmodule-build-perl
+Build-Depends-Indep: perl,
+                     libtest-tester-perl,
+                     libdata-dump-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Test-Trap/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-trap-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-trap-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-trap-perl.git
+Homepage: http://search.cpan.org/dist/Test-Trap/
 
 Package: libtest-trap-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libtest-tester-perl,
- libdata-dump-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libtest-tester-perl,
+         libdata-dump-perl
 Description: test module to trap exit codes, exceptions, output, etc.
  Test::Trap is a Perl test module useful primarily (but not exclusively) for
  test scripts: a block eval on steroids, configurable and extensible, but by
@@ -24,3 +29,4 @@ Description: test module to trap exit codes, exceptions, output, etc.
  .
  The values collected by the latest trap can then be queried or tested through
  as a special trap object.
+

-- 
Debian packaging of libtest-trap-perl



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