Skip to content
Commits on Source (2)
glibc (2.29-0experimental0) UNRELEASED; urgency=medium
glibc (2.29-0experimental0) experimental; urgency=medium
 
[ Adam Conrad ]
* New upstream release 2.29, with git updates up to 2019-02-20:
......@@ -84,7 +84,7 @@ glibc (2.29-0experimental0) UNRELEASED; urgency=medium
* debian/patches/any/submitted-ld.so-cache-new-format.diff: default to the
new format for ld.so.cache. Closes: #908946.
 
-- Adam Conrad <adconrad@0c3.net> Wed, 20 Feb 2019 01:22:52 -0700
-- Aurelien Jarno <aurel32@debian.org> Fri, 16 Aug 2019 12:42:42 +0200
 
glibc (2.28-10) unstable; urgency=medium
 
......
---
localedata/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -222,7 +222,7 @@
echo -n `echo $$locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'`; \
echo -n '...'; \
input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
- $(LOCALEDEF) $$flags --alias-file=../intl/locale.alias \
+ $(LOCALEDEF) $$flags --alias-file=../intl/locale.alias --no-archive \
-i locales/$$input -f charmaps/$$charset \
$(addprefix --prefix=,$(install_root)) $$locale \
&& echo ' done'; \