From 0595706285428c9d3667e913c669dc60e76a8bdf Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 26 Aug 2009 21:17:22 -0500 Subject: debian/control: Shortening the short description and lengthening the long one. Fixes a bug (LP: #412024) --- debian/control | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e794657..19c4318 100644 --- a/debian/control +++ b/debian/control @@ -23,4 +23,12 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet (>= 0.2), devicekit-power, gdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus -Description: An indicator providing session management, status control and user switching. +Description: An indicator showing session management, status and user switching. + . + This indicator is designed to be placed on the right side of a panel and + give the user easy control for changing their instant message status. Switching + to another user. Starting a guest session. Or controlling the status of + their own session. + . + It requires some way to be hosted into a panel. For the GNOME Panel the + appropriate package is indicator-applet-session. -- cgit v1.2.3 From 72b6ee81d0399eff293bc5d37326c778550b849e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 27 Aug 2009 12:53:53 -0500 Subject: debian/control: Looking for libdbusmenu* >= 0.0.2 --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index e559176..59c47c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ indicator-session (0.1~bzr18-0ubuntu1~ppa3~dbusmenu1) UNRELEASED; urgency=low * Merge from upstream + * debian/control: Looking for libdbusmenu* >= 0.0.2 -- Ted Gould Thu, 27 Aug 2009 12:52:54 -0500 diff --git a/debian/control b/debian/control index 19c4318..21d1deb 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, libindicator-dev, - libdbusmenu-glib-dev, - libdbusmenu-gtk-dev, + libdbusmenu-glib-dev (>= 0.0.2), + libdbusmenu-gtk-dev (>= 0.0.2), libpolkit-gnome-dev, intltool Standards-Version: 3.8.2 -- cgit v1.2.3 From e8eb773ac18e313284aa1f9eed009c7efac1aec8 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 27 Aug 2009 13:35:17 -0500 Subject: debian/control: Looking for libdbusmenu* >= 0.1.0 --- debian/changelog | 5 +++-- debian/control | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 7900d9f..5c84f9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -indicator-session (0.1~bzr18-0ubuntu1~ppa3~dbusmenu1ubuntu1) UNRELEASED; urgency=low +indicator-session (0.1~bzr18-0ubuntu1~ppa3~dbusmenu2) UNRELEASED; urgency=low * Merge from upstream + * debian/control: Looking for libdbusmenu* >= 0.1.0 - -- Ted Gould Thu, 27 Aug 2009 13:34:31 -0500 + -- Ted Gould Thu, 27 Aug 2009 13:34:56 -0500 indicator-session (0.1~bzr18-0ubuntu1~ppa3~dbusmenu1) karmic; urgency=low diff --git a/debian/control b/debian/control index 21d1deb..b9ad314 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, libindicator-dev, - libdbusmenu-glib-dev (>= 0.0.2), - libdbusmenu-gtk-dev (>= 0.0.2), + libdbusmenu-glib-dev (>= 0.1.0), + libdbusmenu-gtk-dev (>= 0.1.0), libpolkit-gnome-dev, intltool Standards-Version: 3.8.2 -- cgit v1.2.3