[libbson-perl] 03/09: Update D-B-I and dependencies

Nuno Carvalho smash at cpan.org
Wed Sep 6 14:21:09 UTC 2017


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

mestre-guest pushed a commit to branch master
in repository libbson-perl.

commit 9f7a2193501a8907c2a65b702a56307c577acbff
Author: Nuno Carvalho <smash at cpan.org>
Date:   Wed Sep 6 14:41:46 2017 +0100

    Update D-B-I and dependencies
---
 debian/control | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 3708088..a49ae97 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,14 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nuno Carvalho <smash at cpan.org>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: libboolean-perl (>= 0.45),
+                     libjson-maybexs-perl,
+                     libmoo-perl (>= 2.002004),
+                     libnamespace-clean-perl,
+                     libpath-tiny-perl,
+                     libtest-deep-perl,
+                     libtie-ixhash-perl,
+                     perl
 Standards-Version: 4.1.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbson-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbson-perl.git
@@ -13,7 +20,12 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libbson-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libboolean-perl (>= 0.45),
+         libmoo-perl (>= 2.002004),
+         libnamespace-clean-perl,
+         libtie-ixhash-perl
 Description: BSON serialization and deserialization
  This class implements a BSON encoder/decoder ("codec"). It consumes
  "documents" (typically hash references) and emits BSON strings and vice versa

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



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