diff options
author | Ted Gould <ted@gould.cx> | 2011-02-24 21:55:08 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-24 21:55:08 -0600 |
commit | 2c1ee7d68b43b4e1ef7e6f9cac42594639fc5edf (patch) | |
tree | 9efe30d8235b119c5def660bdb2bfa1a7e25be47 /debian | |
parent | 56bc4ef42f82379257b856124da93f782d5cdee1 (diff) | |
parent | c893dfdc92e289aa8b810d35a0ee4753500e5919 (diff) | |
download | ayatana-indicator-application-2c1ee7d68b43b4e1ef7e6f9cac42594639fc5edf.tar.gz ayatana-indicator-application-2c1ee7d68b43b4e1ef7e6f9cac42594639fc5edf.tar.bz2 ayatana-indicator-application-2c1ee7d68b43b4e1ef7e6f9cac42594639fc5edf.zip |
Sync with U.Desktop
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 23 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 23 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6ea296e..ba6685c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,25 @@ -indicator-application (0.2.93-0ubuntu1~ppa1) natty; urgency=low +indicator-application (0.2.93-0ubuntu4) natty; urgency=low + + * Make the accessible description NULL so that indicator-applet doesn't + crash (LP: #721533) + + -- Ken VanDine <ken.vandine@canonical.com> Sat, 19 Feb 2011 23:18:11 -0500 + +indicator-application (0.2.93-0ubuntu3) natty; urgency=low + + * debian/control + - bump build depends for libindicator-dev to >= 0.3.19 + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 17 Feb 2011 15:01:57 -0500 + +indicator-application (0.2.93-0ubuntu2) natty; urgency=low + + * src/application-service-appstore.c + - emit LabelChanged signal along with the IconChanged signal (LP: #712581) + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 11 Feb 2011 10:59:17 -0500 + +indicator-application (0.2.93-0ubuntu1) natty; urgency=low * New upstream release. * Support the scroll wheel event and send it to applications. diff --git a/debian/control b/debian/control index 62a270e..b806b99 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev (>= 0.82), libjson-glib-dev, intltool, - libindicator-dev (>= 0.3.16), + libindicator-dev (>= 0.3.19), libdbusmenu-gtk-dev (>= 0.3.91), libdbusmenu-glib-dev (>= 0.3.91), libappindicator-dev (>= 0.2.91) |