summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-03 21:52:01 +0100
committerHarald Welte <laforge@gnumonks.org>2017-11-03 21:52:01 +0100
commit858cfecf9d142c5577b755ebc84d3f88375eb726 (patch)
tree9cde202f459a34873bc6aaeca447fb0c72c6e589 /debian
parentc526dbc24f3ec95771085967b9e300c9f9d4fc1f (diff)
debian: build now depends on libgnutls
In Change-Id Ic77866ce65acf524b768882c751a4f9c0635740b we introduced a gnutls fall-back for random number generation, and made this a default unless explicitly disabled at compile time. This means the debian package needs related build dependency. Change-Id: I918e4b7bf1cb621679dce6339b3c4b69d653e2a6 Related: OS#1694
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 8ba5583a..64c48709 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf,
libdpkg-perl,
git,
+ libgnutls28-dev,
doxygen,
libpcsclite-dev,
pkg-config,