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'
This commit is contained in:
Holger Hans Peter Freyther 2015-05-12 22:33:18 +02:00
parent 7882d2751f
commit 446f8403d1
1 changed files with 1 additions and 1 deletions

2
debian/control vendored
View File

@ -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.