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
|
Source: mongo-cxx-driver-legacy
Section: devel
Priority: optional
Maintainer: Debian MongoDB Maintainers <team+mongodb@tracker.debian.org>
Uploaders: Giulio Paci <giuliopaci@gmail.com>,
Apollon Oikonomopoulos <apoikos@debian.org>,
Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 11~),
devscripts,
dh-buildinfo,
dh-exec,
libboost-dev,
libboost-thread-dev,
libgtest-dev,
libjsoncpp-dev,
libsasl2-dev,
libssl-dev,
tzdata,
scons (>= 2.3.0)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/mongodb-team/mongo-cxx-driver-legacy.git -b debian
Vcs-Browser: https://salsa.debian.org/mongodb-team/mongo-cxx-driver-legacy
Homepage: https://mongodb.github.io/mongo-cxx-driver/
Package: libmongoclient-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmongoclient0 (= ${binary:Version}), ${misc:Depends}
Breaks: mongodb-dev (<< 2:1.1.2-1~)
Replaces: mongodb-dev (<< 2:1.1.2-1~)
Description: MongoDB C++ Driver (development)
This package provides C++ development file to interact with MongoDB.
This is the legacy C++ driver and currently supports MongoDB 2.4, 2.6,
3.0 and 3.2.
.
This package contains the development support files.
Package: libmongoclient0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: MongoDB C++ Driver (runtime)
This package provides C++ development file to interact with MongoDB.
This is the legacy C++ driver and currently supports MongoDB 2.4, 2.6,
3.0 and 3.2.
.
This package includes the shared library.
Package: mongodb-dev
Architecture: all
Section: oldlibs
Depends: libmongoclient-dev, ${misc:Depends}
Description: MongoDB C++ Driver (transitional package)
This is a transitional dummy package and can be safely removed.
|