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

Subscribers

People subscribed via source and target branches

to all changes: