[SCM] Debian packaging of libtest-spec-perl branch, master, updated. debian/0.45-1-2-g34b8a22

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


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

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

diff --git a/debian/control b/debian/control
index 404d234..a004d72 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,28 @@
 Source: libtest-spec-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alessandro Ghedini <ghedo at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libpackage-stash-perl (>= 0.23),
- perl (>= 5.10.1) | libtap-parser-perl,
- libtest-deep-perl,
- libtest-trap-perl,
- libtie-ixhash-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Alessandro Ghedini <ghedo at debian.org>,
- gregor herrmann <gregoa at debian.org>
+                     libpackage-stash-perl (>= 0.23),
+                     libtest-deep-perl,
+                     libtest-trap-perl,
+                     libtie-ixhash-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Test-Spec/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-spec-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-spec-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-spec-perl.git
+Homepage: http://search.cpan.org/dist/Test-Spec/
 
 Package: libtest-spec-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libpackage-stash-perl (>= 0.23),
- libtest-deep-perl,
- libtest-trap-perl,
- libtie-ixhash-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libpackage-stash-perl (>= 0.23),
+         libtest-deep-perl,
+         libtest-trap-perl,
+         libtie-ixhash-perl
 Description: Perl module to write tests in a declarative specification style
  This is a declarative specification-style testing system for behavior-driven
  development (BDD) in Perl. The tests (a.k.a. examples) are named with strings
@@ -32,3 +32,4 @@ Description: Perl module to write tests in a declarative specification style
  .
  Test::Spec is inspired by and borrows heavily from RSpec, a BDD tool for the
  Ruby programming language.
+

-- 
Debian packaging of libtest-spec-perl



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