Merge lp:~mitya57/ubuntu/trusty/pillow/2.2.1-2ubuntu1 into lp:ubuntu/trusty/pillow

Proposed by Dmitry Shachnev
Status: Merged
Approved by: Barry Warsaw
Approved revision: 5
Merged at revision: 5
Proposed branch: lp:~mitya57/ubuntu/trusty/pillow/2.2.1-2ubuntu1
Merge into: lp:ubuntu/trusty/pillow
Diff against target: 71 lines (+32/-1)
5 files modified
.pc/applied-patches (+1/-0)
_imagingft.c (+1/-1)
debian/changelog (+16/-0)
debian/patches/freetype-includes.diff (+13/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~mitya57/ubuntu/trusty/pillow/2.2.1-2ubuntu1
Reviewer Review Type Date Requested Status
Barry Warsaw (community) Approve
Review via email: mp+198151@code.launchpad.net

Description of the change

  * Merge with Debian unstable, remaining changes:
    - Add PngImagePlugin.py to PILcompat directory.
    - Add autopkgtests.
    - Provide transitional packages.

To post a comment you must log in.
Revision history for this message
Barry Warsaw (barry) wrote :

LGTM, however I can't merge this automagically:

% bzr merge lp:~mitya57/ubuntu/trusty/pillow/2.2.1-2ubuntu1
Unapplying quilt patches to prevent spurious conflicts
bzr: ERROR: Unable to unapply quilt patches for 'other' tree: None

I'll have to try to do it by hand.

review: Approve
Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Why do you need to merge it at all? Just bzr branch && bzr bd && upload.

Anyway, thanks for sponsoring!

Revision history for this message
Barry Warsaw (barry) wrote :

On Dec 11, 2013, at 05:10 AM, Dmitry Shachnev wrote:

>Why do you need to merge it at all? Just bzr branch && bzr bd && upload.

Mostly, I wanted to verify the mp and do a test build of the results.

>Anyway, thanks for sponsoring!

You're welcome! Thanks for all your great help. I'm glad to see your PPU
application, hopefully as a stepping stone to even more applications :).

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 2013-11-11 23:48:20 +0000
3+++ .pc/applied-patches 2013-12-07 11:35:45 +0000
4@@ -1,2 +1,3 @@
5 no-lib64-hack.diff
6 toplevel-setup.py
7+freetype-includes.diff
8
9=== modified file '_imagingft.c'
10--- _imagingft.c 2013-11-11 23:48:20 +0000
11+++ _imagingft.c 2013-12-07 11:35:45 +0000
12@@ -59,7 +59,7 @@
13 const char* message;
14 } ft_errors[] =
15
16-#include <freetype/fterrors.h>
17+#include FT_ERRORS_H
18
19 /* -------------------------------------------------------------------- */
20 /* font objects */
21
22=== modified file 'debian/changelog'
23--- debian/changelog 2013-11-25 20:44:46 +0000
24+++ debian/changelog 2013-12-07 11:35:45 +0000
25@@ -1,3 +1,19 @@
26+pillow (2.2.1-2ubuntu1) trusty; urgency=low
27+
28+ * Merge with Debian unstable, remaining changes:
29+ - Add PngImagePlugin.py to PILcompat directory.
30+ - Add autopkgtests.
31+ - Provide transitional packages.
32+
33+ -- Dmitry Shachnev <mitya57@ubuntu.com> Sat, 07 Dec 2013 15:25:49 +0400
34+
35+pillow (2.2.1-2) unstable; urgency=low
36+
37+ * Non-maintainer upload.
38+ * Fix build failure with new freetype header layout.
39+
40+ -- Matthias Klose <doko@debian.org> Mon, 02 Dec 2013 18:54:44 +0100
41+
42 pillow (2.2.1-1ubuntu2) trusty; urgency=low
43
44 * Fix autopkgtests by running them from $ADTTMP.
45
46=== added file 'debian/patches/freetype-includes.diff'
47--- debian/patches/freetype-includes.diff 1970-01-01 00:00:00 +0000
48+++ debian/patches/freetype-includes.diff 2013-12-07 11:35:45 +0000
49@@ -0,0 +1,13 @@
50+Index: b/_imagingft.c
51+===================================================================
52+--- a/_imagingft.c
53++++ b/_imagingft.c
54+@@ -59,7 +59,7 @@
55+ const char* message;
56+ } ft_errors[] =
57+
58+-#include <freetype/fterrors.h>
59++#include FT_ERRORS_H
60+
61+ /* -------------------------------------------------------------------- */
62+ /* font objects */
63
64=== modified file 'debian/patches/series'
65--- debian/patches/series 2013-11-11 23:48:20 +0000
66+++ debian/patches/series 2013-12-07 11:35:45 +0000
67@@ -1,3 +1,4 @@
68 no-lib64-hack.diff
69 #lcms2.diff
70 toplevel-setup.py
71+freetype-includes.diff

Subscribers

People subscribed via source and target branches