diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-11 12:39:56 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-12-11 12:39:56 -0500 |
commit | fd5003d889c64a42e24fc53355ffd5de2c271b6f (patch) | |
tree | fa7f3c0c4f7ddfe74ff9a179174ec84c8bc62e88 | |
parent | 2da3664f35f00f5f1d53d780dc6242a7065738df (diff) | |
download | libayatana-appindicator-fd5003d889c64a42e24fc53355ffd5de2c271b6f.tar.gz libayatana-appindicator-fd5003d889c64a42e24fc53355ffd5de2c271b6f.tar.bz2 libayatana-appindicator-fd5003d889c64a42e24fc53355ffd5de2c271b6f.zip |
- bump standards version to 3.8.3
- libappindicator-doc doesn't need to depend on libappindicator0
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index f4ef9a6..d641d68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ indicator-application (0.0.4-0ubuntu1) lucid; urgency=low * debian/control: - removed Build-Depend for scrollkeeper - libappindicator-dev needs to depend on libdbusmenu-glib-dev + - bump standards version to 3.8.3 + - libappindicator-doc doesn't need to depend on libappindicator0 -- Ken VanDine <ken.vandine@canonical.com> Fri, 11 Dec 2009 09:18:58 -0500 diff --git a/debian/control b/debian/control index a717e5b..71aa84e 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 5.0), libindicator-dev (>= 0.3.0), libdbusmenu-gtk-dev (>= 0.1.8), libdbusmenu-glib-dev (>= 0.1.8) -Standards-Version: 3.8.0 +Standards-Version: 3.8.3 Homepage: https://launchpad.net/indicator-application Vcs-Bzr: http://bazaar.launchpa.net/~ubuntu-desktop/indicator-application/ubuntu @@ -54,8 +54,7 @@ Package: libappindicator-doc Section: doc Architecture: all Depends: ${shlibs:Depends}, - ${misc:Depends}, - libappindicator0 (= ${binary:Version}) + ${misc:Depends} Description: Application Indicators A library and indicator to take menus from applications and place them in the panel. |