From 446f8403d1072b5a7aa7d5a3d55106b36a64941d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 12 May 2015 22:33:18 +0200 Subject: [PATCH] debian: Fix dependencies pointed out by lintian E: openbsc source: missing-separator-between-items in osmocom-nitb depends field between '${misc:Depends}' and 'libdbd-sqlite3' --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 32c75db2b..ad0cc89da 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Description: GSM Base Station Controller; BSC-only version of OpenBSC. Needs a Package: osmocom-nitb Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} libdbd-sqlite3 +Depends: ${shlibs:Depends}, ${misc:Depends}, libdbd-sqlite3 Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR All the GSM network components bundled together.