diff options
author | Robert Collins <robertc@robertcollins.net> | 2009-11-17 14:06:59 +1100 |
---|---|---|
committer | Robert Collins <robertc@robertcollins.net> | 2009-11-17 14:06:59 +1100 |
commit | 18eb9ed646f2655f64ddaccd5e0b4ed9e28db026 (patch) | |
tree | e54312623be59c711e785364b41dfd4cf7837852 /debian | |
parent | 961fafafd2ee8348b68e08b8d83c1c1e1d496fac (diff) | |
download | libayatana-indicator-18eb9ed646f2655f64ddaccd5e0b4ed9e28db026.tar.gz libayatana-indicator-18eb9ed646f2655f64ddaccd5e0b4ed9e28db026.tar.bz2 libayatana-indicator-18eb9ed646f2655f64ddaccd5e0b4ed9e28db026.zip |
Depend on libindicator0 to pull it in when libindicator-dev is a build-dep.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index eeee5c1..4d2e75a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libindicator (0.3.0~dev-0ubuntu1~ppa5) karmic; urgency=low + + * Depend on libindicator0 to pull it in when libindicator-dev is a build-dep. + + -- Robert Collins <robert@ubuntu.com> Tue, 17 Nov 2009 14:06:00 +1100 + libindicator (0.3.0~dev-0ubuntu1~ppa4) karmic; urgency=low * 64-bit fix for printf's diff --git a/debian/control b/debian/control index 439dc06..e2ff092 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 Description: GNOME panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. |