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

gregor herrmann gregoa at debian.org
Thu Jul 5 20:14:56 UTC 2012


The following commit has been merged in the master branch:
commit 5812f4e24af762aeaa8aad8ce4a99dbf4adde1a1
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:18:48 2012 -0600

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

diff --git a/debian/control b/debian/control
index c8bf246..26332b7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,21 @@
 Source: libchild-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7),
- perl
-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>
+               perl
+Build-Depends-Indep: perl (>= 5.11.3) | libmodule-build-perl,
+                     perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Child/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libchild-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libchild-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libchild-perl.git
+Homepage: http://search.cpan.org/dist/Child/
 
 Package: libchild-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+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
@@ -25,3 +26,4 @@ Description: Object oriented simple interface to fork()
  start a child process, and manage it afterwords. It provides methods for
  running, waiting, killing, checking, and even communicating with a child
  process.
+

-- 
Debian packaging of libchild-perl



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