[libpoe-component-ikc-perl] 03/08: Add (build-)dependencies on Data::Dump and Devel::Size

Florian Schlichting fsfs at alioth.debian.org
Sat Nov 2 20:28:43 UTC 2013


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

fsfs pushed a commit to branch master
in repository libpoe-component-ikc-perl.

commit 9d204c0fcfd6410b5e5d361ec7b78244ca5abba3
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Nov 2 21:15:17 2013 +0100

    Add (build-)dependencies on Data::Dump and Devel::Size
---
 debian/control |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1ace445..b30e68e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,8 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
+                     libdata-dump-perl,
+                     libdevel-size-perl (>= 0.77),
                      libpoe-api-peek-perl,
                      libpoe-perl (>= 2:1.3110),
                      libpoe-test-loops-perl,
@@ -24,6 +26,8 @@ Package: libpoe-component-ikc-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
+         libdata-dump-perl,
+         libdevel-size-perl (>= 0.77),
          libpoe-perl (>= 2:1.3110),
          libpoe-api-peek-perl
 Description: Perl module for POE Inter-Kernel Communication
@@ -41,4 +45,3 @@ Description: Perl module for POE Inter-Kernel Communication
  and is designed to take advantage of pre-forking for high-demand applications.
  It is easily integrable with non-blocking code because it executes the given
  callback code when an event happens.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpoe-component-ikc-perl.git



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