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: fix typo resulting in osmo-stp missing automatic shlib dependencies
......................................................................
Debian: fix typo resulting in osmo-stp missing automatic shlib dependencies
Change-Id: I0dbb57e1cc9f2b661428d0ba71ef6afc19058669
dpkg-gencontrol: warning: Depends field of package osmo-stp: unknown substitution variable ${shlib:Depends}
dpkg-gencontrol: warning: package osmo-stp: unused substitution variable ${shlibs:Depends}
---
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 8b8f66b..1184664 100644
--- a/debian/control
+++ b/debian/control
@@ -98,7 +98,7 @@
Multi-Arch: same
Section: net
Depends: libosmo-sigtran0,
- ${shlib:Depends},
+ ${shlibs:Depends},
${misc:Depends}
Description: Osmocom SIGTRAN STP (Signaling Transfer Point)
This is the Osmocom (Open Source Mobile Communications) implementation
--
To view, visit https://gerrit.osmocom.org/4504
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0dbb57e1cc9f2b661428d0ba71ef6afc19058669
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder