aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2009-12-10 17:12:55 -0500
committerKen VanDine <ken.vandine@canonical.com>2009-12-10 17:12:55 -0500
commitaf738898f8690ca60dc6e689cd24d2b525cde906 (patch)
tree37a43837559ebf4f9b94723830cea02e07f38d99
parent767f3d45ef7365d9e4cbbe06432ab2067c13e182 (diff)
downloadayatana-indicator-application-af738898f8690ca60dc6e689cd24d2b525cde906.tar.gz
ayatana-indicator-application-af738898f8690ca60dc6e689cd24d2b525cde906.tar.bz2
ayatana-indicator-application-af738898f8690ca60dc6e689cd24d2b525cde906.zip
- set libappindicator-doc arch all
- make libappindicator-dev depend on libappindicator0
-rw-r--r--debian/changelog2
-rw-r--r--debian/control5
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})