=== modified file 'debian/changelog'
--- debian/changelog	2010-04-08 16:40:18 +0000
+++ debian/changelog	2010-06-10 02:25:43 +0000
@@ -1,3 +1,12 @@
+couchdb-glib (0.6.3-0ubuntu1.1) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - add --disable-debug-messages to ./configure flags to prevent
+      couchdb-glib from setting its own, custom log_handler for g_debug macro.
+      (LP: #591873)
+
+ -- Krzysztof Klimonda <kklimonda@syntaxhighlighted.com>  Wed, 09 Jun 2010 20:47:10 +0200
+
 couchdb-glib (0.6.3-0ubuntu1) lucid; urgency=low
 
   * New upstream release:

=== modified file 'debian/rules'
--- debian/rules	2009-07-20 14:04:09 +0000
+++ debian/rules	2010-06-10 02:25:43 +0000
@@ -2,3 +2,5 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-debug-messages

