diff options
author | Ted Gould <ted@canonical.com> | 2009-08-04 01:36:30 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-04 01:36:30 +0100 |
commit | 54b4e00a4cfb33377a4fcbfa550c2fe9f098697f (patch) | |
tree | 7b75fb356b1e7c3e3dc988954775907c02d8ee8c /debian/control | |
parent | be06bcb9e5e08a03f8455b3ff8b4db04570ed2a0 (diff) | |
download | libayatana-indicator-54b4e00a4cfb33377a4fcbfa550c2fe9f098697f.tar.gz libayatana-indicator-54b4e00a4cfb33377a4fcbfa550c2fe9f098697f.tar.bz2 libayatana-indicator-54b4e00a4cfb33377a4fcbfa550c2fe9f098697f.zip |
debian/control: Fixing some libindicate1's that should be
libindicate2 and making everything dependent on the versions
that are built here in the package.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index f755f70..92c60a7 100644 --- a/debian/control +++ b/debian/control @@ -47,7 +47,7 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicate1 (= ${binary:Version}), + libindicate2 (= ${binary:Version}), libdbus-glib-1-dev (>= 0.76) Description: GNOME panel indicator applet - shared library indicator-applet is an applet to display information from @@ -72,7 +72,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libindicate-gtk (= ${binary:Version}), - libindicate-dev, + libindicate-dev (= ${binary:Version}), libdbus-glib-1-dev (>= 0.76), libgtk2.0-dev (>= 2.12.0) Description: GNOME panel indicator applet - shared library @@ -98,7 +98,8 @@ Section: doc Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libindicate1 (= ${binary:Version}), + libindicate2 (= ${binary:Version}), + libindicate-gtk0 (= ${binary:Version}), libdbus-glib-1-dev (>= 0.76), libgtk2.0-dev (>= 2.12.0) Description: GNOME panel indicator applet - shared library |