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