[SCM] Debian packaging of libplack-perl branch, master, updated. debian/0.9982-1-6-ge7ed0f0

gregor herrmann gregoa at debian.org
Wed Sep 28 15:29:41 UTC 2011


The following commit has been merged in the master branch:
commit a87f8ffc2b92ff66c59b9bd6274bd345a2eb36e6
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Sep 28 17:19:15 2011 +0200

    Unconditionally (build) depend on perl (>= 5.10.1) to get Pod::Usage 1.36.

diff --git a/debian/control b/debian/control
index dd62f3e..3eedc5e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libplack-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
+Build-Depends-Indep: perl (>= 5.10.1),
  libauthen-simple-passwd-perl,
  libcgi-emulate-psgi-perl,
  libdevel-stacktrace-ashtml-perl (>= 0.11),
@@ -25,9 +25,7 @@ Build-Depends-Indep: perl,
  libtest-tcp-perl,
  libtry-tiny-perl,
  liburi-perl (>= 1.58),
- libwww-perl (>= 5.814),
- perl (>= 5.10.1) | libparent-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+ libwww-perl (>= 5.814)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>,
  Iñigo Tejedor Arrondo <poisonbit at gmail.com>,
@@ -54,7 +52,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libtry-tiny-perl,
  liburi-perl (>= 1.58),
  libwww-perl (>= 5.814),
- perl (>= 5.10.1) | libparent-perl
+ perl (>= 5.10.1)
 Description: interface between web servers and Perl web applications
  Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI. It
  implements the Perl Server Gateway Interface (PSGI) standard interface, which

-- 
Debian packaging of libplack-perl



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