fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hlr/+/27074 )
Change subject: fixup: debian: remove unneeded dependency libdbd-sqlite3
......................................................................
fixup: debian: remove unneeded dependency libdbd-sqlite3
Change-Id: I3ece7c32151f6f334d0595fdbf9099c930b22bb9
Fixes: I5bfe9c71740c1ced5bad0a41dfca568b9e00070c
---
M debian/control
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/74/27074/1
diff --git a/debian/control b/debian/control
index 68bd475..5da3a4f 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@
Package: osmo-hlr
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libdbd-sqlite3
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Osmocom Home Location Register
OsmoHLR is a Osmocom implementation of HLR (Home Location Registrar) which works over
GSUP
protocol. The subscribers are store in sqlite DB. It supports both 2G and 3G
authentication.
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hlr/+/27074
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: I3ece7c32151f6f334d0595fdbf9099c930b22bb9
Gerrit-Change-Number: 27074
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange