Merge lp:~mterry/ubuntu/maverick/cairo/651183 into lp:ubuntu/maverick/cairo

Proposed by Michael Terry
Status: Rejected
Rejected by: Michael Terry
Proposed branch: lp:~mterry/ubuntu/maverick/cairo/651183
Merge into: lp:ubuntu/maverick/cairo
Diff against target: 69 lines (+29/-1)
5 files modified
.pc/applied-patches (+1/-0)
debian/changelog (+8/-0)
debian/patches/drop-excess-comma.patch (+18/-0)
debian/patches/series (+1/-0)
src/cairo.h (+1/-1)
To merge this branch: bzr merge lp:~mterry/ubuntu/maverick/cairo/651183
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+37007@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

but will sponsor fta's patch as discussed on IRC :)
Thanks nonetheless!

Unmerged revisions

33. By Michael Terry

* debian/patches/drop-excess-comma.patch:
  - Patch taken from upstream to avoid an extra comma that can cause
    FTBFS on picky packages. LP: #651183

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.pc/applied-patches'
2--- .pc/applied-patches 2010-09-09 18:27:34 +0000
3+++ .pc/applied-patches 2010-09-29 15:36:10 +0000
4@@ -1,3 +1,4 @@
5 01_build_perf_utils.patch
6 02_am-maintainer-mode.patch
7 server_side_gradients.patch
8+drop-excess-comma.patch
9
10=== modified file 'debian/changelog'
11--- debian/changelog 2010-09-09 18:27:34 +0000
12+++ debian/changelog 2010-09-29 15:36:10 +0000
13@@ -1,3 +1,11 @@
14+cairo (1.10.0-1ubuntu2) maverick; urgency=low
15+
16+ * debian/patches/drop-excess-comma.patch:
17+ - Patch taken from upstream to avoid an extra comma that can cause
18+ FTBFS on picky packages. LP: #651183
19+
20+ -- Michael Terry <mike@mterry.name> Wed, 29 Sep 2010 11:32:31 -0400
21+
22 cairo (1.10.0-1ubuntu1) maverick; urgency=low
23
24 * Resync on Debian
25
26=== added file 'debian/patches/drop-excess-comma.patch'
27--- debian/patches/drop-excess-comma.patch 1970-01-01 00:00:00 +0000
28+++ debian/patches/drop-excess-comma.patch 2010-09-29 15:36:10 +0000
29@@ -0,0 +1,18 @@
30+Description: Drop trailing comma in enumeration, as it causes FTBFS
31+Origin: http://cgit.freedesktop.org/cairo/commit/?id=8fca990be7fca609e834703e60dd888c13fc637f
32+Bug-Ubuntu: https://bugs.launchpad.net/bugs/651183
33+Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30115
34+
35+Index: cairo/src/cairo.h
36+===================================================================
37+--- cairo.orig/src/cairo.h 2010-09-29 11:25:29.142273002 -0400
38++++ cairo/src/cairo.h 2010-09-29 11:25:37.632273001 -0400
39+@@ -1973,7 +1973,7 @@
40+ CAIRO_DEVICE_TYPE_SCRIPT,
41+ CAIRO_DEVICE_TYPE_XCB,
42+ CAIRO_DEVICE_TYPE_XLIB,
43+- CAIRO_DEVICE_TYPE_XML,
44++ CAIRO_DEVICE_TYPE_XML
45+ } cairo_device_type_t;
46+
47+ cairo_public cairo_device_type_t
48
49=== modified file 'debian/patches/series'
50--- debian/patches/series 2010-09-09 18:27:34 +0000
51+++ debian/patches/series 2010-09-29 15:36:10 +0000
52@@ -1,3 +1,4 @@
53 01_build_perf_utils.patch
54 02_am-maintainer-mode.patch
55 server_side_gradients.patch
56+drop-excess-comma.patch
57
58=== modified file 'src/cairo.h'
59--- src/cairo.h 2010-09-09 18:27:34 +0000
60+++ src/cairo.h 2010-09-29 15:36:10 +0000
61@@ -1973,7 +1973,7 @@
62 CAIRO_DEVICE_TYPE_SCRIPT,
63 CAIRO_DEVICE_TYPE_XCB,
64 CAIRO_DEVICE_TYPE_XLIB,
65- CAIRO_DEVICE_TYPE_XML,
66+ CAIRO_DEVICE_TYPE_XML
67 } cairo_device_type_t;
68
69 cairo_public cairo_device_type_t

Subscribers

People subscribed via source and target branches

to all changes: