diff options
| author | Michael Biebl <biebl@debian.org> | 2014-06-30 01:49:12 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2014-06-30 01:49:19 +0200 |
| commit | c4124208dadeab742a31112817474436262dd2bf (patch) | |
| tree | 62315f7294d998ee8fc4c37b7602810111f2fe6a | |
| parent | 0294368da2510dd6f8fb6f6534be6b52149b4f78 (diff) | |
Build against libgnutls28-dev
Closes: #753136
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b156afd1..05f884e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +network-manager (0.9.8.10-4) UNRELEASED; urgency=medium + + * Build against libgnutls28-dev. (Closes: #753136) + + -- Michael Biebl <biebl@debian.org> Mon, 30 Jun 2014 01:48:35 +0200 + network-manager (0.9.8.10-3) unstable; urgency=medium * Add explicit Build-Depends on libgcrypt11-dev and don't rely on diff --git a/debian/control b/debian/control index 78720c4c..7c5619b9 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9), libnl-genl-3-dev (>= 3.2.7), ppp-dev (>= 2.4.6), libpolkit-gobject-1-dev, - libgnutls-dev, + libgnutls28-dev, libgcrypt11-dev, uuid-dev, systemd (>= 185), |