debian: 'make check' needs sqlite3, add to Build-Depends

At some point we should rather offer DB bootstrap as a DB API function instead
of an external .sql file, which would remove the dep on the sqlite3 binary.
For now, we need the binary to build debian packages for the 'make check' step.

Change-Id: I71938dff688675dcf1dbfbce2feb8b72b1de0910
This commit is contained in:
Neels Hofmeyr
2017-10-13 00:52:48 +02:00
parent c5122f2829
commit 2e86ab3a87

3
debian/control vendored
View File

@@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 9),
libosmocore-dev,
libosmo-abis-dev,
libosmo-netif-dev,
libsqlite3-dev
libsqlite3-dev,
sqlite3
Standards-Version: 3.9.6
Vcs-Browser: http://cgit.osmocom.org/osmo-hlr
Vcs-Git: git://git.osmocom.org/osmo-hlr