Author: aurel32 Date: 2015-04-14 17:50:08 +0000 (Tue, 14 Apr 2015) New Revision: 6438
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/debhelper.in/locales.templates Log: debhelper.in/locales.templates: allow the C.UTF-8 locale to be selected as the default locale. Closes: #782241. Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2015-04-14 14:45:23 UTC (rev 6437) +++ glibc-package/trunk/debian/changelog 2015-04-14 17:50:08 UTC (rev 6438) @@ -1,8 +1,10 @@ glibc (2.19-18) UNRELEASED; urgency=medium - * + [ Aurelien Jarno ] + * debhelper.in/locales.templates: allow the C.UTF-8 locale to be + selected as the default locale. Closes: #782241. - -- Aurelien Jarno <[email protected]> Sat, 14 Mar 2015 10:48:40 +0100 + -- Aurelien Jarno <[email protected]> Tue, 14 Apr 2015 19:46:24 +0200 glibc (2.19-17) unstable; urgency=medium Modified: glibc-package/trunk/debian/debhelper.in/locales.templates =================================================================== --- glibc-package/trunk/debian/debhelper.in/locales.templates 2015-04-14 14:45:23 UTC (rev 6437) +++ glibc-package/trunk/debian/debhelper.in/locales.templates 2015-04-14 17:50:08 UTC (rev 6438) @@ -15,7 +15,7 @@ Template: locales/default_environment_locale Type: select #flag:translate:1 -__Choices: None, ${locales} +__Choices: None, C.UTF-8, ${locales} Default: None _Description: Default locale for the system environment: Many packages in Debian use locales to display text in the correct -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

