[libnet-rendezvous-publish-perl] 01/02: Explicitly (build)depend on Module::Pluggable.

gregor herrmann gregoa at debian.org
Thu Aug 8 12:57:13 UTC 2013


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

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

commit f73e07a37653226150fc739b30a30b130f2e6be5
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 8 14:56:31 2013 +0200

    Explicitly (build)depend on Module::Pluggable.
    
    Closes: #711670
---
 debian/control |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 96ffabc..df3c4e8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Section: perl
 Priority: extra
 Build-Depends: debhelper (>= 7.3.7~)
 Build-Depends-Indep: perl,
-                     libclass-accessor-lvalue-perl
+                     libclass-accessor-lvalue-perl,
+                     libmodule-pluggable-perl | perl (<< 5.17.0)
 Standards-Version: 3.8.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-rendezvous-publish-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-rendezvous-publish-perl.git
@@ -17,7 +18,7 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libclass-accessor-lvalue-perl,
-         perl
+         libmodule-pluggable-perl | perl (<< 5.17.0)
 Description: Perl module to publish Rendezvous services
  Net::Rendezvous::Publish creates, publish and manages Rendezvous services. It
  can manage how much time will handle network events and updates of internal

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



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