[SCM] Debian packaging of libtest-assertions-perl branch, master, updated. fd26e5165c9a2c25a0b42f43eddca4ec5552e885

gregor herrmann gregoa at debian.org
Thu Jul 5 20:58:08 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index ee4615b..4ac1ee9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,23 @@
 Source: libtest-assertions-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.8-8), libtest-pod-perl,
- libtest-pod-coverage-perl, liblog-trace-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl,
+                     liblog-trace-perl
 Standards-Version: 3.8.0
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-assertions-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-assertions-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-assertions-perl.git
 Homepage: http://search.cpan.org/dist/Test-Assertions/
 
 Package: libtest-assertions-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, liblog-trace-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         liblog-trace-perl
 Description: simple set of building blocks for unit and runtime testing
  Test::Assertions provides a convenient set of tools for constructing tests,
  such as unit tests or run-time assertion checks (like C's ASSERT macro).
@@ -22,3 +26,4 @@ Description: simple set of building blocks for unit and runtime testing
  output is as expected within a benchmarking script.
  When it is used for unit tests, it generates output in the standard form
  for CPAN unit testing (under Test::Harness).
+

-- 
Debian packaging of libtest-assertions-perl



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