about summary refs log tree commit diff
path: root/debian/control
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-05-19 16:52:51 +0200
committerMichael Biebl <biebl@debian.org>2014-05-19 16:52:54 +0200
commit190ef2807481a6cc9ccbc7a19643abfc6772c4b7 (patch)
tree79116ae7afe0cbb6a506a587fbe541fb8a7dc36e /debian/control
parentbcca77956e96e34e2616f766479b444de252a94f (diff)
Add explicit Build-Depends on libgcrypt11-dev
and don't rely on libgnutls-dev to pull in that dependency for us.
Newer versions of GnuTLS no longer use gcrypt but nettle as crypto backend.

Closes: #745955
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 5b6a1e69..78720c4c 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Build-Depends: debhelper (>= 9),
                ppp-dev (>= 2.4.6),
                libpolkit-gobject-1-dev,
                libgnutls-dev,
+               libgcrypt11-dev,
                uuid-dev,
                systemd (>= 185),
                libsystemd-login-dev (>= 185),