[SCM] Debian packaging of libtest-pod-no404s-perl branch, master, updated. 1ec2c0a00b7b43d61c3e9c510b69b4e54a80fce8

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


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

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

diff --git a/debian/control b/debian/control
index eca1578..4527520 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,29 @@
 Source: libtest-pod-no404s-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-pod-perl (>= 1.40),
- perl (>= 5.11.1) | libtest-simple-perl (>= 0.94), libwww-perl (>= 5.834),
- perl (>= 5.11.3) | libpod-simple-perl (>= 3.13),
- liburi-find-perl (>= 20090319)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     perl (>= 5.11.1) | libtest-simple-perl,
+                     libwww-perl,
+                     perl (>= 5.11.3) | libpod-simple-perl,
+                     liburi-find-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Test-Pod-No404s/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-pod-no404s-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-pod-no404s-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-pod-no404s-perl.git
+Homepage: http://search.cpan.org/dist/Test-Pod-No404s/
 
 Package: libtest-pod-no404s-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl (>= 5.834),
- libtest-pod-perl (>= 1.40), perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
- perl (>= 5.11.3) | libpod-simple-perl (>= 3.13),
- liburi-find-perl (>= 20090319)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libwww-perl,
+         libtest-pod-perl,
+         perl (>= 5.11.1) | libtest-simple-perl,
+         perl (>= 5.11.3) | libpod-simple-perl,
+         liburi-find-perl
 Description: test utility checking POD for HTTP 404 links
  Test::Pod::No404s looks for any http(s) links in your POD and verifies that
  they will not return a 404. It uses LWP::UserAgent for the heavy lifting, and
@@ -29,3 +34,4 @@ Description: test utility checking POD for HTTP 404 links
  because they might have no internet! It is HIGHLY recommended that this be
  used only for module authors' RELEASE_TESTING phase. To do that, just modify
  the synopsis to add an env check :)
+

-- 
Debian packaging of libtest-pod-no404s-perl



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