Harald Welte has submitted this change and it was merged.

Change subject: debian/control: correct library dependency of osmo-mgw against 
libosmo-mgcp1
......................................................................


debian/control: correct library dependency of osmo-mgw against libosmo-mgcp1

When the library version was bump, the dependency of osmo-mgw
was forgotten.

Change-Id: I3eeafa3c294d9ec71a72fb2833fe3b2bdef05a50
Fixes: e7d27aeae10b ("Tag/Release Version 1.2.0")
---
M debian/control
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/debian/control b/debian/control
index 11fa685..e96115f 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@
 Package: osmo-mgw
 Architecture: any
 Multi-Arch: foreign
-Depends: libosmo-mgcp0, ${misc:Depends}, ${shlibs:Depends}
+Depends: libosmo-mgcp1, ${misc:Depends}, ${shlibs:Depends}
 Description: OsmoMGW: Osmocom's Media Gateway for 2G and 3G circuit-switched 
mobile networks
 
 Package: libosmo-mgcp1

-- 
To view, visit https://gerrit.osmocom.org/4844
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3eeafa3c294d9ec71a72fb2833fe3b2bdef05a50
Gerrit-PatchSet: 2
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lyn...@fe80.eu>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder

Reply via email to