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.
This commit is contained in:
Holger Hans Peter Freyther 2012-11-06 19:42:44 +01:00
parent f3a317ceed
commit e0b5972d30
2 changed files with 1 additions and 3 deletions

2
debian/control vendored
View File

@ -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, 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 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

2
debian/rules vendored
View File

@ -24,5 +24,3 @@ override_dh_auto_configure:
echo $(VERSION) > openbsc/.tarball-version echo $(VERSION) > openbsc/.tarball-version
dh_auto_configure --sourcedirectory=openbsc -- --enable-nat --enable-osmo-bsc dh_auto_configure --sourcedirectory=openbsc -- --enable-nat --enable-osmo-bsc
override_dh_auto_test:
# tests are broken...