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 eeee5c1..ab70026 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libindicator (0.3.0~dev-0ubuntu1~ppa5) UNRELEASED; urgency=low
+
+ * debian/control: Adding a depend for the -dev package on the
+ base library to stop users from linking staticly.
+
+ -- Ted Gould <ted@ubuntu.com> Mon, 16 Nov 2009 23:17:50 -0600
+
libindicator (0.3.0~dev-0ubuntu1~ppa4) karmic; urgency=low
* 64-bit fix for printf's
diff --git a/debian/control b/debian/control
index 439dc06..f0b27ee 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,8 @@ Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libgtk2.0-dev (>= 2.12.0)
+ libgtk2.0-dev (>= 2.12.0),
+ libindicator0 (= ${binary:Version})
Description: GNOME panel indicator applet - shared library
This library contains information to build indicators to go into
the indicator applet.