Merge lp:~darkxst/ubuntu/raring/gnome-contacts/lp1033262 into lp:ubuntu/raring/gnome-contacts

Proposed by Tim Lunn
Status: Merged
Merge reported by: Stéphane Graber
Merged at revision: not available
Proposed branch: lp:~darkxst/ubuntu/raring/gnome-contacts/lp1033262
Merge into: lp:ubuntu/raring/gnome-contacts
Diff against target: 43 lines (+6/-18)
3 files modified
debian/changelog (+6/-0)
debian/patches/bytestring_type.patch (+0/-17)
debian/patches/series (+0/-1)
To merge this branch: bzr merge lp:~darkxst/ubuntu/raring/gnome-contacts/lp1033262
Reviewer Review Type Date Requested Status
Jeremy Bícha Approve
Ubuntu branches Pending
Review via email: mp+167876@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jeremy Bícha (jbicha) wrote :

Uploaded. Thanks!

review: Approve

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 2013-04-01 18:04:37 +0000
3+++ debian/changelog 2013-06-07 00:24:27 +0000
4@@ -1,3 +1,9 @@
5+gnome-contacts (3.6.2-0ubuntu3) raring; urgency=low
6+
7+ * debian/patches/bytestring_type.patch: Dropped, no longer need (LP: #1033262)
8+
9+ -- Tim Lunn <tim@feathertop.org> Fri, 07 Jun 2013 10:03:13 +1000
10+
11 gnome-contacts (3.6.2-0ubuntu2) raring; urgency=low
12
13 * debian/patches/fix_build_with_telepathy-glib.patch:
14
15=== removed file 'debian/patches/bytestring_type.patch'
16--- debian/patches/bytestring_type.patch 2012-07-05 17:15:23 +0000
17+++ debian/patches/bytestring_type.patch 1970-01-01 00:00:00 +0000
18@@ -1,17 +0,0 @@
19----
20- src/contacts-contact.vala | 2 +-
21- 1 file changed, 1 insertion(+), 1 deletion(-)
22-
23-Index: b/src/contacts-contact.vala
24-===================================================================
25---- a/src/contacts-contact.vala
26-+++ b/src/contacts-contact.vala
27-@@ -165,7 +165,7 @@ public class Contacts.Contact : GLib.Obj
28- if (small_avatar == null)
29- return null;
30-
31-- var pixel_data = Variant.new_from_data (VariantType.BYTESTRING,
32-+ var pixel_data = Variant.new_from_data (VariantType.ARRAY,
33- small_avatar.get_pixels_with_length (),
34- true, small_avatar);
35- _avatar_icon_data = new Variant ("(iiibii@ay)",
36
37=== modified file 'debian/patches/series'
38--- debian/patches/series 2013-04-01 18:04:37 +0000
39+++ debian/patches/series 2013-06-07 00:24:27 +0000
40@@ -1,3 +1,2 @@
41-bytestring_type.patch
42 unity_no_goa.patch
43 fix_build_with_telepathy-glib.patch

Subscribers

People subscribed via source and target branches

to all changes: