Package: release.debian.org Severity: normal Tags: bullseye User: release.debian....@packages.debian.org Usertags: pu
Hi, For some reasons, the compiled .mo translations were disabled in the package. This update will re-activate them. [ Reason ] I'm really not sure why this was desactivated (I don't remember). [ Impact ] No translations available in the OpenStack Dashboard. [ Tests ] I manually tested this in our pre-production, then production environment, and this fixed the translations. [ Risks ] No risk, really, only added .mo files... [ Checklist ] [x] *all* changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in (old)stable [x] the issue is verified as fixed in unstable Cheers, Thomas Goirand (zigo)
diff -Nru horizon-18.6.2/debian/changelog horizon-18.6.2/debian/changelog --- horizon-18.6.2/debian/changelog 2021-07-14 11:19:22.000000000 +0200 +++ horizon-18.6.2/debian/changelog 2021-09-30 16:41:14.000000000 +0200 @@ -1,3 +1,9 @@ +horizon (3:18.6.2-5+deb11u1) bullseye; urgency=medium + + * Compile translations at build time. + + -- Thomas Goirand <z...@debian.org> Thu, 30 Sep 2021 16:41:14 +0200 + horizon (3:18.6.2-5) unstable; urgency=medium * Add patches: diff -Nru horizon-18.6.2/debian/rules horizon-18.6.2/debian/rules --- horizon-18.6.2/debian/rules 2021-07-14 11:19:22.000000000 +0200 +++ horizon-18.6.2/debian/rules 2021-09-30 16:41:14.000000000 +0200 @@ -31,8 +31,8 @@ override_dh_auto_install: # Compile language files -# chmod +x debian/compile-messages -# $(CURDIR)/debian/compile-messages + chmod +x debian/compile-messages + $(CURDIR)/debian/compile-messages set -e && for pyvers in $(PYTHON3S); do \ python$$pyvers setup.py install \