This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch glibc-2.24 in repository glibc.
commit 45ef56496e564aba0a603d2b8547a6dcbcc1351d Author: Aurelien Jarno <[email protected]> Date: Tue Jul 5 20:45:34 2016 +0200 debian/debhelper.in/locales.config: convert iw_IL into he_IL, as the former was deprecated and has been removed. --- debian/changelog | 2 ++ debian/debhelper.in/locales.config | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c7a28a8..bc9457f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -45,6 +45,8 @@ glibc (2.23.90+20160507.87523e9-1) UNRELEASED; urgency=medium * debian/patches/localedata/{locale-C.diff,locale-de_LI.diff, locale-eu_FR.diff,new-valencian-locale.diff}: change LC_IDENTIFICATION to i18n:2012. + * debian/debhelper.in/locales.config: convert iw_IL into he_IL, as the + former was deprecated and has been removed. -- Aurelien Jarno <[email protected]> Tue, 05 Jul 2016 20:43:29 +0200 diff --git a/debian/debhelper.in/locales.config b/debian/debhelper.in/locales.config index bdf584d..d073fdb 100644 --- a/debian/debhelper.in/locales.config +++ b/debian/debhelper.in/locales.config @@ -17,7 +17,7 @@ db_capb backup multiselect # Conversion of locales that have been removed convert_locale() { - echo "$1" | sed -e "s/no_NO/nb_NO/g" -e 's/ks_IN/ks_IN@devanagari/g' + echo "$1" | sed -e "s/no_NO/nb_NO/g" -e 's/ks_IN/ks_IN@devanagari/g' -e 's/iw_IL/he_IL/g' } # List of locales provided by the current version -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

