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 | |
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
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8a58fb5..095e35d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-applet (0.2.0~bzr319-0ubuntu1~ppa3) UNRELEASED; urgency=low + + * debian/control: Fixing the library reference of + libindicate-gtk-dev + + -- Ted Gould <ted@ubuntu.com> Tue, 04 Aug 2009 10:53:19 +0100 + indicator-applet (0.2.0~bzr319-0ubuntu1~ppa2) karmic; urgency=low * Forgot to autogen.sh 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) |