From e0b5972d301fc353c522537ca8064e4c5b77beb9 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 6 Nov 2012 19:42:44 +0100 Subject: debian: We require libdbi-sqlite3 for running the tests The tests are not broken but the db test fails when the dbi driver is not installed. Make it a build time depedency. --- debian/control | 2 +- debian/rules | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/control b/debian/control index a2d9efe2e..d9b347365 100644 --- a/debian/control +++ b/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, libdbi-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, libdbd-sqlite3 Standards-Version: 3.8.4 Homepage: http://openbsc.osmocom.org/ Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git diff --git a/debian/rules b/debian/rules index e82ba91c5..cac108d1e 100755 --- a/debian/rules +++ b/debian/rules @@ -24,5 +24,3 @@ override_dh_auto_configure: echo $(VERSION) > openbsc/.tarball-version dh_auto_configure --sourcedirectory=openbsc -- --enable-nat --enable-osmo-bsc -override_dh_auto_test: -# tests are broken... -- cgit v1.2.3