[libmongodb-perl] 06/15: Update build and runtime dependencies.

gregor herrmann gregoa at debian.org
Sat Jun 21 23:13:10 UTC 2014


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

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

commit a32acdaf6f9cd05a1af518624d03a505519868ce
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 22 00:12:50 2014 +0200

    Update build and runtime dependencies.
---
 debian/control | 25 ++++++++++++++++++++-----
 1 file changed, 20 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index f060373..4dfd77e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,10 @@ Uploaders: Stefan Hornburg (Racke) <racke at linuxia.de>,
            Dominique Dumont <dod at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312),
+Build-Depends: debhelper (>= 9.20120312~),
                libboolean-perl,
                libclass-method-modifiers-perl,
+               libconfig-autoconf-perl (>= 0.22),
                libdata-dump-perl,
                libdata-types-perl,
                libdatetime-perl,
@@ -17,12 +18,21 @@ Build-Depends: debhelper (>= 9.20120312),
                libfile-slurp-perl,
                libjson-perl,
                libmoose-perl,
+               libnamespace-clean-perl,
+               libpath-tiny-perl,
+               libsafe-isa-perl,
+               libsyntax-keyword-junction-perl,
+               libtest-deep-perl,
                libtest-exception-perl,
+               libtest-fatal-perl,
+               libtest-warn-perl,
+               libthrowable-perl,
                libtie-ixhash-perl,
                libtry-tiny-perl,
-               libtest-warn-perl,
                mongodb-server [i386 amd64],
                net-tools,
+               perl,
+               perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
                procps
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmongodb-perl.git
@@ -31,13 +41,18 @@ Homepage: https://metacpan.org/release/MongoDB
 
 Package: libmongodb-perl
 Architecture: any
-Depends: ${perl:Depends},
+Depends: ${misc:Depends},
+         ${perl:Depends},
          ${shlibs:Depends},
-         ${misc:Depends},
          libboolean-perl,
          libdatetime-perl,
          libmoose-perl,
-         libtie-ixhash-perl
+         libnamespace-clean-perl,
+         libsafe-isa-perl,
+         libsyntax-keyword-junction-perl,
+         libthrowable-perl,
+         libtie-ixhash-perl,
+         libtry-tiny-perl
 Description: Mongo Driver for Perl
  MongoDB is a high-performance, open source, schema-free document-oriented
  data store. The MongoDB module provides an interface to easily access 

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



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