diff options
author | Ted Gould <ted@canonical.com> | 2009-11-05 09:20:03 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-05 09:20:03 -0600 |
commit | be6560c9edff3cdea6be051b380db5584573038a (patch) | |
tree | 1624f77d6d4f674ceb86796c8bb5c2d35b5bf47a /debian | |
parent | b696b498905c040f408b4dc9ab1065adc03b27ad (diff) | |
parent | 7974773ecacc7575fde0dff56dc3b94e6ebd321a (diff) | |
download | ayatana-indicator-session-be6560c9edff3cdea6be051b380db5584573038a.tar.gz ayatana-indicator-session-be6560c9edff3cdea6be051b380db5584573038a.tar.bz2 ayatana-indicator-session-be6560c9edff3cdea6be051b380db5584573038a.zip |
* 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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/patches/01_locking_on_autologin.patch | 15 |
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; - } |