[Bug 1762889] Re: dh_translations doesn't strip .desktop files when more than 1 pot target with meson
Steve Langasek
steve.langasek at canonical.com
Fri Feb 8 22:43:58 UTC 2019
Hello Jeremy, or anyone else affected,
Accepted pkgbinarymangler into bionic-proposed. The package will build
now and be available at
https://launchpad.net/ubuntu/+source/pkgbinarymangler/138.18.04.1 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed. Your feedback will aid us getting this
update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance for helping!
N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.
** Changed in: pkgbinarymangler (Ubuntu Bionic)
Status: Triaged => Fix Committed
** Tags added: verification-needed verification-needed-bionic
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to pkgbinarymangler in Ubuntu.
https://bugs.launchpad.net/bugs/1762889
Title:
dh_translations doesn't strip .desktop files when more than 1 pot
target with meson
Status in pkgbinarymangler package in Ubuntu:
Fix Released
Status in pkgbinarymangler source package in Bionic:
Fix Committed
Bug description:
[Impact]
With version 136 of the dh-translations package, support for the Meson
build system was added. While that change is sufficient for making
dh_translations run successfully for some Meson packages, it's not
sufficient for packages with multiple gettext domains, e.g.
help-[project] domains. As regards POT building, it has so far been
handled for several packages via overrides in debian/rules, but in
most cases the .desktop files in such packages are shipped with
upstream translations and without "X-Ubuntu-Gettext-Domain", so
additional LP translations are not made available to the users.
The proposed upload includes fixes from dh-translations 143 (Ubuntu
18.10) which deals with it for the remaining Meson packages. This will
improve it for a number of packages to the extent they are SRUed to
bionic.
[Test Case]
Let gnome-mines 1:3.28.0-1 be our use case. The file
/usr/share/applications/gnome-mines.desktop
includes upstream translations and no X-Ubuntu-Gettext-Domain.
Then:
* Install dh-translations 138.1 from bionic-proposed
* Build gnome-mines locally
and find that the .desktop file was stripped from upstream
translations and includes the line:
X-Ubuntu-Gettext-Domain=gnome-mines
[Regression Potential]
The backported changes address some build issues, and I find it hard
to see how they could cause new ones. In order to minimize the risk,
one of the changes in version 139, which is not considered 'safe
safe', is not included in this proposal.
Also, this package is not for users, so possible issues will at first
hand hit developers who can act on them in connection with uploads.
[Original description]
The gnome.help() meson function creates a help-$project-pot target.
This confuses dh_translations which complains:
dh_translations: more than one meson translation domain found (help-
gnome-calculator,gnome-calculator), don't know which one to use
I think the only consequence of this is that the .desktop doesn't have
its translations stripped and replaced with X-Ubuntu-Gettext-Domain=
This means that Ubuntu translators are unable to update those
translations.
Affected Apps
=============
Therefore, this issue affects GNOME apps in main that use meson and also include help files.
gnome-control-center is also affected because it happens to have an
extra gettext domain (but does not ship help).
libgweather gets the warning because it has a second gettext domain
but it doesn't ship any .desktop files so I think the warning is
harmless.
Suggestion
==========
Maybe dh_translations could just exclude targets that start with "help-". That would fix most of these cases.
Other Info
==========
This bug is split off LP: #1751820
pkgbinarymanagler 136 in bionic
References
==========
http://mesonbuild.com/Gnome-module.html#gnomeyelp
http://mesonbuild.com/Localisation.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pkgbinarymangler/+bug/1762889/+subscriptions
More information about the foundations-bugs
mailing list