diff options
author | Ted Gould <ted@canonical.com> | 2009-11-05 09:15:33 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-05 09:15:33 -0600 |
commit | 20d9f0ead9421f8c4a8f1b25e94aa44fafd999c2 (patch) | |
tree | 86e9d2be0c5649f030206c93c62b9d433f773b70 /debian | |
parent | 5ad8e303d608198feb464fb6930d56856f4bda9d (diff) | |
parent | c3474004764122c3736a8326d26c56c8227223f5 (diff) | |
download | libayatana-indicator-20d9f0ead9421f8c4a8f1b25e94aa44fafd999c2.tar.gz libayatana-indicator-20d9f0ead9421f8c4a8f1b25e94aa44fafd999c2.tar.bz2 libayatana-indicator-20d9f0ead9421f8c4a8f1b25e94aa44fafd999c2.zip |
* Changing the object interface to allow for multiple items
per module.
* Changing debian/libindicator-dev.install for the adjusted
include path.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/libindicator-dev.install | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5e99e9e..f1facb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libindicator (0.3.0~dev-0ubuntu1~ppa1) UNRELEASED; urgency=low + + * Changing the object interface to allow for multiple items + per module. + * Changing debian/libindicator-dev.install for the adjusted + include path. + + -- Ted Gould <ted@ubuntu.com> Thu, 05 Nov 2009 09:14:43 -0600 + libindicator (0.2.1-0ubuntu2~ppa1) karmic; urgency=low * Adding in service management code. diff --git a/debian/libindicator-dev.install b/debian/libindicator-dev.install index 33d0de9..bbdcdeb 100644 --- a/debian/libindicator-dev.install +++ b/debian/libindicator-dev.install @@ -1,4 +1,4 @@ -debian/tmp/usr/include/libindicator-0.1/libindicator/* +debian/tmp/usr/include/libindicator-0.3/libindicator/* debian/tmp/usr/lib/pkgconfig/indicator.pc debian/tmp/usr/lib/libindicator.a debian/tmp/usr/lib/libindicator.so |