aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
-rw-r--r--debian/changelog13
-rwxr-xr-xdebian/rules2
3 files changed, 12 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 3e3b4fd..61eec35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(libdbusmenu, 0.1.5, ted@canonical.com)
+AC_INIT(libdbusmenu, 0.1.6, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009 Canonical])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libdbusmenu, 0.1.5)
+AM_INIT_AUTOMAKE(libdbusmenu, 0.1.6)
AM_MAINTAINER_MODE
@@ -66,7 +66,7 @@ AC_SUBST(DBUSMENUTESTS_LIBS)
###########################
LIBDBUSMENU_CURRENT=0
-LIBDBUSMENU_REVISION=5
+LIBDBUSMENU_REVISION=6
LIBDBUSMENU_AGE=0
AC_SUBST(LIBDBUSMENU_CURRENT)
diff --git a/debian/changelog b/debian/changelog
index 57e1bc9..d9e20ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
-libdbusmenu (0.1.5-0ubuntu1~ppa2) karmic; urgency=low
+libdbusmenu (0.1.6-0ubuntu1~ppa1) UNRELEASED; urgency=low
- * Managing the life-cycle of the GTK Menu item better to
- ensure that it is positioned correctly and dies
- appropriately. (LP: #430904 and LP: #419953)
+ * Upstream release 0.1.6
+ * Managing the life-cycle of the GTK Menu item better to
+ ensure that it is positioned correctly and dies
+ appropriately. (LP: #430904 and LP: #419953)
+ * Checking returned properties to ensure that there wasn't
+ DBus errors. (LP: #433719)
- -- Ted Gould <ted@ubuntu.com> Fri, 02 Oct 2009 16:58:16 -0500
+ -- Ted Gould <ted@ubuntu.com> Fri, 02 Oct 2009 16:58:29 -0500
libdbusmenu (0.1.5-0ubuntu1~ppa1) karmic; urgency=low
diff --git a/debian/rules b/debian/rules
index ebcbf31..7f7f405 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-massivedebugging
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-gtk0 += -V 'libdbusmenu-gtk0 (>= 0.1.2)'