diff options
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/* |