Trick pkgstriptranslations into creating translations tarball with .pot/po but not stripping any .mo translations from the subiquitycore package (by using blacklist section) and ship empty /usr/share/locale directory in the console-conf package. Otherwise, console-conf fails to start on core20 as it needs _a_ translation. However, not sure if one can use translations in console-conf at all.

This commit is contained in:
Dimitri John Ledkov 2019-08-07 12:29:51 +01:00
parent bb1a01893b
commit 3c1f8e1d27
3 changed files with 13 additions and 0 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
subiquity (19.08.1.1) eoan; urgency=medium
* Trick pkgstriptranslations into creating translations tarball with
.pot/po but not stripping any .mo translations from the subiquitycore
package (by using blacklist section) and ship empty /usr/share/locale
directory in the console-conf package. Otherwise, console-conf fails
to start on core20 as it needs _a_ translation. However, not sure if
one can use translations in console-conf at all.
-- Dimitri John Ledkov <xnox@ubuntu.com> Wed, 07 Aug 2019 12:25:43 +0100
subiquity (19.08.1) eoan; urgency=medium subiquity (19.08.1) eoan; urgency=medium
* Fix up debian packaging: * Fix up debian packaging:

View File

@ -1 +1,2 @@
/usr/share/locale
/var/lib/console-conf /var/lib/console-conf

1
debian/control vendored
View File

@ -42,6 +42,7 @@ Description: Ubuntu Server Installer
Package: subiquitycore Package: subiquitycore
Architecture: all Architecture: all
Section: debian-installer
Depends: probert, Depends: probert,
python3-urwid (>= 1.2.1), python3-urwid (>= 1.2.1),
python3-yaml, python3-yaml,