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 | |
| 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
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ad96c0ea..45602200 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +network-manager (0.9.8.10-3) UNRELEASED; urgency=medium + + * 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) + + -- Michael Biebl <biebl@debian.org> Mon, 19 May 2014 16:50:42 +0200 + network-manager (0.9.8.10-2) unstable; urgency=medium * Don't hookup NetworkManager-wait-online.service in network-online.target 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), |