diff options
author | Ted Gould <ted@canonical.com> | 2009-08-04 10:53:46 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-04 10:53:46 +0100 |
commit | 41c535b370fe6eb2429cbcdcb4d4ecb83833037c (patch) | |
tree | bbdc451aaec8d806487baac9d11c5ffdd5dd4f4e /debian/control | |
parent | 96ace70f64b79b9e9bba1b2027ef40cf0b235381 (diff) | |
download | libayatana-indicator-41c535b370fe6eb2429cbcdcb4d4ecb83833037c.tar.gz libayatana-indicator-41c535b370fe6eb2429cbcdcb4d4ecb83833037c.tar.bz2 libayatana-indicator-41c535b370fe6eb2429cbcdcb4d4ecb83833037c.zip |
debian/control: Fixing the library reference of
libindicate-gtk-dev
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 92c60a7..23e0158 100644 --- a/debian/control +++ b/debian/control @@ -71,7 +71,7 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicate-gtk (= ${binary:Version}), + libindicate-gtk0 (= ${binary:Version}), libindicate-dev (= ${binary:Version}), libdbus-glib-1-dev (>= 0.76), libgtk2.0-dev (>= 2.12.0) |