diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-08 17:40:01 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-08 17:40:01 -0500 |
commit | 625332ec9cf2a69a49b8008f666f67e9c909a38a (patch) | |
tree | 166e72ab2ec60d114d66e5b75f664220d172aa9c /debian/control | |
parent | d0ad1b8460f6ea1a1c408b047590e33299e93591 (diff) | |
download | libayatana-appindicator-625332ec9cf2a69a49b8008f666f67e9c909a38a.tar.gz libayatana-appindicator-625332ec9cf2a69a49b8008f666f67e9c909a38a.tar.bz2 libayatana-appindicator-625332ec9cf2a69a49b8008f666f67e9c909a38a.zip |
more gtk3 build fixes
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/control b/debian/control index a675dea..6f11a36 100644 --- a/debian/control +++ b/debian/control @@ -54,7 +54,7 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: indicator-application (= ${binary:Version}) +Recommends: indicator-application (>= 0.2.93) Description: Application Indicators A library and indicator to take menus from applications and place them in the panel. @@ -90,8 +90,7 @@ Description: Application Indicators Package: libappindicator-doc Section: doc Architecture: all -Depends: ${shlibs:Depends}, - ${misc:Depends} +Depends: ${misc:Depends} Description: Application Indicators A library and indicator to take menus from applications and place them in the panel. @@ -103,7 +102,7 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: indicator-application (= ${binary:Version}) +Recommends: indicator-application (>= 0.2.93) Description: Application Indicators A library and indicator to take menus from applications and place them in the panel. |