diff options
author | Ted Gould <ted@gould.cx> | 2009-11-24 10:33:21 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-11-24 10:33:21 -0600 |
commit | 5a914cab764be1b49e5aad9c6c50c9d4365f819d (patch) | |
tree | c7e9991b63f96d33b5f4b0a31c9890a5788292db | |
parent | cc1c8d4e0b1112019318a0657e1134b113165d88 (diff) | |
download | libayatana-indicator-5a914cab764be1b49e5aad9c6c50c9d4365f819d.tar.gz libayatana-indicator-5a914cab764be1b49e5aad9c6c50c9d4365f819d.tar.bz2 libayatana-indicator-5a914cab764be1b49e5aad9c6c50c9d4365f819d.zip |
debian/control, debian/libindicator-tools: Adding in a new
package for the tools of libindicator.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | debian/libindicator-tools.install | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bda1693..e6a0715 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ libindicator (0.3.0~dev-0ubuntu1~ppa6~tl1) 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 10:28:21 -0600 diff --git a/debian/control b/debian/control index f0b27ee..394ec97 100644 --- a/debian/control +++ b/debian/control @@ -38,3 +38,10 @@ 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} +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/* |