[SCM] Debian packaging of libtest-perl-critic-perl branch, master, updated. 2997dea6ea58cd92513287250f3ea7e74da080cb

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


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

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

diff --git a/debian/control b/debian/control
index ae2f3cf..1df78c9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,25 @@
 Source: libtest-perl-critic-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.8-12), libperl-critic-perl (>= 1.105),
- libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
- gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Build-Depends-Indep: perl,
+                     libperl-critic-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/Test-Perl-Critic/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-perl-critic-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-perl-critic-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-perl-critic-perl.git
+Homepage: http://search.cpan.org/dist/Test-Perl-Critic/
 
 Package: libtest-perl-critic-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libperl-critic-perl (>= 1.105)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libperl-critic-perl
 Description: module to use Perl::Critic in test scripts
  Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine
  suitable for test programs written using the Test::More framework. This makes
@@ -26,3 +31,4 @@ Description: module to use Perl::Critic in test scripts
  service available at http://perlcritic.com. The web service does not support
  all the configuration features that are available in the native Perl::Critic
  API, but it should give you a good idea of what it does.
+

-- 
Debian packaging of libtest-perl-critic-perl



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