[SCM] Debian packaging of libtest-exception-perl branch, master, updated. c07ba349058d1462a8c8bd898e67b355d1c8c42a

gregor herrmann gregoa at debian.org
Thu Jul 5 20:59:29 UTC 2012


The following commit has been merged in the master branch:
commit 5beeb0bc54bca62fa4a41aa05666635b621e27d0
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:58:58 2012 -0600

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

diff --git a/debian/control b/debian/control
index f3ca2ab..2f7fa58 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,26 @@
 Source: libtest-exception-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
+           Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libmodule-build-perl (>= 0.360000),
- libsub-uplevel-perl (>= 0.18)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>,
- gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
- Ansgar Burchardt <ansgar at debian.org>
+Build-Depends-Indep: perl,
+                     perl (>= 5.11.3) | libmodule-build-perl,
+                     libsub-uplevel-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Test-Exception/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-exception-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-exception-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-exception-perl.git
+Homepage: http://search.cpan.org/dist/Test-Exception/
 
 Package: libtest-exception-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libsub-uplevel-perl (>= 0.18)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libsub-uplevel-perl
 Description: module for testing exception-based code
  Test::Exception is a Perl test module that provides a few convenience methods
  for testing exception-based code. It is built with Test::Builder and plays
@@ -25,3 +29,4 @@ Description: module for testing exception-based code
  Note that this module only checks for exceptions, so it ignores other methods
  of halting program executing - including exit(). If your code causes the Perl
  interpreter to exit, Test::Exception won't be able to catch it.
+

-- 
Debian packaging of libtest-exception-perl



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