[libnet-stomp-perl] 04/05: Add alternative for IO::Socket::IP BD/Recommends.

gregor herrmann gregoa at debian.org
Sat Jul 19 21:19:18 UTC 2014


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

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

commit 943026108599ae5e9f46ccbf096b7a73f8a03b78
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 19 23:17:32 2014 +0200

    Add alternative for IO::Socket::IP BD/Recommends.
---
 debian/control | 37 +++++++++++++++++++------------------
 1 file changed, 19 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 5a487c7..3eeed37 100644
--- a/debian/control
+++ b/debian/control
@@ -1,32 +1,33 @@
 Source: libnet-stomp-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>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Florian Schlichting <fsfs at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
- libmodule-build-perl (>= 0.420000) | perl (>= 5.19.6)
+               libmodule-build-perl (>= 0.420000) | perl (>= 5.19.6)
 Build-Depends-Indep: perl,
- libclass-accessor-perl,
- libio-socket-ip-perl (>= 0.20),
- libio-socket-ssl-perl (>= 1.75),
- libtest-deep-perl,
- libtest-fatal-perl,
- 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>,
- Ansgar Burchardt <ansgar at debian.org>, 
- Florian Schlichting <fsfs at debian.org>
+                     libclass-accessor-perl,
+                     libio-socket-ip-perl (>= 0.20) | perl (>= 5.19.8),
+                     libio-socket-ssl-perl (>= 1.75),
+                     libtest-deep-perl,
+                     libtest-fatal-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-stomp-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-stomp-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-stomp-perl.git
 Homepage: https://metacpan.org/release/Net-Stomp
 
 Package: libnet-stomp-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclass-accessor-perl
-Recommends: libio-socket-ip-perl (>= 0.20),
- libio-socket-ssl-perl (>= 1.75)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-accessor-perl
+Recommends: libio-socket-ip-perl (>= 0.20) | perl (>= 5.19.8),
+            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