This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libsystem-command-perl.
commit b3ad3ee75d7b534fcb0934ec38baee94bcb6c315 Author: Lucas Kanashiro <[email protected]> Date: Tue Sep 8 23:18:08 2015 -0300 Update dependencies. Remove libmodule-build-perl and add libipc-run-perl. --- debian/changelog | 1 + debian/control | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5e8e537..5d3e784 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libsystem-command-perl (1.113-1) UNRELEASED; urgency=medium * Team upload. * Import upstream version 1.113 * Bump debhelper compatibility level to 9 + * Update dependencies. Remove libmodule-build-perl and add libipc-run-perl. -- Lucas Kanashiro <[email protected]> Tue, 08 Sep 2015 22:58:53 -0300 diff --git a/debian/control b/debian/control index 4701b13..ae18438 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Uploaders: Alessandro Ghedini <[email protected]>, Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 9), - libmodule-build-perl (>= 0.380000) -Build-Depends-Indep: libtest-command-perl, +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: libipc-run-perl, + libtest-command-perl, libtest-output-perl, perl Standards-Version: 3.9.6 @@ -18,7 +18,8 @@ Homepage: https://metacpan.org/release/System-Command Package: libsystem-command-perl Architecture: all Depends: ${misc:Depends}, - ${perl:Depends} + ${perl:Depends}, + libipc-run-perl Description: Perl class for running system commands System::Command is a class that launches external system commands and return an object representing them, allowing to interact with them through their -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsystem-command-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
