aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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})