aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f73f46b..d2f8ca2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+indicator-applet (0.2.0~bzr319-0ubuntu3) karmic; urgency=low
+
+ * debian/rules
+ - added --enable-gtk-doc to build the docs
+
+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 05 Aug 2009 09:50:17 +0100
+
indicator-applet (0.2.0~bzr319-0ubuntu2) karmic; urgency=low
* Run ./autogen.sh before upload
diff --git a/debian/rules b/debian/rules
index 3025b6a..27ff7f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --disable-gobject-introspection
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --disable-gobject-introspection --enable-gtk-doc
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
DEB_DH_MAKESHLIBS_ARGS_libindicate0 += -V 'libindicate0 (>= 0.1.2)'