aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-05-12 22:33:18 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-05-17 17:23:36 +0200
commit446f8403d1072b5a7aa7d5a3d55106b36a64941d (patch)
treede049a36b0e58b72bb230d1758ccba548dcea587
parent7882d2751f401d439394ff94da55ed2c0e8781e3 (diff)
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'
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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.