diff options
author | Ted Gould <ted@gould.cx> | 2009-12-17 00:20:25 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-17 00:20:25 -0600 |
commit | 5aed77c03c6b06766efb1cfd1b1efc1a322f29f1 (patch) | |
tree | 331f532e4b8ced7eaac1a683c869b9a13a864f52 /debian/changelog | |
parent | 20a7ac227046fa1e117abfe93ad3c86d923b9d40 (diff) | |
parent | 394f01517e11b929ae249e002cae00731e1fe2ee (diff) | |
download | libayatana-appindicator-5aed77c03c6b06766efb1cfd1b1efc1a322f29f1.tar.gz libayatana-appindicator-5aed77c03c6b06766efb1cfd1b1efc1a322f29f1.tar.bz2 libayatana-appindicator-5aed77c03c6b06766efb1cfd1b1efc1a322f29f1.zip |
* Added mono bindings
* debian/rules
- don't use gnome.mk, specify all the targets to build python
bindings for each supported python version
* Adding in Python bindings.
* debian/control, debian/python-appindicator.install: Building
a binary package for the python bindings.
* debian/control: Adding python building build deps
* debian/control
- make libappindicator0 recommend indicator-application
* debian/rules:
- removed the disable-scrollkeeper configure arg
- don't include .la and .a files
* debian/patches/clean_up_docs.patch
- removed, merged upstream
* debian/control:
- removed Build-Depend for scrollkeeper
- libappindicator-dev needs to depend on libdbusmenu-glib-dev
- bump standards version to 3.8.3
- libappindicator-doc doesn't need to depend on libappindicator0
- set libappindicator-doc arch all
- make libappindicator-dev depend on libappindicator0
* debian/copyright
- Include the proper licenses (LGPL-2.1 and LGPL-3)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 50 |
1 files changed, 33 insertions, 17 deletions
diff --git a/debian/changelog b/debian/changelog index 67c869c..fb3e347 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,30 +1,42 @@ -indicator-application (0.0.4-0ubuntu1~ppa3) UNRELEASED; urgency=low +indicator-application (0.0.4-0ubuntu3) UNRELEASED; urgency=low - * Upstream work - * Python bindings - * Mono binding clean up + * Added mono bindings + * debian/rules + - don't use gnome.mk, specify all the targets to build python + bindings for each supported python version + + [ Ted Gould ] + * Adding in Python bindings. + * debian/control, debian/python-appindicator.install: Building + a binary package for the python bindings. + * debian/control: Adding python building build deps - -- Ted Gould <ted@ubuntu.com> Thu, 17 Dec 2009 00:14:29 -0600 + -- Ken VanDine <ken.vandine@canonical.com> Wed, 16 Dec 2009 14:36:05 -0500 -indicator-application (0.0.4-0ubuntu1~ppa2) karmic; urgency=low +indicator-application (0.0.4-0ubuntu2) lucid; urgency=low - * Upstream work - * Mono bindings - * debian/control: Adding in mono build depends. + * debian/control + - make libappindicator0 recommend indicator-application - -- Ted Gould <ted@ubuntu.com> Mon, 14 Dec 2009 11:25:45 -0600 + -- Ken VanDine <ken.vandine@canonical.com> Tue, 15 Dec 2009 10:40:07 -0500 -indicator-application (0.0.4-0ubuntu1~ppa1) karmic; urgency=low +indicator-application (0.0.4-0ubuntu1) lucid; urgency=low * Upstream release 0.0.4 - * Adding files to the tarball - * Putting version number in docs - * Removing cruft in docs - * debian/patches/clean_up_docs.patch: Remove as merged upstream. + * debian/rules: + - removed the disable-scrollkeeper configure arg + - don't include .la and .a files + * debian/patches/clean_up_docs.patch + - removed, merged upstream + * debian/control: + - removed Build-Depend for scrollkeeper + - libappindicator-dev needs to depend on libdbusmenu-glib-dev + - bump standards version to 3.8.3 + - libappindicator-doc doesn't need to depend on libappindicator0 - -- Ted Gould <ted@ubuntu.com> Fri, 11 Dec 2009 10:40:09 -0600 + -- Ken VanDine <ken.vandine@canonical.com> Fri, 11 Dec 2009 09:18:58 -0500 -indicator-application (0.0.3-0ubuntu1) karmic; urgency=low +indicator-application (0.0.3-0ubuntu1) lucid; urgency=low * Upstream release 0.0.3 * Adding in documentation @@ -37,6 +49,8 @@ indicator-application (0.0.3-0ubuntu1) karmic; urgency=low [Ken VanDine] * debian/control - set Vcs-Bzr to ~ubuntu-desktop + - set libappindicator-doc arch all + - make libappindicator-dev depend on libappindicator0 * debian/libappindicator-doc.install - install the developer docs * debian/rules @@ -44,6 +58,8 @@ indicator-application (0.0.3-0ubuntu1) karmic; urgency=low - added simple-patchsys.mk * debian/patches/clean_up_docs.patch - Remove template values and set a proper title + * debian/copyright + - Include the proper licenses (LGPL-2.1 and LGPL-3) -- Ted Gould <ted@ubuntu.com> Thu, 10 Dec 2009 13:34:40 -0600 |