Merge lp:~mterry/ubuntu/maverick/desktop-webmail/ftbfs-cairo into lp:ubuntu/maverick/desktop-webmail

Proposed by Michael Terry
Status: Merged
Merged at revision: 4
Proposed branch: lp:~mterry/ubuntu/maverick/desktop-webmail/ftbfs-cairo
Merge into: lp:ubuntu/maverick/desktop-webmail
Diff against target: 84 lines (+39/-6)
5 files modified
debian/changelog (+7/-0)
debian/patches/ftbfs-no-pedantic.patch (+29/-0)
debian/patches/series (+1/-2)
src/Makefile.am (+1/-2)
src/Makefile.in (+1/-2)
To merge this branch: bzr merge lp:~mterry/ubuntu/maverick/desktop-webmail/ftbfs-cairo
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+37000@code.launchpad.net

Description of the change

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-04-15 01:36:27 +0000
+++ debian/changelog 2010-09-29 14:55:58 +0000
@@ -1,3 +1,10 @@
1desktop-webmail (002-0ubuntu2) maverick; urgency=low
2
3 * debian/patches/ftbfs-no-pedantic.patch:
4 - Fix FTBFS by not building with -pedantic (LP: #651183)
5
6 -- Michael Terry <mike@mterry.name> Wed, 29 Sep 2010 10:51:52 -0400
7
1desktop-webmail (002-0ubuntu1) lucid; urgency=low8desktop-webmail (002-0ubuntu1) lucid; urgency=low
29
3 * Release 00210 * Release 002
411
=== added file 'debian/patches/ftbfs-no-pedantic.patch'
--- debian/patches/ftbfs-no-pedantic.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/ftbfs-no-pedantic.patch 2010-09-29 14:55:58 +0000
@@ -0,0 +1,29 @@
1Description: Don't build with pedantic, it's fragile
2Author: Michael Terry <mike@mterry.name>
3Bug-Ubuntu: https://bugs.launchpad.net/bugs/651183
4Bug: https://bugs.launchpad.net/bugs/651183
5
6--- desktop-webmail-002.orig/src/Makefile.am
7+++ desktop-webmail-002/src/Makefile.am
8@@ -3,8 +3,7 @@ bin_PROGRAMS = desktop-webmail
9
10 AM_CFLAGS = \
11 -Wall \
12- -Werror \
13- -pedantic
14+ -Werror
15
16 desktop_webmail_SOURCE = desktop-webmail.c
17 desktop_webmail_CFLAGS = $(AM_CFLAGS) $(CFLAGS) $(UI_CFLAGS) -Dpkgdatadir=\"$(pkgdatadir)\" -Dsysconfpkgdir=\"$(sysconfdir)/desktop-webmail\"
18--- desktop-webmail-002.orig/src/Makefile.in
19+++ desktop-webmail-002/src/Makefile.in
20@@ -208,8 +208,7 @@ top_builddir = @top_builddir@
21 top_srcdir = @top_srcdir@
22 AM_CFLAGS = \
23 -Wall \
24- -Werror \
25- -pedantic
26+ -Werror
27
28 desktop_webmail_SOURCE = desktop-webmail.c
29 desktop_webmail_CFLAGS = $(AM_CFLAGS) $(CFLAGS) $(UI_CFLAGS) -Dpkgdatadir=\"$(pkgdatadir)\" -Dsysconfpkgdir=\"$(sysconfdir)/desktop-webmail\"
030
=== modified file 'debian/patches/series'
--- debian/patches/series 2010-04-15 01:36:27 +0000
+++ debian/patches/series 2010-09-29 14:55:58 +0000
@@ -1,2 +1,1 @@
1# empty1ftbfs-no-pedantic.patch
2
32
=== modified file 'src/Makefile.am'
--- src/Makefile.am 2010-04-15 01:36:27 +0000
+++ src/Makefile.am 2010-09-29 14:55:58 +0000
@@ -3,8 +3,7 @@
33
4AM_CFLAGS = \4AM_CFLAGS = \
5 -Wall \5 -Wall \
6 -Werror \6 -Werror
7 -pedantic
87
9desktop_webmail_SOURCE = desktop-webmail.c8desktop_webmail_SOURCE = desktop-webmail.c
10desktop_webmail_CFLAGS = $(AM_CFLAGS) $(CFLAGS) $(UI_CFLAGS) -Dpkgdatadir=\"$(pkgdatadir)\" -Dsysconfpkgdir=\"$(sysconfdir)/desktop-webmail\"9desktop_webmail_CFLAGS = $(AM_CFLAGS) $(CFLAGS) $(UI_CFLAGS) -Dpkgdatadir=\"$(pkgdatadir)\" -Dsysconfpkgdir=\"$(sysconfdir)/desktop-webmail\"
1110
=== modified file 'src/Makefile.in'
--- src/Makefile.in 2010-04-15 01:36:27 +0000
+++ src/Makefile.in 2010-09-29 14:55:58 +0000
@@ -208,8 +208,7 @@
208top_srcdir = @top_srcdir@208top_srcdir = @top_srcdir@
209AM_CFLAGS = \209AM_CFLAGS = \
210 -Wall \210 -Wall \
211 -Werror \211 -Werror
212 -pedantic
213212
214desktop_webmail_SOURCE = desktop-webmail.c213desktop_webmail_SOURCE = desktop-webmail.c
215desktop_webmail_CFLAGS = $(AM_CFLAGS) $(CFLAGS) $(UI_CFLAGS) -Dpkgdatadir=\"$(pkgdatadir)\" -Dsysconfpkgdir=\"$(sysconfdir)/desktop-webmail\"214desktop_webmail_CFLAGS = $(AM_CFLAGS) $(CFLAGS) $(UI_CFLAGS) -Dpkgdatadir=\"$(pkgdatadir)\" -Dsysconfpkgdir=\"$(sysconfdir)/desktop-webmail\"

Subscribers

People subscribed via source and target branches

to all changes: