diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-15 11:33:37 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-12-15 11:33:37 -0500 |
commit | 53d5f10ac0667f455de2b3e5553647545345b062 (patch) | |
tree | 646d7e4991b7fc4727551b2e23cd359cfa8b085c /debian | |
parent | c4a58885e1fd9fc06184ea4a7f2b772cde9a1875 (diff) | |
download | ayatana-indicator-application-53d5f10ac0667f455de2b3e5553647545345b062.tar.gz ayatana-indicator-application-53d5f10ac0667f455de2b3e5553647545345b062.tar.bz2 ayatana-indicator-application-53d5f10ac0667f455de2b3e5553647545345b062.zip |
make libappindicator0 recommend indicator-application
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index cbbbd94..d8bcdb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ indicator-application (0.0.4-0ubuntu2) lucid; urgency=low * debian/control - - make libappindicator0 depend on indicator-application + - make libappindicator0 recommend indicator-application -- Ken VanDine <ken.vandine@canonical.com> Tue, 15 Dec 2009 10:40:07 -0500 diff --git a/debian/control b/debian/control index 6955490..f0efd54 100644 --- a/debian/control +++ b/debian/control @@ -29,8 +29,8 @@ Package: libappindicator0 Section: libs Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends}, - indicator-application (= ${binary:Version}) + ${misc:Depends} +Recommends: indicator-application (= ${binary:Version}) Description: Application Indicators A library and indicator to take menus from applications and place them in the panel. |