fixeria has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw 
refs/changes/11/41111/1

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: newchange
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I9add00e501110b54447faf89fce0f18432663463
Gerrit-Change-Number: 41111
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>

Reply via email to