From 05a71cf01ad055f59a0d106bfedb23b0129c9263 Mon Sep 17 00:00:00 2001 From: Sven Anders Date: Sun, 3 Feb 2019 16:30:36 +0100 Subject: [PATCH] Add liblmdb-dev package to build-dependencies, fixing #288 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 56afc6f..eee1911 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ot-recorder Priority: optional Section: net Maintainer: JP Mens -Build-Depends: debhelper (>= 9), libcurl3-dev, libmosquitto-dev, liblua5.2-dev, libconfig8-dev, libsodium-dev +Build-Depends: debhelper (>= 9), libcurl3-dev, libmosquitto-dev, liblua5.2-dev, libconfig8-dev, libsodium-dev, liblmdb-dev Standards-Version: 3.9.6 Vcs-Git: https://github.com/owntracks/recorder Vcs-Browser: https://github.com/owntracks/recorder