Merge lp:~gunnarhj/gnome-shell/gettext-workaround into lp:~ubuntu-desktop/gnome-shell/ubuntu

Proposed by Gunnar Hjalmarsson
Status: Merged
Merged at revision: 140
Proposed branch: lp:~gunnarhj/gnome-shell/gettext-workaround
Merge into: lp:~ubuntu-desktop/gnome-shell/ubuntu
Diff against target: 30 lines (+12/-0)
2 files modified
debian/changelog (+10/-0)
debian/rules (+2/-0)
To merge this branch: bzr merge lp:~gunnarhj/gnome-shell/gettext-workaround
Reviewer Review Type Date Requested Status
Jeremy Bícha Approve
Review via email: mp+342795@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jeremy Bícha (jbicha) wrote :

Thanks!

I'm uploading now. Since we're near the end of the release cycle, all uploads for seeded packages will need to be manually approved by the Ubuntu Release team.

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 2018-04-04 14:04:54 +0000
3+++ debian/changelog 2018-04-06 14:03:55 +0000
4@@ -1,3 +1,13 @@
5+gnome-shell (3.28.0-0ubuntu4) bionic; urgency=medium
6+
7+ * debian/rules:
8+ - Drop javascript comments in gnome-shell.pot so the currently used
9+ version of gettext in LP gets more permissive wrt cases where
10+ the number of %d modifiers in a translation differs from what's
11+ in msgid (LP: #1756547).
12+
13+ -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com> Fri, 06 Apr 2018 15:58:00 +0200
14+
15 gnome-shell (3.28.0-0ubuntu3) bionic; urgency=medium
16
17 * Recommend bolt for Thunderbolt 3 support (LP: #1759538)
18
19=== modified file 'debian/rules'
20--- debian/rules 2018-03-02 11:19:41 +0000
21+++ debian/rules 2018-04-06 14:03:55 +0000
22@@ -23,6 +23,8 @@
23
24 override_dh_translations:
25 ninja -C obj-$(DEB_HOST_GNU_TYPE) gnome-shell-pot
26+ # work around https://launchpad.net/bugs/1756547
27+ sed -i '/^#, javascript-format/d' po/gnome-shell.pot
28 dh_translations
29
30 override_dh_install:

Subscribers

People subscribed via source and target branches