summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-01-19 09:09:03 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2019-01-19 09:09:03 +0100
commitbeb6437e50628ca740019d902ffeb120db272d2c (patch)
tree1d1799fa8e493b5f6d4d6795da7b8077619dd9f6
parent5c05f9d222dcbeb32f11b34a78209b18114fd195 (diff)
Move mongodb to Recommends
-rw-r--r--debian/control14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index a4abf55..04af479 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 11),
libidn11-dev,
libbson-dev,
txt2man
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/nextepc
Vcs-Git: https://salsa.debian.org/debian-mobcom-team/nextepc.git
Homepage: http://nextepc.org/
@@ -79,8 +79,8 @@ Package: nextepc-pcrf
Architecture: amd64 arm64 ppc64el s390x
Depends: ${shlibs:Depends},
${misc:Depends},
- mongodb,
nextepc-core (= ${binary:Version})
+Recommends: mongodb
Description: Evolved Packet Core - Policy and Charging Rules Function (PCRF)
NextEPC is a C-language Open Source implementation of the 3GPP Evolved
Packet Core, i.e. the core network of an LTE network.
@@ -94,8 +94,8 @@ Package: nextepc-hss
Architecture: amd64 arm64 ppc64el s390x
Depends: ${shlibs:Depends},
${misc:Depends},
- mongodb,
nextepc-core (= ${binary:Version})
+Recommends: mongodb
Description: Evolved Packet Core - Home Subscriber Server (HSS)
NextEPC is a C-language Open Source implementation of the 3GPP Evolved
Packet Core, i.e. the core network of an LTE network.
@@ -113,10 +113,10 @@ Depends: ${shlibs:Depends},
nextepc-core (>= ${source:Version}), nextepc-core (<< ${source:Upstream-Version}.0~),
nextepc-mme (>= ${source:Version}), nextepc-mme (<< ${source:Upstream-Version}.0~),
nextepc-pgw (>= ${source:Version}), nextepc-pgw (<< ${source:Upstream-Version}.0~),
- nextepc-sgw (>= ${source:Version}), nextepc-sgw (<< ${source:Upstream-Version}.0~)
-Recommends: mongodb,
- nextepc-pcrf (>= ${source:Version}), nextepc-pcrf (<< ${source:Upstream-Version}.0~),
- nextepc-hss (>= ${source:Version}), nextepc-hss (<< ${source:Upstream-Version}.0~)
+ nextepc-sgw (>= ${source:Version}), nextepc-sgw (<< ${source:Upstream-Version}.0~),
+ nextepc-pcrf (>= ${source:Version}), nextepc-pcrf (<< ${source:Upstream-Version}.0~),
+ nextepc-hss (>= ${source:Version}), nextepc-hss (<< ${source:Upstream-Version}.0~)
+Recommends: mongodb
Description: Evolved Packet Core implementation for LTE (metapackage)
NextEPC is a C-language Open Source implementation of the 3GPP Evolved
Packet Core, i.e. the core network of an LTE network.