aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-06 19:42:44 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-06 23:12:00 +0100
commite0b5972d301fc353c522537ca8064e4c5b77beb9 (patch)
tree9d605ca5a598b6bd8e3fd3d7ccf2e3a8f0af887d /debian/rules
parentf3a317ceedf59c1a53b4813ca51445f78efd9c50 (diff)
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 0 insertions, 2 deletions
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...