diff options
author | Ted Gould <ted@gould.cx> | 2011-08-31 13:42:50 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-31 13:42:50 -0500 |
commit | d63ca3b38bbd157f2d8ebedc5f24b39cb130f404 (patch) | |
tree | eb0a72e2bb9bbbc3680ee0f41556e8604d5c62dc | |
parent | 3a3145da6af3fc186a536ead2d24b7035e1d82ba (diff) | |
download | ayatana-indicator-session-d63ca3b38bbd157f2d8ebedc5f24b39cb130f404.tar.gz ayatana-indicator-session-d63ca3b38bbd157f2d8ebedc5f24b39cb130f404.tar.bz2 ayatana-indicator-session-d63ca3b38bbd157f2d8ebedc5f24b39cb130f404.zip |
debian/control: Adding a depend on gnome-settings-daemon to ensure that
the required schemas are available. (LP: #833965)
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 62a2e16..269b8a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-session (0.3.3.2-0ubuntu2~ppa1) UNRELEASED; urgency=low + + * debian/control: Adding a depend on gnome-settings-daemon to ensure that + the required schemas are available. (LP: #833965) + + -- Ted Gould <ted@ubuntu.com> Wed, 31 Aug 2011 13:42:01 -0500 + indicator-session (0.3.3.2-0ubuntu1) oneiric; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index b7b19de..c81ca89 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,10 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubunt Package: indicator-session Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, upower +Depends: ${shlibs:Depends}, + ${misc:Depends}, + upower, + gnome-settings-daemon Recommends: indicator-applet (>= 0.2) | indicator-renderer Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus |