diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9ca9b4d..fda5a87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libdbusmenu (0.2.9-0ubuntu2~ppa2~refs5) UNRELEASED; urgency=low + + * debian/rules: Massive debugging + + -- Ted Gould <ted@ubuntu.com> Fri, 16 Apr 2010 11:59:28 -0500 + libdbusmenu (0.2.9-0ubuntu2~ppa2~refs4) lucid; urgency=low * Upstream merge diff --git a/debian/rules b/debian/rules index c23bde6..7399803 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 +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-massivedebugging LDFLAGS += -Wl,-z,defs -Wl,--as-needed DEB_DH_MAKESHLIBS_ARGS_libdbusmenu-gtk1 += -V 'libdbusmenu-gtk1 (>= 0.2.5)' |