aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
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.