diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-14 18:48:35 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-14 18:48:35 +0100 |
commit | b468e0622b49ac5cadb1702bb20344c1721da8cb (patch) | |
tree | 620fd2c9e60702665dad3dce52ab99bd59505684 /debian | |
parent | 28da49f778ce7cabe85cd4578de5120518fcb2ab (diff) | |
parent | 9dec8f6fe22ccd4c52dd1d7e9fd925b87c2830c7 (diff) | |
download | ayatana-indicator-session-b468e0622b49ac5cadb1702bb20344c1721da8cb.tar.gz ayatana-indicator-session-b468e0622b49ac5cadb1702bb20344c1721da8cb.tar.bz2 ayatana-indicator-session-b468e0622b49ac5cadb1702bb20344c1721da8cb.zip |
* Backport "Don't lock the session when switching to another one"
work from Robert Ancell, the screen locking is already done by
consolekit and enforcing it there is problematic to i.e use the
lightdm greeter as a lock screen (lp: #878836)
* debian/source/format:
- use v1, v3 doesn't play nicely with vcs backports
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/source/format | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index b2e9991..0e9f652 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,20 @@ indicator-session (0.3.91-0ubuntu1) UNRELEASED; urgency=low - + + * Backport "Don't lock the session when switching to another one" + work from Robert Ancell, the screen locking is already done by + consolekit and enforcing it there is problematic to i.e use the + lightdm greeter as a lock screen (lp: #878836) * debian/control: - recommends python-aptdaemon.pkcompat so packagekit doesn't get installed + * debian/source/format: + - use v1, v3 doesn't play nicely with vcs backports [ Ken VanDine ] * New upstream release. (lp: #903756) * debian/control - added new build depends on libpackagekit-glib2-dev - -- Sebastien Bacher <seb128@ubuntu.com> Tue, 14 Feb 2012 18:26:00 +0100 + -- Sebastien Bacher <seb128@ubuntu.com> Tue, 14 Feb 2012 18:41:26 +0100 indicator-session (0.3.90-0ubuntu1) precise; urgency=low diff --git a/debian/source/format b/debian/source/format index 163aaf8..d3827e7 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +1.0 |