mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
Fix libdbi package dependency
This commit is contained in:
committed by
Harald Welte
parent
010c9551ff
commit
dd68fcaeee
@@ -1,3 +1,9 @@
|
|||||||
|
openbsc (0.12.0+git26-2) precise; urgency=low
|
||||||
|
|
||||||
|
* Fix libdbi package dependency.
|
||||||
|
|
||||||
|
-- Eric Butler <eric@codebutler.com> Wed, 15 Aug 2012 00:35:37 -0700
|
||||||
|
|
||||||
openbsc (0.12.0+git26-1) precise; urgency=low
|
openbsc (0.12.0+git26-1) precise; urgency=low
|
||||||
|
|
||||||
* Fix version issue.
|
* Fix version issue.
|
||||||
|
@@ -2,7 +2,7 @@ Source: openbsc
|
|||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Harald Welte <laforge@gnumonks.org>
|
Maintainer: Harald Welte <laforge@gnumonks.org>
|
||||||
Build-Depends: debhelper (>= 7.0.0~), autotools-dev, pkg-config, libgtp-dev, libosmocore-dev, libosmo-sccp-dev, libdbi0-dev, dh-autoreconf, libosmo-abis-dev
|
Build-Depends: debhelper (>= 7.0.0~), autotools-dev, pkg-config, libgtp-dev, libosmocore-dev, libosmo-sccp-dev, libdbi-dev, dh-autoreconf, libosmo-abis-dev
|
||||||
Standards-Version: 3.8.4
|
Standards-Version: 3.8.4
|
||||||
Homepage: http://openbsc.osmocom.org/
|
Homepage: http://openbsc.osmocom.org/
|
||||||
Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git
|
Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git
|
||||||
@@ -15,7 +15,7 @@ Description: GSM Base Station Controller; BSC-only version of OpenBSC. Needs a
|
|||||||
|
|
||||||
Package: osmocom-nitb
|
Package: osmocom-nitb
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore, libdbd-sqlite3, libdbi0
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore, libdbd-sqlite3, libdbi1
|
||||||
Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR
|
Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR
|
||||||
|
|
||||||
Package: osmocom-ipaccess-utils
|
Package: osmocom-ipaccess-utils
|
||||||
|
Reference in New Issue
Block a user