diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-07-08 16:53:41 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-07-08 16:53:41 +0200 |
commit | ea95df791e3cb320cd0b2a3f0f3c64e3617b4c34 (patch) | |
tree | 1e39be2a132c18735e34ffcbcb242e4ba142709c /debian/control | |
parent | 8a260c534cc861d1567604371830d734c23e669c (diff) |
work on hardening & make fit for gcc-5debian/0.1.8-2
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index e922a67..77d2f9f 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: - ${shlibs:Depends}, + ${shlibs:Depends}, ${misc:Depends} Description: Alternate C driver for the MongoDB document-oriented datastore MongoDB is a high-performance, open source, schema-free @@ -43,8 +43,8 @@ Section: libdevel Architecture: any Depends: libmongo-client0 (= ${binary:Version}), - pkg-config, - libglib2.0-dev, + pkg-config, + libglib2.0-dev, ${misc:Depends} Description: Development files for the alternate C driver for MongoDB libmongo-client is an alternative C language driver to the MongoDB @@ -59,7 +59,7 @@ Section: debug Architecture: any Multi-Arch: same Depends: - libmongo-client0 (= ${binary:Version}), + libmongo-client0 (= ${binary:Version}), ${misc:Depends} Description: Alternate C driver for MongoDB (debugging symbols) libmongo-client is an alternative C language driver to the MongoDB |