aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
3 files changed, 11 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 73e3070..c8bde3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,8 +23,10 @@ AC_CONFIG_MACRO_DIR([m4])
GTK_REQUIRED_VERSION=2.12
PANEL_REQUIRED_VERSION=2.0.0
+INDICATE_REQUIRED_VERSION=0.1
-PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION)
+PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION
+ indicate >= $INDICATE_REQUIRED_VERSION)
AC_SUBST(APPLET_CFLAGS)
AC_SUBST(APPLET_LIBS)
diff --git a/debian/changelog b/debian/changelog
index b784037..19fc98b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+indicator-messages (0.1~ppa3) intrepid; urgency=low
+
+ * Adding a build dependency on libindicate-dev
+
+ -- Ted Gould <ted@ubuntu.com> Mon, 19 Jan 2009 12:02:08 -0600
+
indicator-messages (0.1~ppa2) intrepid; urgency=low
* Moving the directory
diff --git a/debian/control b/debian/control
index a76880b..3b4bdf4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 5.0),
libdbus-glib-1-dev,
gnome-doc-utils,
scrollkeeper,
- intltool
+ intltool,
+ libindicate-dev
Standards-Version: 3.8.0
Package: indicator-messages