From 3f940fc9eea40873185a240e68992e70a3e8abb4 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 24 Jan 2017 17:45:54 +0100 Subject: [PATCH] debian: Require libgtp-dev after the SO version bump The ABI of libgtp changed and we require a new library now. Drop the SO_VERSION from the library name and just depend on libgtp-dev. Change-Id: Ib301b27e2c08fda827b55820389247e27e5e8fc7 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 144e649ed..87b6f07c3 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), autotools-dev, autoconf-archive, pkg-config, - libgtp0-dev, + libgtp-dev, libosmocore-dev, libosmo-sccp-dev, libdbi0-dev,