From 06feae0495a51fd833ec17b09be502846c2aa5ef Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 19 Jan 2009 12:06:35 -0600 Subject: Adding in libindicate as a dependency --- configure.ac | 4 +++- debian/changelog | 6 ++++++ debian/control | 3 ++- 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 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 -- cgit v1.2.3