[libparallel-prefork-perl] 05/07: Remove versions from (build) dependencies.

gregor herrmann gregoa at debian.org
Sun Dec 22 22:09:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libparallel-prefork-perl.

commit b41cc377b3fbb90d2f543b8e9fd300017d458e5f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 22 23:07:48 2013 +0100

    Remove versions from (build) dependencies.
    
    Nothing older on the archive.
---
 debian/control | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index cb89e33..9f3db0c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,16 @@
 Source: libparallel-prefork-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominic Hargreaves <dom at earth.li>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libclass-accessor-lite-perl (>= 0.04),
- liblist-moreutils-perl,
- libproc-wait3-perl (>= 0.03),
- libscope-guard-perl,
- libtest-requires-perl,
- libtest-sharedfork-perl,
- perl (>= 5.8.9)
+Build-Depends-Indep: libclass-accessor-lite-perl,
+                     liblist-moreutils-perl,
+                     libproc-wait3-perl,
+                     libscope-guard-perl,
+                     libtest-requires-perl,
+                     libtest-sharedfork-perl,
+                     perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparallel-prefork-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparallel-prefork-perl.git
@@ -18,12 +18,12 @@ Homepage: https://metacpan.org/release/Parallel-Prefork/
 
 Package: libparallel-prefork-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclass-accessor-lite-perl (>= 0.04),
- liblist-moreutils-perl,
- libproc-wait3-perl (>= 0.03),
- libscope-guard-perl,
- perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-accessor-lite-perl,
+         liblist-moreutils-perl,
+         libproc-wait3-perl,
+         libscope-guard-perl
 Description: simple prefork server framework
  Parallel::Prefork is much like Parallel::ForkManager, but supports graceful
  shutdown and run-time reconfiguration.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparallel-prefork-perl.git



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