aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 00085b3..3e3b4fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,7 @@ AM_GLIB_GNU_GETTEXT
with_massivedebugging="no"
AC_ARG_ENABLE(massivedebugging, AS_HELP_STRING([--enable-massivedebugging], [Print out so much information your brain will hurt]), with_massivedebugging=$enableval, with_massivedebugging=no)
if test "x$with_massivedebugging" = "xyes"; then
- AC_DEFINE([MASSIVEDBUGGING], [1], [Print everyting])
+ AC_DEFINE([MASSIVEDEBUGGING], [1], [Print everyting])
fi
###########################
diff --git a/debian/changelog b/debian/changelog
index 63faba0..41f1e0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdbusmenu (0.1.5-0ubuntu1~ppa2~bugfix2) UNRELEASED; urgency=low
+
+ * Typo
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 01 Oct 2009 11:59:36 -0500
+
libdbusmenu (0.1.5-0ubuntu1~ppa2~bugfix1) karmic; urgency=low
* Adding stuff, mostly debugging info