diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 11:18:06 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 11:18:06 -0500 |
commit | a823f566084fc6a3ec5cdb9699048115eb14a3e0 (patch) | |
tree | 236270f67ad59f794c6a99efdd2247cfe385f1f9 /debian/control | |
parent | 4a1f15a5654e4b07e02722a047b9a3c8d17ef36f (diff) | |
download | ayatana-indicator-session-a823f566084fc6a3ec5cdb9699048115eb14a3e0.tar.gz ayatana-indicator-session-a823f566084fc6a3ec5cdb9699048115eb14a3e0.tar.bz2 ayatana-indicator-session-a823f566084fc6a3ec5cdb9699048115eb14a3e0.zip |
debian/control: Move suggests from gdm to lightdm
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index cd7d6f2..a5cb161 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Package: indicator-session Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, upower Recommends: indicator-applet (>= 0.2) | indicator-renderer -Suggests: gdm +Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus Description: Indicator showing session management, status and user switching. @@ -44,7 +44,7 @@ Depends: ${shlibs:Depends}, upower, indicator-session (= ${binary:Version}) Recommends: indicator-applet (>= 0.2) | indicator-renderer -Suggests: gdm +Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-session (<< 0.2.90) Description: Indicator showing session management, status and user switching. |