[MERGED] osmo-hlr[master]: debian: 'make check' needs sqlite3, add to Build-Depends

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Oct 12 22:56:09 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

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


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
---
M debian/control
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/debian/control b/debian/control
index 7104c37..d3a32c5 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@
                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

-- 
To view, visit https://gerrit.osmocom.org/4236
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I71938dff688675dcf1dbfbce2feb8b72b1de0910
Gerrit-PatchSet: 1
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list