aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
-rw-r--r--debian/patches/01_locking_on_autologin.patch15
3 files changed, 10 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index b5afa77..3e1863e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+indicator-session (0.2.0~dev-0ubuntu1~ppa1) UNRELEASED; urgency=low
+
+ * Updating to the libindicate 0.3.0 API
+ * debian/control: Upping the libindicator-dev version to >= 0.3.0~dev
+ * debian/patches/01_locking_on_autologin.patch as it doesn't
+ apply.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 05 Nov 2009 09:19:25 -0600
+
indicator-session (0.1.7-0ubuntu3~ppa1) karmic; urgency=low
* Listen on DBus for MissionControl coming on and off the bus
diff --git a/debian/control b/debian/control
index 57aba13..a4f2be7 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 5.0),
libdbus-glib-1-dev,
gnome-doc-utils,
scrollkeeper,
- libindicator-dev,
+ libindicator-dev (>= 0.3.0~dev),
libdbusmenu-glib-dev (>= 0.1.2),
libdbusmenu-gtk-dev (>= 0.1.2),
libpolkit-gobject-1-dev,
diff --git a/debian/patches/01_locking_on_autologin.patch b/debian/patches/01_locking_on_autologin.patch
deleted file mode 100644
index 88b255f..0000000
--- a/debian/patches/01_locking_on_autologin.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Nur -x '*.orig' -x '*~' indicator-session-0.1.7/src/lock-helper.c indicator-session-0.1.7.new/src/lock-helper.c
---- indicator-session-0.1.7/src/lock-helper.c 2009-10-14 19:15:55.000000000 +0200
-+++ indicator-session-0.1.7.new/src/lock-helper.c 2009-10-14 19:16:16.000000000 +0200
-@@ -130,9 +130,11 @@
- gboolean
- will_lock_screen (void)
- {
-+/*
- if (gdm_auto_login) {
- return FALSE;
- }
-+*/
- if (is_guest) {
- return FALSE;
- }