From dd68fcaeeee4654016ae8b0681d1f4a6adc373a0 Mon Sep 17 00:00:00 2001 From: Eric Butler Date: Wed, 15 Aug 2012 00:47:15 -0700 Subject: [PATCH] Fix libdbi package dependency --- openbsc/debian/changelog | 6 ++++++ openbsc/debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/openbsc/debian/changelog b/openbsc/debian/changelog index 403eef8a8..9e7b91adb 100644 --- a/openbsc/debian/changelog +++ b/openbsc/debian/changelog @@ -1,3 +1,9 @@ +openbsc (0.12.0+git26-2) precise; urgency=low + + * Fix libdbi package dependency. + + -- Eric Butler Wed, 15 Aug 2012 00:35:37 -0700 + openbsc (0.12.0+git26-1) precise; urgency=low * Fix version issue. diff --git a/openbsc/debian/control b/openbsc/debian/control index 301004567..a2d9efe2e 100644 --- a/openbsc/debian/control +++ b/openbsc/debian/control @@ -2,7 +2,7 @@ Source: openbsc Section: net Priority: optional Maintainer: Harald Welte -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 Homepage: http://openbsc.osmocom.org/ 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 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 Package: osmocom-ipaccess-utils