1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: libmongodb-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>,
gregor herrmann <gregoa@debian.org>,
Harlan Lieberman-Berg <hlieberman@setec.io>,
Dominique Dumont <dod@debian.org>,
Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libauthen-sasl-saslprep-perl,
libauthen-scram-perl (>= 0.011),
libboolean-perl,
libbson-perl,
libbson-xs-perl,
libclass-xsaccessor-perl,
libjson-maybexs-perl,
libjson-pp-perl (>= 2.27300),
libmoo-perl (>= 2),
libnamespace-clean-perl,
libnet-dns-perl,
libpath-tiny-perl,
libsafe-isa-perl (>= 1.000007),
libsub-quote-perl,
libtest-deep-perl (>= 0.111),
libtest-fatal-perl,
libtie-ixhash-perl,
libtry-tiny-perl,
libtype-tiny-xs-perl,
libuuid-urandom-perl,
# don't build depend on mongo which is not in buster: #919090
# enable once manually for new uploads to unstable
# mongodb-server [i386 amd64],
net-tools,
perl,
procps
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmongodb-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmongodb-perl.git
Homepage: https://metacpan.org/release/MongoDB
Package: libmongodb-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libauthen-sasl-saslprep-perl,
libauthen-scram-perl (>= 0.011),
libboolean-perl,
libbson-perl,
libclass-xsaccessor-perl,
libmoo-perl (>= 2),
libnamespace-clean-perl,
libnet-dns-perl,
libsafe-isa-perl (>= 1.000007),
libsub-quote-perl,
libtie-ixhash-perl,
libtry-tiny-perl,
libtype-tiny-xs-perl,
libuuid-urandom-perl
Recommends: libbson-xs-perl,
libio-socket-ip-perl (>= 0.32),
libio-socket-ssl-perl,
libjson-pp-perl (>= 2.27300),
libnet-ssleay-perl (>= 1.49)
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
it from Perl.
|