summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8b97c6a8..3e5014d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lightdm (1.17.5-0ubuntu2) xenial; urgency=medium
+
+ * debian/control:
+ - Fix liblightdm-qt5-3-dev to depend on qtbase5-dev, not libqt4-dev
+
+ -- Michael Terry <mterry@ubuntu.com> Wed, 03 Feb 2016 13:45:53 -0500
+
lightdm (1.17.5-0ubuntu1) xenial; urgency=medium
* New upstream release:
diff --git a/debian/control b/debian/control
index 7698de17..6efc8d2d 100644
--- a/debian/control
+++ b/debian/control
@@ -136,7 +136,7 @@ Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
liblightdm-qt5-3-0 (= ${binary:Version}),
- libqt4-dev,
+ qtbase5-dev,
Description: LightDM Qt 5 client library (development files)
A Qt 5 based library for LightDM clients to use to interface with LightDM.
.