aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-08-10 16:34:26 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-08-10 16:34:26 -0400
commitae81953d3491fcadae3b05c9535c6605a50a9467 (patch)
treecb8a8cbf0ad10b45c3457852acd02790bcd7f2c2 /debian
parentf0c187f8dd55d8b831892ce30937aed2b737c5f8 (diff)
parentb5eb255fae2158fde84def56b46fa6c5424f5b84 (diff)
downloadayatana-indicator-session-ae81953d3491fcadae3b05c9535c6605a50a9467.tar.gz
ayatana-indicator-session-ae81953d3491fcadae3b05c9535c6605a50a9467.tar.bz2
ayatana-indicator-session-ae81953d3491fcadae3b05c9535c6605a50a9467.zip
* New upstream release.
- restart is missing from SessionMenu (LP: #815077) - Don't allow starting programs via the greeter indicators (LP: #811853) - Printer menu item should launch system-config-printer (LP: #818602) - gudev integration - apt restart required awareness * debian/control - Added build depends on libgudev-1.0-dev
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rw-r--r--debian/control1
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 59544bb..a52a395 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+indicator-session (0.3.1-0ubuntu1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ - restart is missing from SessionMenu (LP: #815077)
+ - Don't allow starting programs via the greeter indicators (LP: #811853)
+ - Printer menu item should launch system-config-printer (LP: #818602)
+ - gudev integration
+ - apt restart required awareness
+ * debian/control
+ - Added build depends on libgudev-1.0-dev
+
+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 10 Aug 2011 16:23:33 -0400
+
indicator-session (0.3.0-0ubuntu1) oneiric; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index efc5d53..af1db07 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 5.0),
libgtk-3-dev,
libgconf2-dev,
libdbus-glib-1-dev,
+ libgudev-1.0-dev,
gnome-doc-utils,
libindicator-dev (>= 0.3.90),
libindicator3-dev (>= 0.3.90),