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
This commit is contained in:
Harald Welte 2017-11-03 21:52:01 +01:00
parent c526dbc24f
commit 858cfecf9d
1 changed files with 1 additions and 0 deletions

1
debian/control vendored
View File

@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf,
libdpkg-perl,
git,
libgnutls28-dev,
doxygen,
libpcsclite-dev,
pkg-config,