diff options
| author | Michael Biebl <biebl@debian.org> | 2014-05-19 16:52:51 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-05-19 16:52:54 +0200 |
| commit | 190ef2807481a6cc9ccbc7a19643abfc6772c4b7 (patch) | |
| tree | 79116ae7afe0cbb6a506a587fbe541fb8a7dc36e /debian/control | |
| parent | bcca77956e96e34e2616f766479b444de252a94f (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/control | 1 |
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), |