File: control

package info (click to toggle)
mongo-cxx-driver-legacy 1.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,688 kB
  • sloc: cpp: 93,675; sh: 11,310; python: 5,338; ansic: 938; makefile: 343; perl: 213
file content (56 lines) | stat: -rw-r--r-- 1,949 bytes parent folder | download
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.