laforge has submitted this change. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/41111?usp=email )
Change subject: debian: add missing libsctp dependency
......................................................................
debian: add missing libsctp dependency
This dependency is *not* added automatically by `${shlibs:Depends}`
because it's not a dependency of `erlang-base`: it's listed as a
recommendation (in `Recommends`). The `osmo-s1gw` package needs
to depend on libsctp explicitly; otherwise it will not work
in a clean environment.
Change-Id: I9add00e501110b54447faf89fce0f18432663463
---
M debian/control
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
osmith: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/debian/control b/debian/control
index b0bb9b4..45c3847 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@
Package: osmo-s1gw
Architecture: any
Depends: ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ ${libsctp:Version}
Multi-Arch: foreign
Description: Osmocom S1 gateway
This can be used on the S1 interface between eNB and MME/CN, and
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/41111?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I9add00e501110b54447faf89fce0f18432663463
Gerrit-Change-Number: 41111
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>