diff options
author | Ted Gould <ted@canonical.com> | 2009-04-22 15:44:58 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-22 15:44:58 -0500 |
commit | a1d496e0755285b3647b01b1023d5542618e9c75 (patch) | |
tree | 1a73ea46ac7acf5300d701d616f5c112ef3ba7bd /debian/control | |
parent | a9d6d59ab9520edf6e95cb19c149275d80623c36 (diff) | |
download | ayatana-indicator-messages-a1d496e0755285b3647b01b1023d5542618e9c75.tar.gz ayatana-indicator-messages-a1d496e0755285b3647b01b1023d5542618e9c75.tar.bz2 ayatana-indicator-messages-a1d496e0755285b3647b01b1023d5542618e9c75.zip |
debian/control: Adding new dependency on libindicator-dev
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f403ed8..0cef058 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.1.5) + libindicate-dev (>= 0.2.0), + libindicator-dev (>= 0.2.0) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu |