about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
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),