[libbot-basicbot-pluggable-perl] 03/06: Add versioned dependency for libbot-basicbot-perl (not satisfied in oldstable) and libmodule-build-perl

Jotam Jr. Trejo jotamjr-guest at alioth.debian.org
Tue Oct 29 18:20:39 UTC 2013


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

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

commit 3c215f24054e6622c009c82c164438a75860fa56
Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
Date:   Mon Oct 28 23:21:45 2013 -0600

    Add versioned dependency for libbot-basicbot-perl (not satisfied in oldstable) and libmodule-build-perl
---
 debian/changelog |    6 ------
 debian/control   |    6 +++---
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 872168e..d8702af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,12 +3,6 @@ libbot-basicbot-pluggable-perl (0.98-1) UNRELEASED; urgency=low
   TODO:
   - d/copyright: incomplete. some files have different years, and at least one
     file has a different copyright holder
-  - d/control
-    + libbot-basicbot-perl needs to be versioned: (>= 0.60)
-      (not satisfied in oldstable)
-    + we need Module::Build 0.3601 -->
-      add "perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)"
-      to Build-Depends
   - FTBFS for me (probably because it tries to talk to external servers)
     Loading Title from Bot/BasicBot/Pluggable/Module/Title.pm at /tmp/buildd/libbot-basicbot-pluggable-perl-0.98/blib/lib/Bot/BasicBot/Pluggable.pm line 106.
 
diff --git a/debian/control b/debian/control
index 183e20c..92be1ef 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jotam Jr. Trejo <jotamjr at debian.org.sv>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libbot-basicbot-perl,
+Build-Depends-Indep: libbot-basicbot-perl (>= 0.60),
  libconfig-find-perl,
  libcrypt-saltedhash-perl,
  libdbd-sqlite3-perl,
@@ -24,7 +24,7 @@ Build-Depends-Indep: libbot-basicbot-perl,
  libwww-perl,
  libxml-feed-perl,
  libyaml-libyaml-perl,
- perl
+ perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbot-basicbot-pluggable-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libbot-basicbot-pluggable-perl.git
@@ -33,7 +33,7 @@ Homepage: https://metacpan.org/release/Bot-BasicBot-Pluggable
 Package: libbot-basicbot-pluggable-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libbot-basicbot-perl,
+ libbot-basicbot-perl (>= 0.60),
  libconfig-find-perl,
  libcrypt-saltedhash-perl,
  libdbi-perl,

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



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