[libnet-stomp-perl] 04/08: Recommend modules required for IPv6 support

Florian Schlichting fsfs at moszumanska.debian.org
Mon Jan 20 20:21:00 UTC 2014


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

fsfs pushed a commit to branch master
in repository libnet-stomp-perl.

commit b0e8d1e9f9600c96656a1d525611ba1dcf438759
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Jan 20 21:16:15 2014 +0100

    Recommend modules required for IPv6 support
---
 debian/control | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 706aeed..e0e50ec 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,14 @@
 Source: libnet-stomp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libclass-accessor-perl,
- libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 8),
+ perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000)
+Build-Depends-Indep: perl,
+ libclass-accessor-perl,
+ libio-socket-ip-perl (>= 0.20),
+ libio-socket-ssl-perl (>= 1.75),
+ libtest-pod-perl,
+ libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  Sebastien Aperghis-Tramoni <sebastien at aperghis.net>,
@@ -16,7 +21,10 @@ Homepage: https://metacpan.org/release/Net-Stomp/
 
 Package: libnet-stomp-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libclass-accessor-perl
+Recommends: libio-socket-ip-perl (>= 0.20),
+ libio-socket-ssl-perl (>= 1.75)
 Description: Perl module providing a Streaming Text Orientated Messaging Protocol Client
  Net::Stomp allows you to write a Stomp client. Stomp is the Streaming Text
  Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-stomp-perl.git



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