The Erotica Maek-Over

2009-05-17 Thread Oregan Embs
inline: Oregan.png

r3508 - glibc-package/trunk/debian/patches/localedata

2009-05-17 Thread Aurelien Jarno
Author: aurel32
Date: 2009-05-17 09:00:05 + (Sun, 17 May 2009)
New Revision: 3508

Modified:
   glibc-package/trunk/debian/patches/localedata/supported.diff
Log:
Fix kk_KZ.PT154 addition in localedata supported.diff


Modified: glibc-package/trunk/debian/patches/localedata/supported.diff
===
--- glibc-package/trunk/debian/patches/localedata/supported.diff
2009-05-16 20:18:15 UTC (rev 3507)
+++ glibc-package/trunk/debian/patches/localedata/supported.diff
2009-05-17 09:00:05 UTC (rev 3508)
@@ -35,7 +35,7 @@
  ka_GE/GEORGIAN-PS \
  kk_KZ.UTF-8/UTF-8 \
  kk_KZ/PT154 \
-+kk_KZ RK1048 \
++kk_KZ/RK1048 \
  kl_GL.UTF-8/UTF-8 \
  kl_GL/ISO-8859-1 \
  km_KH/UTF-8 \


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Wphat's Really Happening When a Woman Gets a Makeover?

2009-05-17 Thread Cason Kehm
inline: Cason.png

r3509 - glibc-package/branches/eglibc-2.10/debian/patches/alpha

2009-05-17 Thread Aurelien Jarno
Author: aurel32
Date: 2009-05-17 19:27:08 + (Sun, 17 May 2009)
New Revision: 3509

Modified:
   
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-includes.diff
Log:
fix paths in submitted-includes.diff


Modified: 
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-includes.diff
===
--- 
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-includes.diff 
2009-05-17 09:00:05 UTC (rev 3508)
+++ 
glibc-package/branches/eglibc-2.10/debian/patches/alpha/submitted-includes.diff 
2009-05-17 19:27:08 UTC (rev 3509)
@@ -1,63 +1,63 @@
 2009-05-15  Aurelien Jarno  aurel...@aurel32.net
 
-   * sysdeps/unix/sysv/linux/alpha/ports/getdents64.c: Adjust include path.
-   * sysdeps/unix/sysv/linux/alpha/ports/nptl/fork.c: Likewise.
-   * sysdeps/unix/sysv/linux/alpha/ports/nptl/sem_post.c: Likewise.
-   * sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_create.c: Likewise.
-   * sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_delete.c: Likewise.
-   * sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_getoverr.c: Likewise.
-   * sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_gettime.c: Likewise.
-   * sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_settime.c: Likewise.
-   * sysdeps/unix/sysv/linux/alpha/ports/sysconf.c: Likewise.
+   * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
+   * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
+   * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
+   * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
+   * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
+   * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
+   * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
+   * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
+   * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
 
 a/ports/sysdeps/unix/sysv/linux/alpha/ports/getdents64.c
-+++ b/ports/sysdeps/unix/sysv/linux/alpha/ports/getdents64.c
+--- a/ports/sysdeps/unix/sysv/linux/alpha/getdents64.c
 b/ports/sysdeps/unix/sysv/linux/alpha/getdents64.c
 @@ -1 +1 @@
 -#include ../getdents64.c
 +#include sysdeps/unix/sysv/linux/getdents64.c
 a/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/fork.c
-+++ b/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/fork.c
+--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/fork.c
 b/ports/sysdeps/unix/sysv/linux/alpha/nptl/fork.c
 @@ -27,4 +27,4 @@
  CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD,  \
  NULL, NULL, THREAD_SELF-tid, NULL)
  
 -#include ../fork.c
 +#include sysdeps/unix/sysv/linux/fork.c
 a/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/sem_post.c
-+++ b/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/sem_post.c
+--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c
 b/ports/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c
 @@ -2,4 +2,4 @@
 the acquire/release semantics of atomic_exchange_and_add.  And even if
 we don't do this, we should be using atomic_full_barrier or otherwise.  */
  #define __lll_rel_instr  mb
 -#include ../sem_post.c
 +#include nptl/sysdeps/unix/sysv/linux/sem_post.c
 a/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_create.c
-+++ b/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_create.c
+--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c
 b/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c
 @@ -1 +1 @@
 -#include ../x86_64/timer_create.c
 +#include nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c
 a/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_delete.c
-+++ b/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_delete.c
+--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c
 b/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c
 @@ -1 +1 @@
 -#include ../x86_64/timer_delete.c
 +#include nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c
 a/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_getoverr.c
-+++ b/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_getoverr.c
+--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c
 b/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c
 @@ -1 +1 @@
 -#include ../x86_64/timer_getoverr.c
 +#include nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c
 a/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_gettime.c
-+++ b/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_gettime.c
+--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c
 b/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c
 @@ -1 +1 @@
 -#include ../x86_64/timer_gettime.c
 +#include nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c
 a/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_settime.c
-+++ b/ports/sysdeps/unix/sysv/linux/alpha/ports/nptl/timer_settime.c
+--- 

Bug#529173: -e aa_DJ.UTF-8 UTF-8 in list of locales

2009-05-17 Thread Michael Biebl
Package: locales
Version: 2.9-12
Severity: normal

Hi,

as you can see from the attached picture, I get a strange entry in the
list of locales, when I run dpkg-reconfigure locales
The first entry is -e aa_DJ.UTF-8 UTF-8 (note the -e).

My guess is, that this is added by locales.config, as /etc/locale.gen
looks normal.

Cheers,
Michael

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29.3
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages locales depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  libc6 [glibc-2.9-1]   2.9-12 GNU C Library: Shared libraries

locales recommends no packages.

locales suggests no packages.

-- debconf information:
* locales/default_environment_locale: de_DE.UTF-8
* locales/locales_to_be_generated: de_DE ISO-8859-1, de_DE.UTF-8 UTF-8, 
de...@euro ISO-8859-15, en_GB ISO-8859-1, en_GB.ISO-8859-15 ISO-8859-15, 
en_GB.UTF-8 UTF-8, en_US ISO-8859-1, en_US.ISO-8859-15 ISO-8859-15, en_US.UTF-8 
UTF-8
attachment: locale.png

r3510 - glibc-package/trunk/debian

2009-05-17 Thread Aurelien Jarno
Author: aurel32
Date: 2009-05-18 04:15:17 + (Mon, 18 May 2009)
New Revision: 3510

Modified:
   glibc-package/trunk/debian/changelog
Log:
Add bug number


Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2009-05-17 19:27:08 UTC (rev 
3509)
+++ glibc-package/trunk/debian/changelog2009-05-18 04:15:17 UTC (rev 
3510)
@@ -3,7 +3,7 @@
   * debian/debhelper.in/nscd.init: fix return code when querying status
 and nscd is not running to comply with LSB.  Closes: #527883.
   * debian/debhelper.in/locales.config: don't use echo -e.  Closes: 
-#527945.
+#527945, #529173.
   * debian/patches/localedata/supported.diff: add kk_KZ.RK1048 locale.
 Closes: #528177.
   * debian/debhelper.in/locales.config: use previous debconf settings if


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org