diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index c8c5512..01b66f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-application (0.0.10-0ubuntu1~ppa1) karmic; urgency=low +indicator-application (0.0.10-0ubuntu1) lucid; urgency=low * Upstream release 0.0.10 * Adding in a file to position the indicators @@ -6,8 +6,6 @@ indicator-application (0.0.10-0ubuntu1~ppa1) karmic; urgency=low * Use the right callback function for fallback (LP: #507975) * Support getting the app list from a running service. * debian/control: Adding dependency for json-glib to build. - * debian/control: Adjusted back changes in 0.0.9-0ubuntu3 as this - branch is still on Karmic. Changes are in Lucid. -- Ted Gould <ted@ubuntu.com> Thu, 21 Jan 2010 14:21:00 -0600 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 |