From 7b0d813fe0e2f6fd32ac45a1ddcc85248d1d55f5 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 16 Nov 2009 23:18:22 -0600 Subject: debian/control: Adding a depend for the -dev package on the base library to stop users from linking staticly. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') 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. -- cgit v1.2.3