[libsystem-command-perl] 01/02: Drop dependency on libipc-run-perl.

gregor herrmann gregoa at debian.org
Wed Sep 9 17:36:26 UTC 2015


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

gregoa pushed a commit to branch master
in repository libsystem-command-perl.

commit a52af32ae34f1833f6ff60495c42ae19726ff3b3
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Sep 9 19:31:04 2015 +0200

    Drop dependency on libipc-run-perl.
    
    IPC::Run is only needed/used under Windows.
---
 debian/control | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index ae18438..392e140 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libipc-run-perl,
-                     libtest-command-perl,
+Build-Depends-Indep: libtest-command-perl,
                      libtest-output-perl,
                      perl
 Standards-Version: 3.9.6
@@ -18,8 +17,7 @@ Homepage: https://metacpan.org/release/System-Command
 Package: libsystem-command-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends},
-         libipc-run-perl
+         ${perl:Depends}
 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



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