summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2013-09-10 22:22:13 -0400
committerJeremy Bicha <jbicha@ubuntu.com>2013-09-10 22:22:13 -0400
commit1113c3316c55ea127959e167e3036397f8660ad2 (patch)
tree3dc06dce00e8d01a17784120eaab900b9ca39230
parentc6a38f7470d5776e5a3f07f48903c4c6c1fc29d0 (diff)
downloadlightdm-1113c3316c55ea127959e167e3036397f8660ad2.tar.gz
Have liblightdm-gobject-1.0 suggest not recommend lightdm
(LP: #1222155)
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 57e52cbb..17cfdb17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lightdm (1.7.14-0ubuntu2) UNRELEASED; urgency=low
+
+ * Have liblightdm-gobject-1.0 suggest not recommend lightdm
+ (LP: #1222155)
+
+ -- Jeremy Bicha <jbicha@ubuntu.com> Tue, 10 Sep 2013 22:21:58 -0400
+
lightdm (1.7.14-0ubuntu1) saucy; urgency=low
* New upstream release:
diff --git a/debian/control b/debian/control
index 72ad870d..8f344ad6 100644
--- a/debian/control
+++ b/debian/control
@@ -56,8 +56,8 @@ Package: liblightdm-gobject-1-0
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
-Recommends: lightdm,
- accountsservice,
+Recommends: accountsservice
+Suggests: lightdm
Description: LightDM GObject client library
A GObject based library for LightDM clients to use to interface with LightDM.