aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4d2e75a..8a6a66b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
libindicator (0.3.0~dev-0ubuntu1~ppa5) karmic; urgency=low
- * Depend on libindicator0 to pull it in when libindicator-dev is a build-dep.
+ * debian/control: Adding a depend for the -dev package on the
+ base library to stop users from linking staticly.
-- Robert Collins <robert@ubuntu.com> Tue, 17 Nov 2009 14:06:00 +1100
diff --git a/debian/control b/debian/control
index e2ff092..f0b27ee 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libgtk2.0-dev (>= 2.12.0),
- libindicator0
+ libindicator0 (= ${binary:Version})
Description: GNOME panel indicator applet - shared library
This library contains information to build indicators to go into
the indicator applet.