diff options
-rw-r--r-- | debian/changelog | 22 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/libappindicator0-cil.install | 1 |
3 files changed, 13 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog index 18a515a..0801ab4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,18 +1,12 @@ -indicator-application (0.0.6-0ubuntu1~ppa1) karmic; urgency=low +indicator-application (0.0.6-0ubuntu1) UNRELEASED; urgency=low * Upstream release 0.0.6 - * Keeping a constant signature for the library instead of - building it each time. - - -- Ted Gould <ted@ubuntu.com> Thu, 17 Dec 2009 14:45:50 -0600 - -indicator-application (0.0.5-0ubuntu1~ppa1) karmic; urgency=low - - * Upstream release 0.0.5 * Include Python binding * Include Mono binding * Minor bug fixes - * Fixing when menus are set twice. (LP: #497812) + * Fixing when menus are set twice. (LP: #497812) + * Keeping a constant signature for the library instead of + building it each time. * debian/control, debian/python-appindicator.install: Building a binary package for the python bindings. * debian/control: Adding python building build deps @@ -20,12 +14,16 @@ indicator-application (0.0.5-0ubuntu1~ppa1) karmic; urgency=low a binary package for the Mono bindings. * debian/control: Adding Mono building build deps - [ Ken VanDine ] + [Ken VanDine] + * Added mono bindings + - debian/libappindicator0-cil.install + - debian/libappindicator0-cil-dev.install + - debian/control * debian/rules - don't use gnome.mk, specify all the targets to build python bindings for each supported python version - -- Ted Gould <ted@ubuntu.com> Thu, 17 Dec 2009 13:21:47 -0600 + -- Ted Gould <ted@ubuntu.com> Thu, 17 Dec 2009 14:45:50 -0600 indicator-application (0.0.4-0ubuntu2) lucid; urgency=low diff --git a/debian/control b/debian/control index 6df04a7..7e9550c 100644 --- a/debian/control +++ b/debian/control @@ -22,8 +22,8 @@ Build-Depends: debhelper (>= 5.0), mono-devel (>= 2.0.1), gtk-sharp2-gapi, libmono-dev, - libgtk2.0-cil, - nunit + libnunit2.4-cil, + libgtk2.0-cil Standards-Version: 3.8.3 Homepage: https://launchpad.net/indicator-application Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu diff --git a/debian/libappindicator0-cil.install b/debian/libappindicator0-cil.install index 17c04e9..6158914 100644 --- a/debian/libappindicator0-cil.install +++ b/debian/libappindicator0-cil.install @@ -1 +1,2 @@ debian/tmp/usr/lib/appindicator-sharp-0.1/* +debian/tmp/usr/lib/mono/* |