diff options
author | Ted Gould <ted@canonical.com> | 2009-11-04 08:15:18 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-04 08:15:18 -0600 |
commit | 3d93d5a2a88e93e739c67cdf8a3ed60bf394d58a (patch) | |
tree | 44e454ab72038695f5b91cd826ba867b23c3a7a0 /debian/control | |
parent | d9dc7707402a979e3d23d5afc2fcd18ce57f0b54 (diff) | |
parent | 61e1ae1b8072ae134487dc66537daefbef477199 (diff) | |
download | libayatana-indicator-3d93d5a2a88e93e739c67cdf8a3ed60bf394d58a.tar.gz libayatana-indicator-3d93d5a2a88e93e739c67cdf8a3ed60bf394d58a.tar.bz2 libayatana-indicator-3d93d5a2a88e93e739c67cdf8a3ed60bf394d58a.zip |
* Adding in service management code.
* 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 |