diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 16 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 16 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6787b5d..ba22fde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,7 +21,21 @@ indicator-application (0.0.9-0ubuntu1~ppa2) karmic; urgency=low -- Ted Gould <ted@ubuntu.com> Wed, 20 Jan 2010 14:47:47 -0600 -indicator-application (0.0.9-0ubuntu1~ppa1) karmic; urgency=low +indicator-application (0.0.9-0ubuntu3) lucid; urgency=low + + * debian/control: + - updated the build-depends for the gtk binding changes. + + -- Sebastien Bacher <seb128@ubuntu.com> Tue, 19 Jan 2010 22:57:02 +0100 + +indicator-application (0.0.9-0ubuntu2) lucid; urgency=low + + * Backport an upstream change to a fallback situation crasher + (lp: #507975) + + -- Sebastien Bacher <seb128@ubuntu.com> Tue, 19 Jan 2010 20:52:41 +0100 + +indicator-application (0.0.9-0ubuntu1) lucid; urgency=low * Upstream Release 0.0.9 * Add fallback support for situations where the NotificationWatcher diff --git a/debian/control b/debian/control index 49e67dd..02eed84 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 5.0), gtk-sharp2-gapi, libmono-dev, libnunit2.4-cil, - libgtk2.0-cil + libgtk2.0-cil-dev Standards-Version: 3.8.3 Homepage: https://launchpad.net/indicator-application Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu |