From b2b727d05881a295f206cea53dc3872b1b1c3d3f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 28 Oct 2017 10:26:22 +0000 Subject: 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} --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8b8f66b..1184664 100644 --- a/debian/control +++ b/debian/control @@ -98,7 +98,7 @@ Architecture: any 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 -- cgit v1.2.3