debian: Do not depend on shared libraries directly

The debian shlibs:depends macro will add the depends
according to the needed libraries for us. We only need
this for the sqlite3 plugin of libdbi-drivers as there
is no direct linkage.
This commit is contained in:
Holger Hans Peter Freyther 2015-04-29 18:18:06 +02:00
parent ddc0e05604
commit b396b69cb2
1 changed files with 7 additions and 7 deletions

14
debian/control vendored
View File

@ -10,43 +10,43 @@ Vcs-Browser: http://openbsc.osmocom.org/trac/browser
Package: osmocom-bsc Package: osmocom-bsc
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore, libosmo-sccp Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GSM Base Station Controller; BSC-only version of OpenBSC. Needs a real MSC! Description: GSM Base Station Controller; BSC-only version of OpenBSC. Needs a real MSC!
Classical BSC which requires MSC to operate. Classical BSC which requires MSC to operate.
Package: osmocom-nitb Package: osmocom-nitb
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore, libdbd-sqlite3, libdbi1 Depends: ${shlibs:Depends}, ${misc:Depends} libdbd-sqlite3
Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR
All the GSM network components bundled together. All the GSM network components bundled together.
Package: osmocom-ipaccess-utils Package: osmocom-ipaccess-utils
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Command line utilities for ip.access nanoBTS Description: Command line utilities for ip.access nanoBTS
Utilities specific for ip.access unit. Utilities specific for ip.access unit.
Package: osmocom-bs11-utils Package: osmocom-bs11-utils
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Command line utilities for Siemens BS-11 BTS Description: Command line utilities for Siemens BS-11 BTS
Utilities specific for BS-11 unit. Utilities specific for BS-11 unit.
Package: osmocom-sgsn Package: osmocom-sgsn
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore, libgtp0 Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Osmocom Serving GPRS Support Node Description: Osmocom Serving GPRS Support Node
SGSN implementation. SGSN implementation.
Package: osmocom-gbproxy Package: osmocom-gbproxy
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Osmocom GPRS Gb Interface Proxy Description: Osmocom GPRS Gb Interface Proxy
Proxy for Gb interface. Proxy for Gb interface.
Package: osmocom-bsc-nat Package: osmocom-bsc-nat
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Osmocom Base Station Controller Network Address Translation Description: Osmocom Base Station Controller Network Address Translation
Network address translation for BSC. Network address translation for BSC.