From d49a6aa136efcb9106abfa432e148e643db7ac1e Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 10 Jul 2017 13:48:34 +0200 Subject: Remove redundant explicit dependency There's no need to explicitly mention library package because ${shlibs:Depends} will take care of it automatically. Change-Id: Ibd9cfc3673d828122edb85ba9de7ceb77f0299d0 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 12da64a..b9ed72a 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Homepage: https://projects.osmocom.org/projects/osmotrx Package: osmo-trx Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libsqlite3-0 +Depends: ${shlibs:Depends}, ${misc:Depends} Description: SDR transceiver that implements Layer 1 of a GSM BTS OsmoTRX is a software-defined radio transceiver that implements the Layer 1 physical layer of a BTS comprising the following 3GPP specifications: -- cgit v1.2.3