aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-16 23:18:22 -0600
committerTed Gould <ted@canonical.com>2009-11-16 23:18:22 -0600
commit7b0d813fe0e2f6fd32ac45a1ddcc85248d1d55f5 (patch)
treef6d5b0a6a10028c6dbe991aac85aa38589244083 /debian/control
parent961fafafd2ee8348b68e08b8d83c1c1e1d496fac (diff)
downloadlibayatana-indicator-7b0d813fe0e2f6fd32ac45a1ddcc85248d1d55f5.tar.gz
libayatana-indicator-7b0d813fe0e2f6fd32ac45a1ddcc85248d1d55f5.tar.bz2
libayatana-indicator-7b0d813fe0e2f6fd32ac45a1ddcc85248d1d55f5.zip
debian/control: Adding a depend for the -dev package on the
base library to stop users from linking staticly.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 439dc06..f0b27ee 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,8 @@ Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libgtk2.0-dev (>= 2.12.0)
+ libgtk2.0-dev (>= 2.12.0),
+ libindicator0 (= ${binary:Version})
Description: GNOME panel indicator applet - shared library
This library contains information to build indicators to go into
the indicator applet.