Merge lp:~timo-jyrinki/ubuntu/trusty/atk1.0/fix_lp1277460 into lp:ubuntu/trusty/atk1.0

Proposed by Timo Jyrinki
Status: Merged
Merged at revision: 87
Proposed branch: lp:~timo-jyrinki/ubuntu/trusty/atk1.0/fix_lp1277460
Merge into: lp:ubuntu/trusty/atk1.0
Diff against target: 73 lines (+32/-2)
5 files modified
debian/changelog (+8/-0)
debian/control (+1/-1)
debian/control.in (+1/-1)
debian/patches/change_editbar_rolename.patch (+21/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~timo-jyrinki/ubuntu/trusty/atk1.0/fix_lp1277460
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+206180@code.launchpad.net

Commit message

* Add debian/patches/change_editbar_rolename.patch:
    - role: fix name for ATK_ROLE_EDITBAR, to have localized rolename
      string (LP: #1277460)

To post a comment you must log in.
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

Not yet tested by me, but just adjusted for easier landing.

My changes were changing the changelog entry wording and adding the bug number, plus setting the maintainer to Ubuntu Developers.

This would be testable now with apt-add-repository ppa:timo-jyrinki/ppa on trusty. It built ok: https://launchpad.net/~timo-jyrinki/+archive/ppa/+sourcepub/3912057/+listing-archive-extra

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-12-06 15:57:25 +0000
3+++ debian/changelog 2014-02-13 14:02:39 +0000
4@@ -1,3 +1,11 @@
5+atk1.0 (2.10.0-2ubuntu2) trusty; urgency=medium
6+
7+ * Add debian/patches/change_editbar_rolename.patch:
8+ - role: fix name for ATK_ROLE_EDITBAR, to have localized rolename
9+ string (LP: #1277460)
10+
11+ -- Attila Hammer <hammera@pickup.hu> Fri, 07 Feb 2014 11:53:38 +0100
12+
13 atk1.0 (2.10.0-2ubuntu1) trusty; urgency=low
14
15 * Build using dh-autoreconf.
16
17=== modified file 'debian/control'
18--- debian/control 2013-12-06 15:57:25 +0000
19+++ debian/control 2014-02-13 14:02:39 +0000
20@@ -6,7 +6,7 @@
21 Section: libs
22 Priority: optional
23 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
24-Uploaders: Andreas Henriksson <andreas@fatal.se>, Emilio Pozuelo Monfort <pochu@debian.org>, Jordi Mallach <jordi@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
25+Uploaders: Andreas Henriksson <andreas@fatal.se>, Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
26 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/atk1.0
27 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/atk1.0
28 Build-Depends: debhelper (>= 9),
29
30=== modified file 'debian/control.in'
31--- debian/control.in 2013-12-06 15:57:25 +0000
32+++ debian/control.in 2014-02-13 14:02:39 +0000
33@@ -1,7 +1,7 @@
34 Source: atk1.0
35 Section: libs
36 Priority: optional
37-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
38+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
39 Uploaders: @GNOME_TEAM@
40 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/atk1.0
41 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/atk1.0
42
43=== added file 'debian/patches/change_editbar_rolename.patch'
44--- debian/patches/change_editbar_rolename.patch 1970-01-01 00:00:00 +0000
45+++ debian/patches/change_editbar_rolename.patch 2014-02-13 14:02:39 +0000
46@@ -0,0 +1,21 @@
47+commit d94f08ad5f878747f56b637ad2110f3f125517ad
48+Author: Alejandro PiƱeiro <apinheiro@igalia.com>
49+Date: Fri Jan 31 15:22:31 2014 +0100
50+
51+ role: fix name for ATK_ROLE_EDITBAR
52+
53+ https://bugzilla.gnome.org/show_bug.cgi?id=723292
54+
55+diff --git a/atk/atkobject.h b/atk/atkobject.h
56+index f0cb898..712d68c 100755
57+--- a/atk/atkobject.h
58++++ b/atk/atkobject.h
59+@@ -287,7 +287,7 @@ typedef enum
60+ ATK_ROLE_RULER,
61+ ATK_ROLE_APPLICATION,
62+ ATK_ROLE_AUTOCOMPLETE,
63+- ATK_ROLE_EDITBAR,
64++ ATK_ROLE_EDITBAR, /*<nick=edit-bar>*/
65+ ATK_ROLE_EMBEDDED,
66+ ATK_ROLE_ENTRY,
67+ ATK_ROLE_CHART,
68
69=== modified file 'debian/patches/series'
70--- debian/patches/series 2012-03-07 14:39:06 +0000
71+++ debian/patches/series 2014-02-13 14:02:39 +0000
72@@ -0,0 +1,1 @@
73+change_editbar_rolename.patch

Subscribers

People subscribed via source and target branches

to all changes: