[SCM] Debian packaging of libchild-perl branch, master, updated. 82602de559f92cc2145da6e42e1f2bf5fd61f396

gregor herrmann gregoa at debian.org
Wed Nov 23 17:14:12 UTC 2011


The following commit has been merged in the master branch:
commit 82602de559f92cc2145da6e42e1f2bf5fd61f396
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Nov 23 18:13:38 2011 +0100

    debian/control: Fix libmodule-build-perl build-dep version; remove unversioned perl from Depends.

diff --git a/debian/control b/debian/control
index 92ce56f..c8bf246 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7),
  perl
-Build-Depends-Indep: perl (>= 5.10.1) | libmodule-build-perl (>= 0.36),
+Build-Depends-Indep: perl (>= 5.10.1) | libmodule-build-perl (>= 0.360000),
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ivan Kohler <ivan-debian at 420.am>
@@ -14,8 +14,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libchild-perl
 
 Package: libchild-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- perl
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Object oriented simple interface to fork()
  Fork is too low level, and difficult to manage. Often people forget to exit
  at the end, reap their children, and check exit status. The problem is the

-- 
Debian packaging of libchild-perl



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