[libbot-basicbot-perl] 05/18: Refresh (build-)dependencies

Nick Morrott nickm-guest at moszumanska.debian.org
Sat Aug 26 01:42:33 UTC 2017


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

nickm-guest pushed a commit to branch master
in repository libbot-basicbot-perl.

commit d8c64db10e7b6028a6af4ee8279aaa348966887b
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri Aug 25 21:37:15 2017 +0100

    Refresh (build-)dependencies
---
 debian/control | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index ae603aa..5e555bf 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,27 @@
 Source: libbot-basicbot-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.6.10-12), libpoe-component-irc-perl (>= 4.0), libpoe-perl (>= 0.22)
-Maintainer: Stephen Gran <sgran at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: libirc-utils-perl,
+                     libpoe-component-irc-perl (>= 6.62),
+                     libpoe-perl,
+                     perl
 Standards-Version: 3.9.4
-Homepage: http://search.cpan.org/dist/Bot-BasicBot/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbot-basicbot-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbot-basicbot-perl.git
+Homepage: https://metacpan.org/release/Bot-BasicBot
 
 Package: libbot-basicbot-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libpoe-component-irc-perl (>= 4.0), libpoe-perl (>= 0.22)
-Description: simple irc bot baseclass
- Basic bot system designed to make it easy to do simple bots, optionally
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libirc-utils-perl,
+         libpoe-component-irc-perl (>= 6.62),
+         libpoe-perl
+Description: simple IRC bot baseclass
+ Basic IRC bot system designed to make it easy to do simple bots, optionally
  forking longer processes (like searches) concurrently in the background.
  .
- Designed primarily to be used as a superclass for other programs.
+ Several examples of bots using Bot::BasicBot are provided.

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



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