From 93135b103822476a99a7eeffbdd47c3634d2ba4a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 7 Aug 2009 18:30:27 +0100 Subject: * 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. --- debian/control | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'debian/control') 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 -- cgit v1.2.3 From 709f0a835c44065571debf2ff1a9c428aed3a56f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 7 Aug 2009 18:31:45 +0100 Subject: Locking the version number so the two indicator-applets are the same --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 57cadef..86c1447 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-panel, - indicator-applet + indicator-applet (= ${binary:Version}) 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. -- cgit v1.2.3