Merge lp:~kklimonda/ubuntu/lucid/couchdb-glib/fix-591873 into lp:ubuntu/lucid/couchdb-glib

Proposed by Krzysztof Klimonda
Status: Merged
Merge reported by: Stefano Rivera
Merged at revision: not available
Proposed branch: lp:~kklimonda/ubuntu/lucid/couchdb-glib/fix-591873
Merge into: lp:ubuntu/lucid/couchdb-glib
Diff against target: 26 lines (+11/-0)
2 files modified
debian/changelog (+9/-0)
debian/rules (+2/-0)
To merge this branch: bzr merge lp:~kklimonda/ubuntu/lucid/couchdb-glib/fix-591873
Reviewer Review Type Date Requested Status
Rodrigo Moya (community) Approve
Ubuntu Sponsors Pending
Review via email: mp+27219@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Rodrigo Moya (rodrigo-moya) wrote :

Looks good to me

review: Approve
Revision history for this message
Rodrigo Moya (rodrigo-moya) wrote :

Package is now uploaded, waiting in the lucid queue -> https://edge.launchpad.net/ubuntu/lucid/+queue?queue_state=1

Revision history for this message
Rodrigo Moya (rodrigo-moya) wrote :

I've got no permissions to merge this branch, so if someone from ubuntu-sru could do it, please?

Revision history for this message
Stefano Rivera (stefanor) wrote :

It gets merged into a newly created lucid-proposed branch. I find the best thing to do is to manually mark the merge request as merged. I've done so.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-04-08 16:40:18 +0000
3+++ debian/changelog 2010-06-10 02:25:43 +0000
4@@ -1,3 +1,12 @@
5+couchdb-glib (0.6.3-0ubuntu1.1) UNRELEASED; urgency=low
6+
7+ * debian/rules:
8+ - add --disable-debug-messages to ./configure flags to prevent
9+ couchdb-glib from setting its own, custom log_handler for g_debug macro.
10+ (LP: #591873)
11+
12+ -- Krzysztof Klimonda <kklimonda@syntaxhighlighted.com> Wed, 09 Jun 2010 20:47:10 +0200
13+
14 couchdb-glib (0.6.3-0ubuntu1) lucid; urgency=low
15
16 * New upstream release:
17
18=== modified file 'debian/rules'
19--- debian/rules 2009-07-20 14:04:09 +0000
20+++ debian/rules 2010-06-10 02:25:43 +0000
21@@ -2,3 +2,5 @@
22
23 include /usr/share/cdbs/1/rules/debhelper.mk
24 include /usr/share/cdbs/1/class/gnome.mk
25+
26+DEB_CONFIGURE_EXTRA_FLAGS := --disable-debug-messages

Subscribers

People subscribed via source and target branches