diff options
author | Ted Gould <ted@gould.cx> | 2009-11-24 16:35:04 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-11-24 16:35:04 -0600 |
commit | 5d0d185e805c993b96431c91f73bea369a6357cf (patch) | |
tree | 59214d4aa7120bd31c7e9917f0b5478554330af1 /debian | |
parent | f8b4671f30099da13044a0ab5513beef131ef15b (diff) | |
parent | 01c14391edf719e0cd7cc29d4153b878f8981e0e (diff) | |
download | libayatana-indicator-5d0d185e805c993b96431c91f73bea369a6357cf.tar.gz libayatana-indicator-5d0d185e805c993b96431c91f73bea369a6357cf.tar.bz2 libayatana-indicator-5d0d185e805c993b96431c91f73bea369a6357cf.zip |
* Adding a new tool to load indicators from the command line.
* debian/control, debian/libindicator-tools: Adding in a new
package for the tools of libindicator.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/libindicator-tools.install | 1 |
3 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8a6a66b..2784c2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libindicator (0.3.0~dev-0ubuntu1~ppa6) UNRELEASED; urgency=low + + * Adding a new tool to load indicators from the command line. + * debian/control, debian/libindicator-tools: Adding in a new + package for the tools of libindicator. + + -- Ted Gould <ted@ubuntu.com> Tue, 24 Nov 2009 16:34:33 -0600 + libindicator (0.3.0~dev-0ubuntu1~ppa5) karmic; urgency=low * debian/control: Adding a depend for the -dev package on the diff --git a/debian/control b/debian/control index f0b27ee..d4fd2f2 100644 --- a/debian/control +++ b/debian/control @@ -38,3 +38,11 @@ Description: GNOME panel indicator applet - shared library . This package contains files that are needed to build applications. +Package: libindicator-tools +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicator0 (= ${binary:Version}) +Description: Need a better description + diff --git a/debian/libindicator-tools.install b/debian/libindicator-tools.install new file mode 100644 index 0000000..e9565f0 --- /dev/null +++ b/debian/libindicator-tools.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libindicator/* |