[PATCH] libosmo-sccp[master]: Debian: fix typo resulting in osmo-stp missing automatic shl...

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.org
Sat Oct 28 10:27:12 UTC 2017


Review at  https://gerrit.osmocom.org/4504

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(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/04/4504/1

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: newchange
Gerrit-Change-Id: I0dbb57e1cc9f2b661428d0ba71ef6afc19058669
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list