From 22a20308a602d2bbe7343c43564ee34a734ec4bc Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 18 Apr 2013 11:38:24 -0500 Subject: remove unnecessary dependencies from debian/control --- debian/control | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 458ffef..7e4b609 100644 --- a/debian/control +++ b/debian/control @@ -6,17 +6,11 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, dh-translations, intltool, - gnome-common, libgtest-dev, - libxorg-gtest-dev, libdbustest1-dev, dbus-test-runner, - libgtk-3-dev, libglib2.0-dev (>= 2.35.4), - gnome-doc-utils, - libindicator3-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.5.90), - libdbusmenu-gtk3-dev (>= 0.5.90), + gnome-doc-utils Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-session # If you aren't a member of ~indicator-applet-developers but need to upload -- cgit v1.2.3 From b95037a00e92e8e997d72b77f4cd7145d3a7d9e7 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 28 Jun 2013 14:52:08 -0500 Subject: add cmake to the debian control list; alphabetize the entries --- debian/control | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index ff581db..373c3ff 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,14 @@ Source: indicator-session Section: gnome Priority: optional Maintainer: Ubuntu Developers -Build-Depends: debhelper (>= 9), +Build-Depends: cmake, + debhelper (>= 9), dh-autoreconf, dh-translations, + gnome-doc-utils, intltool, libgtest-dev, - libdbustest1-dev, - dbus-test-runner, - libglib2.0-dev (>= 2.35.4), - gnome-doc-utils + libglib2.0-dev (>= 2.35.4) Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-session # If you aren't a member of ~indicator-applet-developers but need to upload -- cgit v1.2.3 From f85ba52944c1924271ce4734a31dacb4a8e51e71 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 28 Jun 2013 20:15:52 -0500 Subject: add dbus to the dependency list, we need a dbus-daemon for GTestDBus to spawn --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 373c3ff..e9d80bd 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: gnome Priority: optional Maintainer: Ubuntu Developers Build-Depends: cmake, + dbus, debhelper (>= 9), dh-autoreconf, dh-translations, -- cgit v1.2.3 From b70902d0ab7f999dd1d7e9f2fe656ea8e609d7ee Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 29 Jun 2013 00:31:09 -0500 Subject: in debian/control, remove unneeded Build-Depends dh-autoreconf (this package uses cmake now) and gnome-doc-utils (we don't generate gtkdoc for i-session) --- debian/control | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e9d80bd..039ccb5 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,7 @@ Maintainer: Ubuntu Developers Build-Depends: cmake, dbus, debhelper (>= 9), - dh-autoreconf, dh-translations, - gnome-doc-utils, intltool, libgtest-dev, libglib2.0-dev (>= 2.35.4) -- cgit v1.2.3 From 974a5ecba82e944b74ecf14699e032579d519250 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 1 Jul 2013 12:29:33 -0500 Subject: bump the glib prerequisite in CMakeLists.txt and debian/control to the first stable version number containing the features we need (2.36). It had been a beta (2.35.x) for historical reasons. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 039ccb5..a0dfdb1 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: cmake, dh-translations, intltool, libgtest-dev, - libglib2.0-dev (>= 2.35.4) + libglib2.0-dev (>= 2.36) Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-session # If you aren't a member of ~indicator-applet-developers but need to upload -- cgit v1.2.3 From c9352cd0a8363e4508d19e66ccf373b2abb2b7d3 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 12 Jul 2013 02:05:35 -0500 Subject: If the Unity dialogs aren't available (such as in the greeter) but zenity is, use it to for confirmation dialogs: - add the implementation in actions.c - add actions.c to the i18n files list - sync the unit tests - suggest zenity in debian/control --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a0dfdb1..522eeb1 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,8 @@ Depends: ${shlibs:Depends}, gnome-settings-daemon, Recommends: indicator-applet (>= 0.2) | indicator-renderer, gnome-screensaver -Suggests: lightdm +Suggests: lightdm, + zenity Description: 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. -- cgit v1.2.3