[SCM] Debian packaging of libtest-exit-perl branch, master, updated. 228689ed0e46f3906deecedfc51bbacc2414b90b

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


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

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

diff --git a/debian/control b/debian/control
index fea8edf..b990a7a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
 Source: libtest-exit-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Maximilian Gass <mxey at cloudconnected.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.86)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Maximilian Gass <mxey at cloudconnected.org>
+Build-Depends-Indep: perl
 Standards-Version: 3.8.4
-Homepage: http://search.cpan.org/dist/Test-Exit/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-exit-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-exit-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-exit-perl.git
+Homepage: http://search.cpan.org/dist/Test-Exit/
 
 Package: libtest-exit-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl,
-  perl (>= 5.10.1) | libtest-simple-perl (>= 0.86)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         perl
 Description: Perl module for testing whether code exits without terminating
  Test::Exit provides some simple tools for testing that code does or does not
  call exit(), while stopping code that does exit at the point of the exit().
@@ -24,3 +25,4 @@ Description: Perl module for testing whether code exits without terminating
  exit(). If the code throws an exception, the exception will be propagated and
  you will have to call it yourself. die()ing is not exiting for the purpose of
  these tests.
+

-- 
Debian packaging of libtest-exit-perl



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