aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog88
-rw-r--r--debian/control4
2 files changed, 18 insertions, 74 deletions
diff --git a/debian/changelog b/debian/changelog
index b21968a..17dc97d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,96 +1,40 @@
-indicator-application (0.0.8-0ubuntu1~ppa2~fallback5) karmic; urgency=low
+indicator-application (0.0.9-0ubuntu1~ppa1) karmic; urgency=low
- * Upstream update
- * Looking at StatusIcon fallback
+ * Upstream Release 0.0.9
+ * Add fallback support for situations where the NotificationWatcher
+ isn't available.
- -- Ted Gould <ted@ubuntu.com> Wed, 13 Jan 2010 16:16:09 -0600
+ -- Ted Gould <ted@ubuntu.com> Thu, 14 Jan 2010 10:39:43 -0600
-indicator-application (0.0.8-0ubuntu1~ppa2~fallback4) karmic; urgency=low
+indicator-application (0.0.8-0ubuntu1) lucid; urgency=low
- * Upstream update
- * Removing the 'destroy' signal handler
+ * Upstream Release 0.0.8
+ - Mono bindings fixes (LP: #505923)
- -- Ted Gould <ted@ubuntu.com> Wed, 13 Jan 2010 14:56:01 -0600
+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 12 Jan 2010 01:35:44 -0500
-indicator-application (0.0.8-0ubuntu1~ppa2~fallback3) karmic; urgency=low
-
- * Upstream update
- * More checking.
-
- -- Ted Gould <ted@ubuntu.com> Wed, 13 Jan 2010 14:08:15 -0600
-
-indicator-application (0.0.8-0ubuntu1~ppa2~fallback2) karmic; urgency=low
-
- * Upstream update
- * Checking fallback function params
-
- -- Ted Gould <ted@ubuntu.com> Wed, 13 Jan 2010 13:34:29 -0600
-
-indicator-application (0.0.8-0ubuntu1~ppa2~fallback1) karmic; urgency=low
-
- * Upstream update
- * Fallback support
-
- -- Ted Gould <ted@ubuntu.com> Wed, 13 Jan 2010 13:31:06 -0600
-
-indicator-application (0.0.8-0ubuntu1~ppa1) karmic; 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
-
- -- Ted Gould <ted@ubuntu.com> Tue, 12 Jan 2010 09:10:23 -0600
-
-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,