[libmongodb-perl] 11/12: control: added a lot of missing dependencies

dod at debian.org dod at debian.org
Sun Jun 22 14:40:41 UTC 2014


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

dod pushed a commit to branch dods
in repository libmongodb-perl.

commit 50809241d53d7f41ae3ead6a37729778c1181435
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Jun 22 16:22:57 2014 +0200

    control: added a lot of missing dependencies
---
 debian/control | 25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 12847e2..af8ee77 100644
--- a/debian/control
+++ b/debian/control
@@ -13,15 +13,23 @@ Build-Depends: debhelper (>= 9.20120312),
                libconfig-autoconf-perl,
                libdata-dump-perl,
                libdata-types-perl,
-               libdatetime-perl,
+               libdatetime-perl (>= 2:0.7800),
                libdatetime-tiny-perl,
                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-pod-perl,
+               libtest-warn-perl,
+               libthrowable-perl,
                libtie-ixhash-perl,
                libtry-tiny-perl,
-               libtest-warn-perl,
                mongodb-server [i386 amd64],
                net-tools,
                procps
@@ -32,13 +40,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,
+         libdatetime-perl (>= 2:0.7800),
          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