summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2016-02-03 13:46:35 -0500
committerMichael Terry <michael.terry@canonical.com>2016-02-03 13:46:35 -0500
commit42f409d75790927ddf1568de886fc3e3aabe5d35 (patch)
tree12858425cf36c8899e080a3529a00951537b4b98
parentaa81ee8e9155a40e2676122553ac28d94f78a46f (diff)
downloadlightdm-1.17.5-0ubuntu2.tar.gz
* debian/control:1.17.5-0ubuntu2
- Fix liblightdm-qt5-3-dev to depend on qtbase5-dev, not libqt4-dev
-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.
.