aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Butler <eric@codebutler.com>2012-08-15 00:47:15 -0700
committerHarald Welte <laforge@gnumonks.org>2012-08-26 20:09:55 +0200
commitdd68fcaeeee4654016ae8b0681d1f4a6adc373a0 (patch)
treeeae8032c35bb0372a0812e9b7ea3fe68c0c873df
parent010c9551ff70869e7be7fc106f3bd7245209ad43 (diff)
Fix libdbi package dependency
-rw-r--r--openbsc/debian/changelog6
-rw-r--r--openbsc/debian/control4
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 <eric@codebutler.com> 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 <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
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