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/python-appindicator.install | |
parent | 20a7ac227046fa1e117abfe93ad3c86d923b9d40 (diff) | |
parent | 394f01517e11b929ae249e002cae00731e1fe2ee (diff) | |
download | ayatana-indicator-application-5aed77c03c6b06766efb1cfd1b1efc1a322f29f1.tar.gz ayatana-indicator-application-5aed77c03c6b06766efb1cfd1b1efc1a322f29f1.tar.bz2 ayatana-indicator-application-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/python-appindicator.install')
-rw-r--r-- | debian/python-appindicator.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/python-appindicator.install b/debian/python-appindicator.install new file mode 100644 index 0000000..7a7f049 --- /dev/null +++ b/debian/python-appindicator.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/python2.6/* +debian/tmp/usr/share/pygtk/* |