diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-15 10:39:56 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-12-15 10:39:56 -0500 |
commit | c593131d2bf80c77a5f3bcdd78a24c1f4424545c (patch) | |
tree | c72c7721878534c80e503e22062bb6009a6bb1fc | |
parent | add48ddb3262a8c06718dcf1751d52ea137d1a0a (diff) | |
download | libayatana-appindicator-c593131d2bf80c77a5f3bcdd78a24c1f4424545c.tar.gz libayatana-appindicator-c593131d2bf80c77a5f3bcdd78a24c1f4424545c.tar.bz2 libayatana-appindicator-c593131d2bf80c77a5f3bcdd78a24c1f4424545c.zip |
* debian/control
- make libappindicator0 depend on indicator-application
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d641d68..5693619 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-application (0.0.4-0ubuntu2) UNRELEASED; urgency=low + + * debian/control + - make libappindicator0 depend on indicator-application + + -- Ken VanDine <ken.vandine@canonical.com> Tue, 15 Dec 2009 10:38:48 -0500 + indicator-application (0.0.4-0ubuntu1) lucid; urgency=low * Upstream release 0.0.4 diff --git a/debian/control b/debian/control index fb41d6e..6955490 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,8 @@ Package: libappindicator0 Section: libs Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + indicator-application (= ${binary:Version}) Description: Application Indicators A library and indicator to take menus from applications and place them in the panel. |