diff options
author | Ted Gould <ted@canonical.com> | 2009-11-02 16:39:53 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-02 16:39:53 -0600 |
commit | 00808f0d8cc647ba6af5da0835d45091ac076daa (patch) | |
tree | 1f299355546bf9c140d1fd8b1c1bfbe038c104ec /debian/control | |
parent | 8e4486c2cee166ffaeae2baa4fe727e62f1babf5 (diff) | |
download | libayatana-indicator-00808f0d8cc647ba6af5da0835d45091ac076daa.tar.gz libayatana-indicator-00808f0d8cc647ba6af5da0835d45091ac076daa.tar.bz2 libayatana-indicator-00808f0d8cc647ba6af5da0835d45091ac076daa.zip |
* debian/control: Adding a target for libindicator0
* Adding libindicator0.install and libindicator-dev.install
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 9f0f009..6d14ad9 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,17 @@ Homepage: https://launchpad.net/libindicator Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libindicator/ubuntu Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/libindicator/ubuntu +Package: libindicator0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: GNOME panel indicator applet - shared library + This library contains information to build indicators to go into + the indicator applet. + . + This package contains files that are needed to build applications. + Package: libindicator-dev Section: libdevel Architecture: any |