Re: libcourier-auth Debian packaging issue
Sam Varshavchik <[email protected]>
| Newsgroups | gmane.mail.imap.courier.general |
|---|---|
| Message-ID | <[email protected]> |
Krystal Clarke via courier-users writes: >> You need to install the "locales" package in the container and then run >> "locale-gen en_US.UTF-8". > > That hit me when I was developing this Dockerfile and building the container > initially (about a year ago), and that's actually the very first thing I > actually do: > > RUN apt-get update && apt-get -y install locales > RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && > locale-gen > ENV LC_ALL="en_US.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US:en" > >> Alternatively, add: >> >> override_dh_auto_test: >> <tab>: >> >> to packaging/debian/rules > > I'll give that a shot, but it won't be straight forward getting that added > in to the relevant file without a bit of effort. All I can point you toward is the script for Github's docker container that builds deb packages: https://github.com/svarshavchik/courier/blob/master/ci-scripts/ubuntu/build_shared_setup That's all I've got. If all else fails the only thing to do is to start debugging those shell scripts. _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRupkKLJP96aW75pIOKYPgoojZS4gUCZizfaQAKCRCKYPgoojZS 4jGnAP4mfylsBy5XG8LcC0/iaoC0e+ZKKZAdLP2hQLVvB39zegD/eWfPk5wKUoX3 TAiwFa8svIrX6ddv3azDTIKfU6qWtAw= =3z// -----END PGP SIGNATURE-----