diff options
-rw-r--r-- | debian/changelog | 43 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 4 insertions, 41 deletions
diff --git a/debian/changelog b/debian/changelog index f7a8e50..5c8483b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,45 +1,8 @@ -libdbusmenu (0.2.0~dev-0ubuntu1~ppa6~sigfix7) karmic; urgency=low +libdbusmenu (0.2.0~dev-0ubuntu1~ppa6) UNRELEASED; urgency=low - * Nope, bad idea. + * Fixing the handling of typed properties, especially bools. - -- Ted Gould <ted@ubuntu.com> Tue, 22 Dec 2009 08:10:08 -0600 - -libdbusmenu (0.2.0~dev-0ubuntu1~ppa6~sigfix6) karmic; urgency=low - - * Signal change - - -- Ted Gould <ted@ubuntu.com> Mon, 21 Dec 2009 21:57:24 -0600 - -libdbusmenu (0.2.0~dev-0ubuntu1~ppa6~sigfix5) karmic; urgency=low - - * string to value fix - - -- Ted Gould <ted@ubuntu.com> Mon, 21 Dec 2009 21:22:35 -0600 - -libdbusmenu (0.2.0~dev-0ubuntu1~ppa6~sigfix4) karmic; urgency=low - - * Using a hash table replace - - -- Ted Gould <ted@ubuntu.com> Mon, 21 Dec 2009 16:20:42 -0600 - -libdbusmenu (0.2.0~dev-0ubuntu1~ppa6~sigfix3) karmic; urgency=low - - * debian/rules: Massive debugging - - -- Ted Gould <ted@ubuntu.com> Fri, 18 Dec 2009 22:21:44 -0600 - -libdbusmenu (0.2.0~dev-0ubuntu1~ppa6~sigfix2) karmic; urgency=low - - * Trying again - - -- Ted Gould <ted@ubuntu.com> Fri, 18 Dec 2009 22:10:45 -0600 - -libdbusmenu (0.2.0~dev-0ubuntu1~ppa6~sigfix1) karmic; urgency=low - - * Upstream - * Fixing the signal prototypes. - - -- Ted Gould <ted@ubuntu.com> Fri, 18 Dec 2009 22:03:56 -0600 + -- Ted Gould <ted@ubuntu.com> Tue, 22 Dec 2009 14:38:00 -0600 libdbusmenu (0.2.0~dev-0ubuntu1~ppa5) 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)' |