diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-14 16:56:55 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-14 16:56:55 -0400 |
commit | c05a2a3255ef8828b0517e74a3e2c625370235ba (patch) | |
tree | 6147b2adff76aa25e12df3b9ac0155a7143a8379 /debian/control | |
parent | 4a7298e250f7884cb5f6382a7f1227b0d0db4fe8 (diff) | |
download | ayatana-indicator-messages-c05a2a3255ef8828b0517e74a3e2c625370235ba.tar.gz ayatana-indicator-messages-c05a2a3255ef8828b0517e74a3e2c625370235ba.tar.bz2 ayatana-indicator-messages-c05a2a3255ef8828b0517e74a3e2c625370235ba.zip |
* debian/control
- Added Replaces indicator-me
- Added build depends for libtelepathy-glib-dev
- Added new binary packages, libindicator-messages-status-provider-dev
and libindicator-messages-status-provider1
* debian/libindicator-messages-status-provider1.symbols
- Added symbols file
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 921c969..cda9a65 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,8 @@ Build-Depends: debhelper (>= 5.0), libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.3.94), libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-gtk3-dev (>= 0.3.94) + libdbusmenu-gtk3-dev (>= 0.3.94), + libtelepathy-glib-dev (>= 0.9.0) Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu @@ -28,7 +29,8 @@ Package: indicator-messages Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: indicator-applet | indicator-renderer -Breaks: indicator-applet (<< 0.3.0) +Replaces: indicator-me +Breaks: indicator-applet (<< 0.3.0), indicator-me Description: indicator that collects messages that need a response A place on the user's desktop that collects messages that need a response. This menu provides a condensed and collected view of all of those messages @@ -48,3 +50,27 @@ Description: indicator that collects messages that need a response This menu provides a condensed and collected view of all of those messages for quick access, but without making them annoying in times that you want to ignore them. + +Package: libindicator-messages-status-provider1 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: indicator that collects messages that need a response + A place on the user's desktop that collects messages that need a response. + This menu provides a condensed and collected view of all of those messages + for quick access, but without making them annoying in times that you want + to ignore them. + +Package: libindicator-messages-status-provider-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicator-messages-status-provider1 (= ${binary:Version}) +Description: indicator that collects messages that need a response + A place on the user's desktop that collects messages that need a response. + This menu provides a condensed and collected view of all of those messages + for quick access, but without making them annoying in times that you want + to ignore them. + |