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

Subscribers

People subscribed via source and target branches