[SCM] Debian packaging of libchild-perl branch, master, updated. 1160b1f5cd092c23313a1dea863c515b6e82f4ff
Xavier Guimard
x.guimard at free.fr
Wed Jan 23 16:35:54 UTC 2013
The following commit has been merged in the master branch:
commit 1160b1f5cd092c23313a1dea863c515b6e82f4ff
Author: Xavier Guimard <x.guimard at free.fr>
Date: Wed Jan 23 17:35:20 2013 +0100
Restore libmodule-build-perl dependency for stable and update desc
diff --git a/debian/control b/debian/control
index 772adb6..e61a774 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,9 @@ Uploaders: Ivan Kohler <ivan-debian at 420.am>,
Xavier Guimard <x.guimard at free.fr>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 8),
- perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl (>= 5.11.3) | libmodule-build-perl,
+ perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libchild-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libchild-perl.git
@@ -15,7 +16,7 @@ Package: libchild-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
-Description: Object oriented simple interface to fork()
+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
low level functions provided to do these things. Throw in pipes for IPC and
--
Debian packaging of libchild-perl
More information about the Pkg-perl-cvs-commits
mailing list