aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-01-19 12:06:35 -0600
committerTed Gould <ted@canonical.com>2009-01-19 12:06:35 -0600
commit06feae0495a51fd833ec17b09be502846c2aa5ef (patch)
tree86cc8f3fbf64e364a3b8a359196128e955adcaf7
parent0f788121ca56ab4e6f1e6534a4bc0edf9b325e1d (diff)
downloadayatana-indicator-messages-06feae0495a51fd833ec17b09be502846c2aa5ef.tar.gz
ayatana-indicator-messages-06feae0495a51fd833ec17b09be502846c2aa5ef.tar.bz2
ayatana-indicator-messages-06feae0495a51fd833ec17b09be502846c2aa5ef.zip
Adding in libindicate as a dependency
-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