diff options
author | Ted Gould <ted@canonical.com> | 2009-08-07 18:30:27 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-07 18:30:27 +0100 |
commit | 93135b103822476a99a7eeffbdd47c3634d2ba4a (patch) | |
tree | 6e05aefe85f739e48237ba1996108dcac6a171d0 /debian/control | |
parent | ae15eee281b9e3a3df5d0a5d91450def1e76db4a (diff) | |
download | libayatana-indicator-93135b103822476a99a7eeffbdd47c3634d2ba4a.tar.gz libayatana-indicator-93135b103822476a99a7eeffbdd47c3634d2ba4a.tar.bz2 libayatana-indicator-93135b103822476a99a7eeffbdd47c3634d2ba4a.zip |
* debian/control: Adding information on indicator-applet-sus which
is a different applet for the SUS indicator.
* debian/indicator-applet.install: Making it more specific so that
it doesn't grab the directories that now have additional files
created by indicator-applet-sus existing.
* debian/indicator-applet-sus.install: List files that are now
used by the new binary package.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 4281a15..57cadef 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,19 @@ Description: GNOME panel indicator applet Currently this includes support for messaging applications in the indicator-messages package. +Package: indicator-applet-sus +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gnome-panel, + indicator-applet +Description: A clone of the GNOME panel indicator applet. + Indicator-applet is an applet to display information from + various applications consistently in the GNOME panel. + . + This instance will only load the SUS indicator which provies + status changing, user choosing and session management. + Package: libindicate2 Section: libs Conflicts: libindicate |