This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: debian: depend on libosmo-sigtran-dev, not libosmo-sccp-dev
......................................................................
debian: depend on libosmo-sigtran-dev, not libosmo-sccp-dev
We recently fixed package naming / sub-packagign in the libosmo-sccp
git repository, so now we need to depend on the proper package name.
Change-Id: I6e4f8fa96e5f39f988d6993ba3931cb7df70e905
---
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 56a7667..bc9b221 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@
libosmo-netif-dev,
libosmocore-dev,
libosmo-netif-dev,
- libosmo-sccp-dev,
+ libosmo-sigtran-dev (>= 0.8.0),
python (>= 2.7)
Standards-Version: 3.9.8
Vcs-Git: git://git.osmocom.org/osmo-iuh.git
--
To view, visit https://gerrit.osmocom.org/4465
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6e4f8fa96e5f39f988d6993ba3931cb7df70e905
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder