[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/chatty][debian/master] 2 commits: d/rules: Force locale for tests to fix reprotest failure
Guido Günther (@agx)
gitlab at salsa.debian.org
Thu Dec 2 10:54:16 GMT 2021
Guido Günther pushed to branch debian/master at Debian On Mobile / chatty
Commits:
1fff169e by Evangelos Ribeiro Tzaras at 2021-12-02T11:43:29+01:00
d/rules: Force locale for tests to fix reprotest failure
See upstream bug https://source.puri.sm/Librem5/chatty/-/issues/491
The test failure looks like this:
$ LANGUAGE=ru_RU.CP1251 appstream-util validate _build/data/sm.puri.Chatty.metainfo.xml
• style-invalid : <caption> requires sentence case [Окно сообщений чатов]
Validation of files failed
- - - - -
71a8a8e6 by Guido Günther at 2021-12-02T10:54:06+00:00
Merge branch 'fix-reprotest' into 'debian/master'
d/rules: Force locale for tests to fix reprotest failure
See merge request DebianOnMobile-team/chatty!13
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -18,4 +18,4 @@ override_dh_installman:
# otherwise the tests running gtk-builder-tool to validate
# .ui files might fail
override_dh_auto_test:
- xvfb-run dh_auto_test
+ LANGUAGE=C.UTF-8 xvfb-run dh_auto_test
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/chatty/-/compare/eb427658eb641ff5d3a7958bf24e20ec0f12ff03...71a8a8e6ad85eb72392f435a84b2de1d3f552e58
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/chatty/-/compare/eb427658eb641ff5d3a7958bf24e20ec0f12ff03...71a8a8e6ad85eb72392f435a84b2de1d3f552e58
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20211202/d627e195/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list