From 500b7945f08714ff91bd6ce978072e1c9202d44e Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 2 Jul 2018 15:39:39 +0200 Subject: Remove unneeded direct libortp dependency All code in osmo-bts goes through APIs in libosmotrau (osmo_ortp.h), hence direct dependency is not needed. Fixes OBS warnings: dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/osmo-bts-trx/usr/bin/osmo-bts-trx was not linked against libortp.so.9 (it uses none of the library's symbols) dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/osmo-bts-virtual/usr/bin/osmo-bts-omldummy debian/osmo-bts-virtual/usr/bin/osmo-bts-virtual were not linked against libortp.so.9 (they use none of the library's symbols) Change-Id: I96a9b5f0678331dcf66c007928866a124d8700de --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 0ac70ddc..4835b576 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Build-Depends: debhelper (>= 9), libosmocore-dev, libosmo-abis-dev, libgps-dev, - libortp-dev, txt2man Standards-Version: 3.9.8 Vcs-Browser: http://git.osmocom.org/osmo-bts/ -- cgit v1.2.3