diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-10 17:12:55 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-12-10 17:12:55 -0500 |
commit | af738898f8690ca60dc6e689cd24d2b525cde906 (patch) | |
tree | 37a43837559ebf4f9b94723830cea02e07f38d99 | |
parent | 767f3d45ef7365d9e4cbbe06432ab2067c13e182 (diff) | |
download | libayatana-appindicator-af738898f8690ca60dc6e689cd24d2b525cde906.tar.gz libayatana-appindicator-af738898f8690ca60dc6e689cd24d2b525cde906.tar.bz2 libayatana-appindicator-af738898f8690ca60dc6e689cd24d2b525cde906.zip |
- set libappindicator-doc arch all
- make libappindicator-dev depend on libappindicator0
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7d06522..350d880 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ indicator-application (0.0.3-0ubuntu1) UNRELEASED; urgency=low [Ken VanDine] * debian/control - set Vcs-Bzr to ~ubuntu-desktop + - set libappindicator-doc arch all + - make libappindicator-dev depend on libappindicator0 * debian/libappindicator-doc.install - install the developer docs * debian/rules diff --git a/debian/control b/debian/control index 039c721..5fd3db4 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,8 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libdbus-glib-1-dev (>= 0.76) + libdbus-glib-1-dev (>= 0.76), + libappindicator0 (= ${binary:Version}) Description: Application Indicators A library and indicator to take menus from applications and place them in the panel. @@ -51,7 +52,7 @@ Description: Application Indicators Package: libappindicator-doc Section: doc -Architecture: any +Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, libappindicator0 (= ${binary:Version}) |