aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-14 10:31:26 -0600
committerTed Gould <ted@gould.cx>2010-01-14 10:31:26 -0600
commite43ee66833afffa2a1bcb216467175de94a751a1 (patch)
tree7c7bb03a12fcddedd07f63aaa567b10da121cf87
parent5ca2ed3d2bb3672888620f17d91f215797d47dd8 (diff)
parent1a2eabc1588a888ea1721f8da0964dff0a44847d (diff)
downloadayatana-indicator-application-e43ee66833afffa2a1bcb216467175de94a751a1.tar.gz
ayatana-indicator-application-e43ee66833afffa2a1bcb216467175de94a751a1.tar.bz2
ayatana-indicator-application-e43ee66833afffa2a1bcb216467175de94a751a1.zip
Update to desktop.
-rw-r--r--debian/changelog51
-rw-r--r--debian/control4
2 files changed, 13 insertions, 42 deletions
diff --git a/debian/changelog b/debian/changelog
index 22cc457..06198be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,61 +1,32 @@
-indicator-application (0.0.8-0ubuntu1~ppa1) karmic; urgency=low
+indicator-application (0.0.8-0ubuntu1) lucid; urgency=low
- * Upstream release 0.0.8
- * Mirror icon changes over dbus
- * Better default object names.
- * Fixes for the mono binding properties
- * Sensitivity to label changes
+ * Upstream Release 0.0.8
+ - Mono bindings fixes (LP: #505923)
- -- Ted Gould <ted@ubuntu.com> Tue, 12 Jan 2010 09:10:23 -0600
+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 12 Jan 2010 01:35:44 -0500
-indicator-application (0.0.7-0ubuntu1~ppa1) karmic; urgency=low
+indicator-application (0.0.7-0ubuntu1) lucid; urgency=low
* Upstream Release 0.0.7
-
- -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 16:05:39 -0600
-
-indicator-application (0.0.6-0ubuntu2~ppa6) karmic; urgency=low
-
- * Upstream merge:
* Making the Notification Watcher register for it's own DBus
name to keep the service one unique.
-
- -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 15:44:47 -0600
-
-indicator-application (0.0.6-0ubuntu2~ppa5) karmic; urgency=low
-
- * Upstream merge:
* Adding support for icons changing through the service and
in the indicator.
* Fixing the generated headers for DBus Properties calls
* Fixing libappindicator set_icon to set the right icon.
-
- -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 15:39:49 -0600
-
-indicator-application (0.0.6-0ubuntu2~ppa4) karmic; urgency=low
-
- * Upstream update
* Adding in icon path support.
-
- -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 11:08:40 -0600
-
-indicator-application (0.0.6-0ubuntu2~ppa3) karmic; urgency=low
-
- * Upstream update
* Switching DBus interface to org.freedesktop
* Adding check/radio support to menu parsing
-
- -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 11:02:09 -0600
-
-indicator-application (0.0.6-0ubuntu2~ppa2) karmic; urgency=low
-
- * Upstream update
* Adding ChangeLog to dist
* Adding check item support to menu parsing
- -- Ted Gould <ted@ubuntu.com> Thu, 07 Jan 2010 13:58:33 -0600
+ [Ken VanDine]
+ * debian/control
+ - bump build depends version of libdbusmenu to 0.2.0
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 16:05:39 -0600
-indicator-application (0.0.6-0ubuntu1) UNRELEASED; urgency=low
+indicator-application (0.0.6-0ubuntu1) lucid; urgency=low
* Upstream release 0.0.6
* Include Python binding
diff --git a/debian/control b/debian/control
index 7e9550c..253b911 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,8 @@ Build-Depends: debhelper (>= 5.0),
libindicate-dev (>= 0.2.0),
libindicate-gtk-dev (>= 0.2.0),
libindicator-dev (>= 0.3.0),
- libdbusmenu-gtk-dev (>= 0.1.8),
- libdbusmenu-glib-dev (>= 0.1.8),
+ libdbusmenu-gtk-dev (>= 0.2.0),
+ libdbusmenu-glib-dev (>= 0.2.0),
cli-common-dev (>= 0.5.7),
mono-devel (>= 2.0.1),
gtk-sharp2-gapi,