aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/01_locking_on_autologin.patch15
2 files changed, 4 insertions, 17 deletions
diff --git a/debian/changelog b/debian/changelog
index 26d5668..db3b61c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-indicator-session (0.2.0~dev-0ubuntu1~ppa1~update1) UNRELEASED; urgency=low
+indicator-session (0.2.0~dev-0ubuntu1~ppa1~update1) karmic; 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> Wed, 04 Nov 2009 16:35:55 -0600
+ -- Ted Gould <ted@ubuntu.com> Wed, 04 Nov 2009 16:39:24 -0600
indicator-session (0.1.7-0ubuntu3~ppa1) karmic; urgency=low
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;
- }