[no subject]

2011-03-11 Thread luong cao
Mảnh đất thổ cư  diện tích 80 m2 – cần bán, mặt tiền rộng 6.8m, sâu
12m,  khu Vân Nội - Vân Trì – Đông Anh, cách đường dẫn lên cầu Nhật
Tân 2 km, gần đường liên xã rộng 8m,, mặt đường đang làm bê tông rộng
5m,  oto vào được, làm sổ đỏ chính chủ, giá 24 Trieu/ m2, gia cach day
4 thang la  14 trieu. Dự tính sau khi làm xong đường va làm móng cầu
khoảng  8 thang nua la  30 trieu. Sau khi được lên Quận Vân Trì (10
tháng nữa)sẽ là 40 triệu  Liên Hệ: anh Lượng - DT 01634121222. Chuyên
bất động sản khu vực Vân Trì và Đông Anh.

Mảnh đất thổ cư diện tích 110m2 – cần bán, mặt tiền rộng 6.5m, sâu
17m, Khu Cầu Tre, Uy Nỗ  - Đông Anh . Cách trung tâm thương mại Đong
Anh (giá 110 triệu/m2) là 600 mét, mặt đường rộng 4m. Giá 25 triệu/m,
giá cách đây 8 tháng là 16 triệu/m

Mảnh đất 90m2, khu Nguyên Khê – Đông Anh – HN, cách thiết bị điện 1km.
Mặt tiền 6m, sâu 15m, đường vào bê tông rộng 4m, cách quốc lộ 3 là
300m, giá 17 triệu/m2 – cực hợp lý, mua nhanh thì được, dự tính sau 3
tháng nữa giá sẽ là 21 triệu/m2.

Thửa đất rộng 65,m2, thôn lương nỗ, xã tiên dương,  huyện đông anh,
rộng 5m, dài 13m.
Giá 18 triệu/m2 – làm sổ đỏ chính chủ, . sau 8 tháng nữa sau khi đường
dự án 12m chạy từ cầu nhật tân về Đền Sái – thuỵ lâm  làm xong giá sẽ
là giá sẽ là 28 triệu/m2.

Thửa đất rộng 196m2, rộng 6m, dài 16m, xóm 6 - Nguyên Khê - ĐA -HN.
giá 14.5 triệu/m2 - rất hợp lý - mua nhanh thì còn. dự tính sau 8
tháng nữa, dự án đường từ cầu Nhật Tân 12m  về thì giá sẽ là 25
triệu/m2. làm sổ đỏ chính chủ.
Thửa đất rộng 199m2, rộng 8,7m, dài 22.5m, thôn lương quy, xã xuân
nộn, huyện đông anh,  giá 13,5 triệu/m2. sau 8 tháng nữa sau khi đường
dự án 12m chạy từ cầu nhật tân về Đền Sái – thuỵ lâm  làm xong giá sẽ
là 23 triêụ/m2.

Liên Hệ: anh Lượng - DT 01634121222. Chuyên bất động sản khu vực Vân
Trì và Đông Anh.


r4572 - in glibc-package/branches/eglibc-2.13/debian: . patches patches/alpha

2011-03-11 Thread Aurelien Jarno
Author: aurel32
Date: 2011-03-11 17:05:38 + (Fri, 11 Mar 2011)
New Revision: 4572

Added:
   
glibc-package/branches/eglibc-2.13/debian/patches/alpha/submitted-fxstatat.patch
Modified:
   glibc-package/branches/eglibc-2.13/debian/changelog
   glibc-package/branches/eglibc-2.13/debian/patches/series
Log:
  * Add patches/alpha/submitted-fxstatat.patch to implement __fxstat() 
using the (not so) new fstatat64 syscall on alpha.



Modified: glibc-package/branches/eglibc-2.13/debian/changelog
===
--- glibc-package/branches/eglibc-2.13/debian/changelog 2011-03-07 17:37:08 UTC 
(rev 4571)
+++ glibc-package/branches/eglibc-2.13/debian/changelog 2011-03-11 17:05:38 UTC 
(rev 4572)
@@ -134,6 +134,8 @@
 on GNU/kFreeBSD.
   * Add patches/s390/submitted-iconv-z9-109.diff to fix FTBFS on s390
 with recent binutils.
+  * Add patches/alpha/submitted-fxstatat.patch to implement __fxstat() 
+using the (not so) new fstatat64 syscall on alpha.
 
   [ Samuel Thibault ]
   * Add patches/any/cvs-glro_dl_debug_mask.diff to fix build without

Added: 
glibc-package/branches/eglibc-2.13/debian/patches/alpha/submitted-fxstatat.patch
===
--- 
glibc-package/branches/eglibc-2.13/debian/patches/alpha/submitted-fxstatat.patch
(rev 0)
+++ 
glibc-package/branches/eglibc-2.13/debian/patches/alpha/submitted-fxstatat.patch
2011-03-11 17:05:38 UTC (rev 4572)
@@ -0,0 +1,57 @@
+2011-03-11  Aurelien Jarno  aurel...@aurel32.net
+
+   * sysdeps/unix/sysv/linux/alpha/fxstatat.c(__fxstatat): use fstatat64
+   syscall when available.
+
+--- a/ports/sysdeps/unix/sysv/linux/alpha/fxstatat.c
 b/ports/sysdeps/unix/sysv/linux/alpha/fxstatat.c
+@@ -35,6 +35,32 @@
+ int
+ __fxstatat (int vers, int fd, const char *file, struct stat *st, int flag)
+ {
++  int result;
++  INTERNAL_SYSCALL_DECL (err);
++
++#ifdef __NR_fstatat64
++# ifndef __ASSUME_ATFCTS
++  if (__have_atfcts = 0)
++# endif
++{
++  result = INTERNAL_SYSCALL (fstatat64, err, 4, fd, file, st, flag);
++# ifndef __ASSUME_ATFCTS
++  if (__builtin_expect (INTERNAL_SYSCALL_ERROR_P (result, err), 1)
++  INTERNAL_SYSCALL_ERRNO (result, err) == ENOSYS)
++  __have_atfcts = -1;
++  else
++# endif
++  if (!__builtin_expect (INTERNAL_SYSCALL_ERROR_P (result, err), 1))
++return 0;
++  else
++{
++  __set_errno (INTERNAL_SYSCALL_ERRNO (result, err));
++  return -1;
++}
++}
++#endif
++
++#ifndef __ASSUME_ATFCTS
+   if (flag  ~AT_SYMLINK_NOFOLLOW)
+ {
+   __set_errno (EINVAL);
+@@ -68,7 +94,7 @@ __fxstatat (int vers, int fd, const char *file, struct stat 
*st, int flag)
+ }
+ 
+   INTERNAL_SYSCALL_DECL (err);
+-  int result, errno_out;
++  int errno_out;
+   struct kernel_stat kst;
+ 
+ #if __ASSUME_STAT64_SYSCALL  0
+@@ -114,6 +140,7 @@ __fxstatat (int vers, int fd, const char *file, struct 
stat *st, int flag)
+   __atfct_seterrno (errno_out, fd, buf);
+ 
+   return -1;
++#endif
+ }
+ libc_hidden_def (__fxstatat)
+ strong_alias (__fxstatat, __fxstatat64);

Modified: glibc-package/branches/eglibc-2.13/debian/patches/series
===
--- glibc-package/branches/eglibc-2.13/debian/patches/series2011-03-07 
17:37:08 UTC (rev 4571)
+++ glibc-package/branches/eglibc-2.13/debian/patches/series2011-03-11 
17:05:38 UTC (rev 4572)
@@ -51,6 +51,7 @@
 alpha/submitted-stackinfo.diff
 alpha/submitted-statfs.diff
 alpha/submitted-libm-hidden.diff
+alpha/submitted-fxstatat.patch
 
 amd64/local-biarch.diff
 amd64/local-clone.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1py5mw-0007jn...@alioth.debian.org



r4573 - glibc-package/branches/eglibc-2.13/debian

2011-03-11 Thread Aurelien Jarno
Author: aurel32
Date: 2011-03-11 17:14:01 + (Fri, 11 Mar 2011)
New Revision: 4573

Modified:
   glibc-package/branches/eglibc-2.13/debian/changelog
Log:
Simplify changelog


Modified: glibc-package/branches/eglibc-2.13/debian/changelog
===
--- glibc-package/branches/eglibc-2.13/debian/changelog 2011-03-11 17:05:38 UTC 
(rev 4572)
+++ glibc-package/branches/eglibc-2.13/debian/changelog 2011-03-11 17:14:01 UTC 
(rev 4573)
@@ -128,14 +128,12 @@
   * Add patches/powerpc/local-libgcc_eh-ld.so.diff to fix bug-atexit3
 test on PowerPC.
   * Add patches/alpha/submitted-fcntl_h.diff, submitted-stackinfo.diff,
-submitted-libm-hidden.diff and submitted-statfs.diff to partially 
-fix FTBFS on alpha.
+submitted-libm-hidden.diff, submitted-statfs.diff and 
+submitted-fxstatat.patch to fix FTBFS on alpha.
   * Add patches/any/local-linuxthreads-deps.diff to fix testsuite issues
 on GNU/kFreeBSD.
   * Add patches/s390/submitted-iconv-z9-109.diff to fix FTBFS on s390
 with recent binutils.
-  * Add patches/alpha/submitted-fxstatat.patch to implement __fxstat() 
-using the (not so) new fstatat64 syscall on alpha.
 
   [ Samuel Thibault ]
   * Add patches/any/cvs-glro_dl_debug_mask.diff to fix build without


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1py5ud-0004t5...@alioth.debian.org



[PATCH] Provide packaging rules in eglibc-source

2011-03-11 Thread Marcin Juszkiewicz
I am working on package which bootstraps cross compiler using *-source
packages from gcc/eglibc/binutils/linux ones. To make it possible I need
packaging rules from debian/ directory available.

This patch is backport from Ubuntu where it got included in eglibc
2.12.1-0ubuntu1 package - LP: 609162

https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/609162

This will be not needed when multiarch will be working fully as there
will be
no need to bootstrap cross-compiler for existing architectures - cross
build
dependencies will be used instead.
From f78d8e220d6daf53188e89c3aefa73640498fd55 Mon Sep 17 00:00:00 2001
From: Marcin Juszkiewicz mar...@juszkiewicz.com.pl
Date: Thu, 3 Feb 2011 15:43:15 +0100
Subject: [PATCH] Provide packaging data in eglibc-source package

I am working on package which will bootstrap cross compiler using *-source
packages from gcc/eglibc/binutils/linux ones. To make it possible I need
packaging rules from debian/ directory available.

This patch is backport from Ubuntu where it got included in eglibc
2.12.1-0ubuntu1 package - LP: 609162

This will be not needed when multiarch will be working fully as there will be
no need to bootstrap cross-compiler for existing architectures - cross build
dependencies will be used instead.

---
 rules.d/build.mk |   10 ++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk
index ae5678d..092a892 100644
--- a/debian/rules.d/build.mk
+++ b/debian/rules.d/build.mk
@@ -172,6 +172,16 @@ $(stamp)source: $(stamp)patch
 	tar -c -J -C .. \
 		-f $(build-tree)/eglibc-$(EGLIBC_VERSION).tar.xz \
 		$(EGLIBC_SOURCES)
+	mkdir -p debian/eglibc-source/usr/src/glibc
+	tar cf - \
+	debian/{README*,TODO,changelog*,compat,control,copyright} \
+	debian/{debver2localesdep.pl,generate-supported.mk,locales-depver} \
+	debian/{*.symbols.*,symbols.wildcards} \
+	debian/{quiltrc,rules,shlibs-add-udebs,shlibver,watch} \
+	debian/{bug,control.in,debhelper.in,local,patches,po,rules.d} \
+	debian/{script.in,source,sysdeps,testsuite-checking,wrapper} \
+	  | tar -x -C debian/eglibc-source/usr/src/glibc -f -
+
 	touch $@
 
 .NOTPARALLEL: $(patsubst %,check_%,$(EGLIBC_PASSES))
-- 
1.7.2.3



r4574 - in glibc-package/branches/eglibc-2.13/debian: . patches patches/hppa

2011-03-11 Thread Aurelien Jarno
Author: aurel32
Date: 2011-03-11 17:15:18 + (Fri, 11 Mar 2011)
New Revision: 4574

Added:
   glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-fcntl_h.diff
Modified:
   glibc-package/branches/eglibc-2.13/debian/changelog
   glibc-package/branches/eglibc-2.13/debian/patches/series
Log:
  * Add patches/hppa/submitted-fcntl_h.diff to partially fix FTBFS on 
hppa.



Modified: glibc-package/branches/eglibc-2.13/debian/changelog
===
--- glibc-package/branches/eglibc-2.13/debian/changelog 2011-03-11 17:14:01 UTC 
(rev 4573)
+++ glibc-package/branches/eglibc-2.13/debian/changelog 2011-03-11 17:15:18 UTC 
(rev 4574)
@@ -134,6 +134,8 @@
 on GNU/kFreeBSD.
   * Add patches/s390/submitted-iconv-z9-109.diff to fix FTBFS on s390
 with recent binutils.
+  * Add patches/hppa/submitted-fcntl_h.diff to partially fix FTBFS on 
+hppa.
 
   [ Samuel Thibault ]
   * Add patches/any/cvs-glro_dl_debug_mask.diff to fix build without

Added: 
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-fcntl_h.diff
===
--- 
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-fcntl_h.diff   
(rev 0)
+++ 
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-fcntl_h.diff   
2011-03-11 17:15:18 UTC (rev 4574)
@@ -0,0 +1,49 @@
+2011-03-11  Aurelien Jarno  aurel...@aurel32.net
+
+   * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETPIPE_SZ,
+   F_GETPIPE_SZ): Define.
+   * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Define O_DIRECTORY,
+   O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
+   XPG7.
+
+--- a/ports/sysdeps/unix/sysv/linux/hppa/bits/fcntl.h
 b/ports/sysdeps/unix/sysv/linux/hppa/bits/fcntl.h
+@@ -46,13 +46,15 @@
+ #define O_ASYNC02
+ #define O_BLKSEEK 0100 /* HPUX only */
+ 
+-#ifdef __USE_GNU
+-# define O_DIRECT 4 /* Direct disk access.  */
++#ifdef __USE_XOPEN2K8
+ # define O_DIRECTORY  1 /* Must be a directory.  */
+ # define O_NOFOLLOW   00200 /* Do not follow links.  */
+-# define O_NOATIME00400 /* Do not set atime.  */
+ # define O_CLOEXEC01000 /* Set close_on_exec.  */
+ #endif
++#ifdef __USE_GNU
++# define O_DIRECT 4 /* Direct disk access.  */
++# define O_NOATIME00400 /* Do not set atime.  */
++#endif
+ 
+ /* For now Linux has synchronisity options for data and read operations.
+We define the symbols here but let them do the same as O_SYNC since
+@@ -85,7 +87,7 @@
+ #define F_SETLK64 9   /* Set record locking info (non-blocking).  */
+ #define F_SETLKW6410  /* Set record locking info (blocking).  */
+ 
+-#if defined __USE_BSD || defined __USE_UNIX98
++#if defined __USE_BSD || defined __USE_UNIX98 || defined __USE_XOPEN2K8
+ # define F_GETOWN 11  /* Get owner of socket (receiver of SIGIO).  */
+ # define F_SETOWN 12  /* Set owner of socket (receiver of SIGIO).  */
+ #endif
+@@ -101,6 +103,10 @@
+ # define F_SETLEASE   1024/* Set a lease.  */
+ # define F_GETLEASE   1025/* Enquire what lease is active.  */
+ # define F_NOTIFY 1026/* Request notfications on a directory.  */
++# define F_SETPIPE_SZ 1031/* Set pipe page size array.  */
++# define F_GETPIPE_SZ 1032/* Set pipe page size array.  */
++#endif
++#ifdef __USE_XOPEN2K8
+ # define F_DUPFD_CLOEXEC 1030 /* Duplicate file descriptor with
+  close-on-exit set.  */
+ #endif

Modified: glibc-package/branches/eglibc-2.13/debian/patches/series
===
--- glibc-package/branches/eglibc-2.13/debian/patches/series2011-03-11 
17:14:01 UTC (rev 4573)
+++ glibc-package/branches/eglibc-2.13/debian/patches/series2011-03-11 
17:15:18 UTC (rev 4574)
@@ -75,6 +75,7 @@
 hppa/local-dlfptr.diff
 hppa/local-longjmp-chk.diff
 hppa/local-lowlevellock.diff
+hppa/submitted-fcntl_h.diff
 
 hurd-i386/local-dl-dynamic-weak.diff
 hurd-i386/local-enable-ldconfig.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1py5vx-00055g...@alioth.debian.org



r4575 - in glibc-package/branches/eglibc-2.13/debian: . patches patches/hppa

2011-03-11 Thread Aurelien Jarno
Author: aurel32
Date: 2011-03-11 18:47:32 + (Fri, 11 Mar 2011)
New Revision: 4575

Added:
   
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-libm-hidden.diff
   
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-stackinfo.diff
Modified:
   glibc-package/branches/eglibc-2.13/debian/changelog
   glibc-package/branches/eglibc-2.13/debian/patches/series
Log:
  * Add patches/hppa/submitted-fcntl_h.diff, hppa/submitted-stackinfo.diff
and hppa/submitted-libm-hidden.diff to fix FTBFS on hppa.



Modified: glibc-package/branches/eglibc-2.13/debian/changelog
===
--- glibc-package/branches/eglibc-2.13/debian/changelog 2011-03-11 17:15:18 UTC 
(rev 4574)
+++ glibc-package/branches/eglibc-2.13/debian/changelog 2011-03-11 18:47:32 UTC 
(rev 4575)
@@ -134,8 +134,8 @@
 on GNU/kFreeBSD.
   * Add patches/s390/submitted-iconv-z9-109.diff to fix FTBFS on s390
 with recent binutils.
-  * Add patches/hppa/submitted-fcntl_h.diff to partially fix FTBFS on 
-hppa.
+  * Add patches/hppa/submitted-fcntl_h.diff, hppa/submitted-stackinfo.diff
+and hppa/submitted-libm-hidden.diff to fix FTBFS on hppa.
 
   [ Samuel Thibault ]
   * Add patches/any/cvs-glro_dl_debug_mask.diff to fix build without

Added: 
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-libm-hidden.diff
===
--- 
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-libm-hidden.diff
   (rev 0)
+++ 
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-libm-hidden.diff
   2011-03-11 18:47:32 UTC (rev 4575)
@@ -0,0 +1,20 @@
+2011-03-11  Aurelien Jarno  aurel...@aurel32.net
+
+   * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Add
+   libm_hidden_def.
+   * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
+
+--- a/ports/sysdeps/hppa/fpu/feupdateenv.c
 b/ports/sysdeps/hppa/fpu/feupdateenv.c
+@@ -38,3 +38,4 @@ feupdateenv (const fenv_t *envp)
+   /* Success.  */
+   return 0;
+ }
++libm_hidden_def (feupdateenv)
+--- a/ports/sysdeps/hppa/fpu/ftestexcept.c
 b/ports/sysdeps/hppa/fpu/ftestexcept.c
+@@ -32,3 +32,4 @@ fetestexcept (int excepts)
+ 
+   return (s.sw[0]  27)  excepts  FE_ALL_EXCEPT;
+ }
++libm_hidden_def (fetestexcept)

Added: 
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-stackinfo.diff
===
--- 
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-stackinfo.diff 
(rev 0)
+++ 
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-stackinfo.diff 
2011-03-11 18:47:32 UTC (rev 4575)
@@ -0,0 +1,15 @@
+2011-03-11  Aurelien Jarno  aurel...@aurel32.net
+
+   * sysdeps/hppa/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
+
+--- a/ports/sysdeps/hppa/stackinfo.h
 b/ports/sysdeps/hppa/stackinfo.h
+@@ -25,4 +25,8 @@
+ /* On PA the stack grows up.  */
+ #define _STACK_GROWS_UP   1
+ 
++/* Default to an executable stack.  PF_X can be overridden if PT_GNU_STACK is
++ * present, but it is presumed absent.  */
++#define DEFAULT_STACK_PERMS (PF_R|PF_W|PF_X)
++
+ #endif/* stackinfo.h */

Modified: glibc-package/branches/eglibc-2.13/debian/patches/series
===
--- glibc-package/branches/eglibc-2.13/debian/patches/series2011-03-11 
17:15:18 UTC (rev 4574)
+++ glibc-package/branches/eglibc-2.13/debian/patches/series2011-03-11 
18:47:32 UTC (rev 4575)
@@ -76,6 +76,8 @@
 hppa/local-longjmp-chk.diff
 hppa/local-lowlevellock.diff
 hppa/submitted-fcntl_h.diff
+hppa/submitted-libm-hidden.diff
+hppa/submitted-stackinfo.diff
 
 hurd-i386/local-dl-dynamic-weak.diff
 hurd-i386/local-enable-ldconfig.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1py7nj-00083r...@alioth.debian.org



Bug#617331: Pushing tzdata updates to stable in time

2011-03-11 Thread Gunnar Wolf
Hi,

I was prodded by my Chilean friend, Germán Póo-Caamaño, to help find a
way to push the tzdata corrections needed for Chile's change of
timezone plans. Trying to do so, I found he already did everything
needed (#617331).

Chile was supposed to leave the Summer daylight savings period this
coming weekend, but it was pushed to April 2nd. The fixes have been
accepted to the package in Sid, but many users will undoubtely
appreciate it if it can be updated as well in stable-updates.

Sorry for reverberating here on list, but given the timeframe for this
bug to bite, I'd rather have it prominent and not hidden.

Thanks,


signature.asc
Description: Digital signature


Processing of tzdata_2011c-0squeeze1_all.changes

2011-03-11 Thread Debian FTP Masters
tzdata_2011c-0squeeze1_all.changes uploaded successfully to localhost
along with the files:
  tzdata_2011c-0squeeze1.dsc
  tzdata_2011c.orig.tar.gz
  tzdata_2011c-0squeeze1.debian.tar.gz
  tzdata_2011c-0squeeze1_all.deb
  tzdata-java_2011c-0squeeze1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1py7qe-0007ta...@franck.debian.org



r4576 - tzdata/branches

2011-03-11 Thread Clint Adams
Author: clint
Date: 2011-03-11 19:20:57 + (Fri, 11 Mar 2011)
New Revision: 4576

Added:
   tzdata/branches/glibc-branch-squeeze/
Log:
branch for squeeze tzdata



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1py7tt-0004x3...@alioth.debian.org



Bug#617331: Pushing tzdata updates to stable in time

2011-03-11 Thread Martin Zobel-Helas
Hi, 

On Fri Mar 11, 2011 at 13:11:52 -0600, Gunnar Wolf wrote:
 Hi,
 
 I was prodded by my Chilean friend, Germán Póo-Caamaño, to help find a
 way to push the tzdata corrections needed for Chile's change of
 timezone plans. Trying to do so, I found he already did everything
 needed (#617331).
 
 Chile was supposed to leave the Summer daylight savings period this
 coming weekend, but it was pushed to April 2nd. The fixes have been
 accepted to the package in Sid, but many users will undoubtely
 appreciate it if it can be updated as well in stable-updates.
 
 Sorry for reverberating here on list, but given the timeframe for this
 bug to bite, I'd rather have it prominent and not hidden.

the correct way would be to ask the release team for a release of tzdata
on stable-updates (formerly known as volatile) and get it updated in the
next point release as well.


Cheers,
Martin
-- 
 Martin Zobel-Helas zo...@debian.org  | Debian System Administrator
 Debian  GNU/Linux Developer   |   Debian Listmaster
 GPG key http://go.debian.net/B11B627B  | 
 GPG Fingerprint:  6B18 5642 8E41 EC89 3D5D  BDBB 53B1 AC6D B11B 627B 




--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110311193136.gs18...@ftbfs.de



r4577 - tzdata/trunk/debian

2011-03-11 Thread Aurelien Jarno
Author: aurel32
Date: 2011-03-11 19:41:08 + (Fri, 11 Mar 2011)
New Revision: 4577

Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/control
Log:
  * debian/control: provides tzdata-wheezy instead of tzdata-squeeze.



Modified: tzdata/trunk/debian/changelog
===
--- tzdata/trunk/debian/changelog   2011-03-11 19:20:57 UTC (rev 4576)
+++ tzdata/trunk/debian/changelog   2011-03-11 19:41:08 UTC (rev 4577)
@@ -1,3 +1,9 @@
+tzdata (2011c-2) UNRELEASED; urgency=low
+
+  * debian/control: provides tzdata-wheezy instead of tzdata-squeeze.
+
+ -- Aurelien Jarno aure...@debian.org  Fri, 11 Mar 2011 20:40:34 +0100
+
 tzdata (2011c-1) unstable; urgency=low
 
   * New upstream release.

Modified: tzdata/trunk/debian/control
===
--- tzdata/trunk/debian/control 2011-03-11 19:20:57 UTC (rev 4576)
+++ tzdata/trunk/debian/control 2011-03-11 19:41:08 UTC (rev 4577)
@@ -12,7 +12,7 @@
 Multi-Arch: foreign
 Depends: ${misc:Depends}, debconf | debconf-2.0
 Replaces: libc0.1, libc0.3, libc6, libc6.1
-Provides: tzdata-squeeze
+Provides: tzdata-wheezy
 Description: time zone and daylight-saving time data
  This package contains data required for the implementation of
  standard local time for many representative locations around the


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1py8d1-c1...@alioth.debian.org



Bug#617331: Pushing tzdata updates to stable in time

2011-03-11 Thread Henrique de Moraes Holschuh
On Fri, 11 Mar 2011, Martin Zobel-Helas wrote:
 On Fri Mar 11, 2011 at 13:11:52 -0600, Gunnar Wolf wrote:
  I was prodded by my Chilean friend, Germán Póo-Caamaño, to help find a
  way to push the tzdata corrections needed for Chile's change of
  timezone plans. Trying to do so, I found he already did everything
  needed (#617331).
  
  Chile was supposed to leave the Summer daylight savings period this
  coming weekend, but it was pushed to April 2nd. The fixes have been
  accepted to the package in Sid, but many users will undoubtely
  appreciate it if it can be updated as well in stable-updates.
  
  Sorry for reverberating here on list, but given the timeframe for this
  bug to bite, I'd rather have it prominent and not hidden.
 
 the correct way would be to ask the release team for a release of tzdata
 on stable-updates (formerly known as volatile) and get it updated in the
 next point release as well.

I was wondering about this, actually.  Right now, stable-proposed-updates
doubles as the security archive for non-free (see sun-java6).  But IMO, we
_really_ would rather prefer not have people adding s-p-u to their systems
because we took too long to release (to stable or stable-updates) packages
that needed an expedited process, there is a good reason why we have s-u and
stable release checkpoints, undermining that is not to our best interest
IMO.

tzdata is a good example of a main package that needs expedited release to
s-u.  non-free security-related updates are another example.

Is there a special process for this? or should we just make the DDs aware of
the fact [by an email to d-d-a] that when one does a s-p-u upload which
likely needs expedited handling, they should be very clear about that fact
and email the stable release team ASAP?

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh



--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110311195427.ga28...@khazad-dum.debian.net



Bug#617331: Pushing tzdata updates to stable in time

2011-03-11 Thread Gunnar Wolf
Martin Zobel-Helas dijo [Fri, Mar 11, 2011 at 08:31:36PM +0100]:
  I was prodded by my Chilean friend, Germán Póo-Caamaño, to help find a
  way to push the tzdata corrections needed for Chile's change of
  timezone plans. Trying to do so, I found he already did everything
  needed (#617331).
  
  Chile was supposed to leave the Summer daylight savings period this
  coming weekend, but it was pushed to April 2nd. The fixes have been
  accepted to the package in Sid, but many users will undoubtely
  appreciate it if it can be updated as well in stable-updates.
  
  Sorry for reverberating here on list, but given the timeframe for this
  bug to bite, I'd rather have it prominent and not hidden.
 
 the correct way would be to ask the release team for a release of tzdata
 on stable-updates (formerly known as volatile) and get it updated in the
 next point release as well.

Yes - although that should be preceded with a suitable package built
targetted at Squeeze, preferrably by the package maintainers, right? 



--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110311195451.gk27...@gwolf.org



Processed: tagging 617331

2011-03-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 617331 + pending
Bug #617331 [tzdata] tzdata: Chile delay in 3 weeks the daylight time transition
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
617331: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617331
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129987340327929.transcr...@bugs.debian.org



Bug#617331: Pushing tzdata updates to stable in time

2011-03-11 Thread Adam D. Barratt
On Fri, 2011-03-11 at 16:54 -0300, Henrique de Moraes Holschuh wrote:
 On Fri, 11 Mar 2011, Martin Zobel-Helas wrote:
  On Fri Mar 11, 2011 at 13:11:52 -0600, Gunnar Wolf wrote:
   Chile was supposed to leave the Summer daylight savings period this
   coming weekend, but it was pushed to April 2nd. The fixes have been
   accepted to the package in Sid, but many users will undoubtely
   appreciate it if it can be updated as well in stable-updates.
[...]
  the correct way would be to ask the release team for a release of tzdata
  on stable-updates (formerly known as volatile) and get it updated in the
  next point release as well.
[...]
 Is there a special process for this? or should we just make the DDs aware of
 the fact [by an email to d-d-a] that when one does a s-p-u upload which
 likely needs expedited handling, they should be very clear about that fact
 and email the stable release team ASAP?

Those steps are backward, fwiw; the mail should come first for a p-u
upload, not after the fact.  I've made a note to mention stable-updates
in an upcoming bits-from-SRM; now I just need to write one. :-)

Regards,

Adam




-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1299873562.24129.116.ca...@hathi.jungle.funky-badger.org



Bug#617331: Pushing tzdata updates to stable in time

2011-03-11 Thread Adam D. Barratt
On Fri, 2011-03-11 at 13:54 -0600, Gunnar Wolf wrote:
 Martin Zobel-Helas dijo [Fri, Mar 11, 2011 at 08:31:36PM +0100]:
   Chile was supposed to leave the Summer daylight savings period this
   coming weekend, but it was pushed to April 2nd. The fixes have been
   accepted to the package in Sid, but many users will undoubtely
   appreciate it if it can be updated as well in stable-updates.
[...]
  the correct way would be to ask the release team for a release of tzdata
  on stable-updates (formerly known as volatile) and get it updated in the
  next point release as well.
 
 Yes - although that should be preceded with a suitable package built
 targetted at Squeeze, preferrably by the package maintainers, right? 

There's a tzdata package in the p-u-NEW queue which includes the change.
Unfortunately it was uploaded slightly too late to make it in to the
1952 dinstall but I'll check the diff this evening and get it marked for
acceptance in to p-u in the 0152.

Assuming everything goes according to plan (adding packages to
squeeze-updates hasn't actually been tested yet) I'm planning on pushing
the tzdata update in tomorrow morning.

Regards,

Adam




-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1299874042.24129.141.ca...@hathi.jungle.funky-badger.org



Processed: tagging 617331

2011-03-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 617331 + pending
Bug #617331 [tzdata] tzdata: Chile delay in 3 weeks the daylight time transition
Ignoring request to alter tags of bug #617331 to the same tags previously set

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
617331: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617331
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129987428531801.transcr...@bugs.debian.org



r4578 - tzdata/branches/glibc-branch-squeeze/debian

2011-03-11 Thread Clint Adams
Author: clint
Date: 2011-03-11 19:56:29 + (Fri, 11 Mar 2011)
New Revision: 4578

Modified:
   tzdata/branches/glibc-branch-squeeze/debian/changelog
Log:
2011c for squeeze

Modified: tzdata/branches/glibc-branch-squeeze/debian/changelog
===
--- tzdata/branches/glibc-branch-squeeze/debian/changelog   2011-03-11 
19:41:08 UTC (rev 4577)
+++ tzdata/branches/glibc-branch-squeeze/debian/changelog   2011-03-11 
19:56:29 UTC (rev 4578)
@@ -1,3 +1,10 @@
+tzdata (2011c-0squeeze1) stable; urgency=low
+
+  * New upstream release.
+- Contains Chilean DST change.  closes: #617331.
+
+ -- Clint Adams cl...@debian.org  Fri, 11 Mar 2011 14:12:40 -0500
+
 tzdata (2010o-1) unstable; urgency=low
 
   * New upstream release.


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1py8rw-0001th...@alioth.debian.org



Bug#617331: Pushing tzdata updates to stable in time

2011-03-11 Thread Martin Zobel-Helas
Hi, 

On Fri Mar 11, 2011 at 20:07:22 +, Adam D. Barratt wrote:
 On Fri, 2011-03-11 at 13:54 -0600, Gunnar Wolf wrote:
  Martin Zobel-Helas dijo [Fri, Mar 11, 2011 at 08:31:36PM +0100]:
Chile was supposed to leave the Summer daylight savings period this
coming weekend, but it was pushed to April 2nd. The fixes have been
accepted to the package in Sid, but many users will undoubtely
appreciate it if it can be updated as well in stable-updates.
 [...]
   the correct way would be to ask the release team for a release of tzdata
   on stable-updates (formerly known as volatile) and get it updated in the
   next point release as well.
  
  Yes - although that should be preceded with a suitable package built
  targetted at Squeeze, preferrably by the package maintainers, right? 
 
 There's a tzdata package in the p-u-NEW queue which includes the change.
 Unfortunately it was uploaded slightly too late to make it in to the
 1952 dinstall but I'll check the diff this evening and get it marked for
 acceptance in to p-u in the 0152.
 
 Assuming everything goes according to plan (adding packages to
 squeeze-updates hasn't actually been tested yet) I'm planning on pushing
 the tzdata update in tomorrow morning.

will there be an update for oldstable as well?

Cheers,
Martin

-- 
 Martin Zobel-Helas zo...@debian.org  | Debian System Administrator
 Debian  GNU/Linux Developer   |   Debian Listmaster
 GPG key http://go.debian.net/B11B627B  | 
 GPG Fingerprint:  6B18 5642 8E41 EC89 3D5D  BDBB 53B1 AC6D B11B 627B 




-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110311201700.gv18...@ftbfs.de



Processing of tzdata_2011c-0lenny1_all.changes

2011-03-11 Thread Archive Administrator
/tzdata_2011c-0lenny1_all.changes is already present on target host:
tzdata_2011c.orig.tar.gz
Either you already uploaded it, or someone else came first.
Job tzdata_2011c-0lenny1_all.changes removed.

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1py8f9-0008c4...@valente.debian.org



r4579 - tzdata/branches/glibc-branch-lenny/debian

2011-03-11 Thread Clint Adams
Author: clint
Date: 2011-03-11 20:11:12 + (Fri, 11 Mar 2011)
New Revision: 4579

Modified:
   tzdata/branches/glibc-branch-lenny/debian/changelog
Log:
2011c for lenny

Modified: tzdata/branches/glibc-branch-lenny/debian/changelog
===
--- tzdata/branches/glibc-branch-lenny/debian/changelog 2011-03-11 19:56:29 UTC 
(rev 4578)
+++ tzdata/branches/glibc-branch-lenny/debian/changelog 2011-03-11 20:11:12 UTC 
(rev 4579)
@@ -1,3 +1,10 @@
+tzdata (2011c-0lenny1) oldstable; urgency=low
+
+  * New upstream release.
+- Contains Chilean DST change.  closes: #617331.
+
+ -- Clint Adams cl...@debian.org  Fri, 11 Mar 2011 14:59:53 -0500
+
 tzdata (2010o-0lenny1) stable; urgency=low
 
   * New upstream release.


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1py8g8-0001vh...@alioth.debian.org



Processing of tzdata_2011c-0lenny1_all.changes

2011-03-11 Thread Debian FTP Masters
/tzdata_2011c-0lenny1_all.changes is already present on target host:
tzdata_2011c.orig.tar.gz
Either you already uploaded it, or someone else came first.
Job tzdata_2011c-0lenny1_all.changes removed.

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1py8hx-0004do...@franck.debian.org



Re: [PATCH] Provide packaging rules in eglibc-source

2011-03-11 Thread Aurelien Jarno
On Fri, Mar 11, 2011 at 06:23:23PM +0100, Marcin Juszkiewicz wrote:
 I am working on package which bootstraps cross compiler using *-source
 packages from gcc/eglibc/binutils/linux ones. To make it possible I need
 packaging rules from debian/ directory available.
 
 This patch is backport from Ubuntu where it got included in eglibc
 2.12.1-0ubuntu1 package - LP: 609162
 
 https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/609162
 
 This will be not needed when multiarch will be working fully as there
 will be
 no need to bootstrap cross-compiler for existing architectures - cross
 build
 dependencies will be used instead.

 From f78d8e220d6daf53188e89c3aefa73640498fd55 Mon Sep 17 00:00:00 2001
 From: Marcin Juszkiewicz mar...@juszkiewicz.com.pl
 Date: Thu, 3 Feb 2011 15:43:15 +0100
 Subject: [PATCH] Provide packaging data in eglibc-source package
 
 I am working on package which will bootstrap cross compiler using *-source
 packages from gcc/eglibc/binutils/linux ones. To make it possible I need
 packaging rules from debian/ directory available.
 
 This patch is backport from Ubuntu where it got included in eglibc
 2.12.1-0ubuntu1 package - LP: 609162
 
 This will be not needed when multiarch will be working fully as there will be
 no need to bootstrap cross-compiler for existing architectures - cross build
 dependencies will be used instead.
 
 ---
  rules.d/build.mk |   10 ++
  1 files changed, 10 insertions(+), 0 deletions(-)
 
 diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk
 index ae5678d..092a892 100644
 --- a/debian/rules.d/build.mk
 +++ b/debian/rules.d/build.mk
 @@ -172,6 +172,16 @@ $(stamp)source: $(stamp)patch
   tar -c -J -C .. \
   -f $(build-tree)/eglibc-$(EGLIBC_VERSION).tar.xz \
   $(EGLIBC_SOURCES)
 + mkdir -p debian/eglibc-source/usr/src/glibc
 + tar cf - \
 + debian/{README*,TODO,changelog*,compat,control,copyright} \
 + debian/{debver2localesdep.pl,generate-supported.mk,locales-depver} \
 + debian/{*.symbols.*,symbols.wildcards} \
 + debian/{quiltrc,rules,shlibs-add-udebs,shlibver,watch} \
 + debian/{bug,control.in,debhelper.in,local,patches,po,rules.d} \
 + debian/{script.in,source,sysdeps,testsuite-checking,wrapper} \
 +   | tar -x -C debian/eglibc-source/usr/src/glibc -f -
 +
   touch $@
  

This basically the whole debian/ directory into eglibc-source, including
patches. However the tarball provided in eglibc-source contains already
patched source, so I don't really understand how it works.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110311212947.ga6...@hall.aurel32.net



r4580 - glibc-package/branches/eglibc-2.13/debian/patches/hppa

2011-03-11 Thread Aurelien Jarno
Author: aurel32
Date: 2011-03-11 21:20:16 + (Fri, 11 Mar 2011)
New Revision: 4580

Modified:
   
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-libm-hidden.diff
Log:
Update submitted-libm-hidden.diff


Modified: 
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-libm-hidden.diff
===
--- 
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-libm-hidden.diff
   2011-03-11 20:11:12 UTC (rev 4579)
+++ 
glibc-package/branches/eglibc-2.13/debian/patches/hppa/submitted-libm-hidden.diff
   2011-03-11 21:20:16 UTC (rev 4580)
@@ -1,9 +1,16 @@
 2011-03-11  Aurelien Jarno  aurel...@aurel32.net
 
-   * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Add
-   libm_hidden_def.
+   * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Add libm_hidden_def.
+   * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
* sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
 
+--- a/ports/sysdeps/hppa/fpu/fegetenv.c
 b/ports/sysdeps/hppa/fpu/fegetenv.c
+@@ -33,3 +33,4 @@ fegetenv (fenv_t *envp)
+   memcpy(envp, buf, sizeof (*envp));
+   return 0;
+ }
++libm_hidden_def (fegetenv)
 --- a/ports/sysdeps/hppa/fpu/feupdateenv.c
 +++ b/ports/sysdeps/hppa/fpu/feupdateenv.c
 @@ -38,3 +38,4 @@ feupdateenv (const fenv_t *envp)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1py9lb-0005zu...@alioth.debian.org



r4581 - in glibc-package/branches/eglibc-2.13/debian: . control.in debhelper.in rules.d

2011-03-11 Thread Aurelien Jarno
Author: aurel32
Date: 2011-03-11 21:36:31 + (Fri, 11 Mar 2011)
New Revision: 4581

Modified:
   glibc-package/branches/eglibc-2.13/debian/changelog
   glibc-package/branches/eglibc-2.13/debian/control.in/main
   glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.install
   glibc-package/branches/eglibc-2.13/debian/rules.d/debhelper.mk
Log:
  [ Steve Langasek ]
  * Set Multi-Arch: foreign on the appropriate packages.
  * debian/rules.d/debhelper.mk: set $rtlddir in the debhelper substitution
rules, so we don't substitute an empty string.
  * debian/debhelper.in/libc.install: ld is always installed relative to
RTLDDIR, not SLIBDIR; a no-op for the moment, but relevant once we start
building for multiarch.



Modified: glibc-package/branches/eglibc-2.13/debian/changelog
===
--- glibc-package/branches/eglibc-2.13/debian/changelog 2011-03-11 21:20:16 UTC 
(rev 4580)
+++ glibc-package/branches/eglibc-2.13/debian/changelog 2011-03-11 21:36:31 UTC 
(rev 4581)
@@ -147,6 +147,14 @@
   * Add patches/hurd-i386/local-add-needed.diff to fix getting functions from
 libmachuser and libhurduser with gold linking.
 
+  [ Steve Langasek ]
+  * Set Multi-Arch: foreign on the appropriate packages.
+  * debian/rules.d/debhelper.mk: set $rtlddir in the debhelper substitution
+rules, so we don't substitute an empty string.
+  * debian/debhelper.in/libc.install: ld is always installed relative to
+RTLDDIR, not SLIBDIR; a no-op for the moment, but relevant once we start
+building for multiarch.
+
  -- Aurelien Jarno aure...@debian.org  Mon, 28 Feb 2011 23:43:03 +0100
 
 eglibc (2.11.2-13) unstable; urgency=low

Modified: glibc-package/branches/eglibc-2.13/debian/control.in/main
===
--- glibc-package/branches/eglibc-2.13/debian/control.in/main   2011-03-11 
21:20:16 UTC (rev 4580)
+++ glibc-package/branches/eglibc-2.13/debian/control.in/main   2011-03-11 
21:36:31 UTC (rev 4581)
@@ -20,6 +20,7 @@
 Architecture: any
 Section: libs
 Priority: required
+Multi-Arch: foreign
 Depends: ${misc:Depends}
 Breaks: libc0.1 ( 2.10), libc0.3 ( 2.10), libc6 ( 2.10), libc6.1 ( 
2.10)
 Replaces: libc0.1, libc0.3, libc6, libc6.1
@@ -39,6 +40,7 @@
 Architecture: any
 Section: libdevel
 Priority: optional
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: manpages-dev
 Replaces: libc0.1-dev, libc0.3-dev, libc6-dev, libc6.1-dev
@@ -89,6 +91,7 @@
 Architecture: any
 Section: localization
 Priority: extra
+Multi-Arch: foreign
 Depends: ${locale:Depends}, ${misc:Depends}, lzma
 Provides: locales
 Description: Embedded GNU C Library: Precompiled locale data
@@ -100,6 +103,7 @@
 Package: nscd
 Architecture: any
 Section: admin
+Multi-Arch: foreign
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Embedded GNU C Library: Name Service Cache Daemon

Modified: glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.install
===
--- glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.install 
2011-03-11 21:20:16 UTC (rev 4580)
+++ glibc-package/branches/eglibc-2.13/debian/debhelper.in/libc.install 
2011-03-11 21:36:31 UTC (rev 4581)
@@ -1,3 +1,4 @@
+TMPDIR/RTLDDIR/*.so* RTLDDIR
 TMPDIR/SLIBDIR/*.so* SLIBDIR
 TMPDIR/LIBDIR/gconv/* LIBDIR/gconv
 

Modified: glibc-package/branches/eglibc-2.13/debian/rules.d/debhelper.mk
===
--- glibc-package/branches/eglibc-2.13/debian/rules.d/debhelper.mk  
2011-03-11 21:20:16 UTC (rev 4580)
+++ glibc-package/branches/eglibc-2.13/debian/rules.d/debhelper.mk  
2011-03-11 21:36:31 UTC (rev 4581)
@@ -182,6 +182,7 @@
 $(stamp)debhelper_%: $(stamp)debhelper-common $(stamp)install_%
libdir=$(call xx,libdir) ; \
slibdir=$(call xx,slibdir) ; \
+   rtlddir=$(call xx,rtlddir) ; \
curpass=$(curpass) ; \
c_so=`ls debian/tmp-$$curpass/$$slibdir | grep libc\.so\.` ; \
m_so=`ls debian/tmp-$$curpass/$$slibdir | grep libm\.so\.` ; \


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pya0e-6y...@alioth.debian.org



Bug#617331: Pushing tzdata updates to stable in time

2011-03-11 Thread Henrique de Moraes Holschuh
On Fri, 11 Mar 2011, Adam D. Barratt wrote:
 On Fri, 2011-03-11 at 16:54 -0300, Henrique de Moraes Holschuh wrote:
  On Fri, 11 Mar 2011, Martin Zobel-Helas wrote:
   On Fri Mar 11, 2011 at 13:11:52 -0600, Gunnar Wolf wrote:
Chile was supposed to leave the Summer daylight savings period this
coming weekend, but it was pushed to April 2nd. The fixes have been
accepted to the package in Sid, but many users will undoubtely
appreciate it if it can be updated as well in stable-updates.
 [...]
   the correct way would be to ask the release team for a release of tzdata
   on stable-updates (formerly known as volatile) and get it updated in the
   next point release as well.
 [...]
  Is there a special process for this? or should we just make the DDs aware of
  the fact [by an email to d-d-a] that when one does a s-p-u upload which
  likely needs expedited handling, they should be very clear about that fact
  and email the stable release team ASAP?
 
 Those steps are backward, fwiw; the mail should come first for a p-u
 upload, not after the fact.  I've made a note to mention stable-updates
 in an upcoming bits-from-SRM; now I just need to write one. :-)

Do us all a favour, and make it the single topic of a direct, consise post
to d-d-a.  This sort of thing is project-wide high-priority documentation,
and should be treated accordingly.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110312014336.ga27...@khazad-dum.debian.net



Bug#617331: marked as done (tzdata: Chile delay in 3 weeks the daylight time transition)

2011-03-11 Thread Debian Bug Tracking System
Your message dated Sat, 12 Mar 2011 01:57:18 +
with message-id e1pye50-0005gd...@franck.debian.org
and subject line Bug#617331: fixed in tzdata 2011c-0squeeze1
has caused the Debian Bug report #617331,
regarding tzdata: Chile delay in 3 weeks the daylight time transition
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
617331: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617331
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tzdata
Version: 2010o-0lenny1
Severity: important


The Chilean goverment has altered the dates when the Daylight time will
end this year.

Daylight time will end three weeks later this year.  Instead of being held
by Saturday 12 (March), it will be by Saturday 2 (April).

The change has been updated in Olson TZ Database:
http://thread.gmane.org/gmane.comp.time.tz/3647

This affects oldstable and stable.

-- System Information:
Debian Release: 5.0.8
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages tzdata depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy

tzdata recommends no packages.

tzdata suggests no packages.

-- debconf information:
  tzdata/Zones/Asia:
  tzdata/Zones/SystemV:
  tzdata/Zones/Pacific:
  tzdata/Zones/Atlantic:
  tzdata/Zones/Etc:
  tzdata/Zones/Arctic:
  tzdata/Zones/Antarctica:
* tzdata/Zones/America: Santiago
* tzdata/Areas: America
  tzdata/Zones/Australia:
  tzdata/Zones/Europe:
  tzdata/Zones/Africa:
  tzdata/Zones/Indian:


---End Message---
---BeginMessage---
Source: tzdata
Source-Version: 2011c-0squeeze1

We believe that the bug you reported is fixed in the latest version of
tzdata, which is due to be installed in the Debian FTP archive:

tzdata-java_2011c-0squeeze1_all.deb
  to main/t/tzdata/tzdata-java_2011c-0squeeze1_all.deb
tzdata_2011c-0squeeze1.debian.tar.gz
  to main/t/tzdata/tzdata_2011c-0squeeze1.debian.tar.gz
tzdata_2011c-0squeeze1.dsc
  to main/t/tzdata/tzdata_2011c-0squeeze1.dsc
tzdata_2011c-0squeeze1_all.deb
  to main/t/tzdata/tzdata_2011c-0squeeze1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 617...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Clint Adams cl...@debian.org (supplier of updated tzdata package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 11 Mar 2011 14:12:40 -0500
Source: tzdata
Binary: tzdata tzdata-java
Architecture: source all
Version: 2011c-0squeeze1
Distribution: stable
Urgency: low
Maintainer: GNU Libc Maintainers debian-glibc@lists.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 tzdata - time zone and daylight-saving time data
 tzdata-java - time zone and daylight-saving time data for use by java runtimes
Closes: 617331
Changes: 
 tzdata (2011c-0squeeze1) stable; urgency=low
 .
   * New upstream release.
 - Contains Chilean DST change.  closes: #617331.
Checksums-Sha1: 
 5f59ffb01564895c9714d85db273cddac3c6c56a 1827 tzdata_2011c-0squeeze1.dsc
 59c9f5a1a0872eb5057f1095f24afd4dfa0a9f47 194151 tzdata_2011c.orig.tar.gz
 191955e290dd4894894c88722a51e50668f5ff8f 249484 
tzdata_2011c-0squeeze1.debian.tar.gz
 5811c4a84879c9c4e356328805f0c9fdea4d7a06 769860 tzdata_2011c-0squeeze1_all.deb
 0e35de0127e8125f834a505af0935352e78249d3 153266 
tzdata-java_2011c-0squeeze1_all.deb
Checksums-Sha256: 
 88412f408e7fd6fb63a462dedf013dbe617e1814d36c8ca0b6a6bf998bce7874 1827 
tzdata_2011c-0squeeze1.dsc
 c08fbf767280a6f6dc450306a39d3b5818a0a9792a0991320e00a1bb91e91a3b 194151 
tzdata_2011c.orig.tar.gz
 7e52a0f6deebc5dd5a41c7729ea5f045ce9b43251eaa1b1e0d22b1fe30d3e2e1 249484 
tzdata_2011c-0squeeze1.debian.tar.gz
 f0c09129fa8b8d08d6cd2f2cc429b0a36bd15874e9e116e79d155c57abcaf4a0 769860 
tzdata_2011c-0squeeze1_all.deb
 ca30efbde8be3f415d089ea7320724ddb1d8e220c5209ef99e1de2c75fe7c186 153266 
tzdata-java_2011c-0squeeze1_all.deb
Files: 
 fc636476c5d0783530f339d5d6bd0676 1827 libs required tzdata_2011c-0squeeze1.dsc
 1a01b1a3346c1531daab4970d0a2cd14 194151 libs required tzdata_2011c.orig.tar.gz
 

tzdata_2011c-0squeeze1_all.changes ACCEPTED into proposed-updates

2011-03-11 Thread Debian FTP Masters


Warnings:
Could not copy tzdata_2011c.orig.tar.gz to holding; will attempt to find in DB 
later
ignoring tzdata_2011c.orig.tar.gz, since it's already in the archive.

Notes:
Mapping stable to proposed-updates.


Accepted:
tzdata-java_2011c-0squeeze1_all.deb
  to main/t/tzdata/tzdata-java_2011c-0squeeze1_all.deb
tzdata_2011c-0squeeze1.debian.tar.gz
  to main/t/tzdata/tzdata_2011c-0squeeze1.debian.tar.gz
tzdata_2011c-0squeeze1.dsc
  to main/t/tzdata/tzdata_2011c-0squeeze1.dsc
tzdata_2011c-0squeeze1_all.deb
  to main/t/tzdata/tzdata_2011c-0squeeze1_all.deb


Override entries for your package:
tzdata-java_2011c-0squeeze1_all.deb - optional java
tzdata_2011c-0squeeze1.dsc - source libs
tzdata_2011c-0squeeze1_all.deb - required libs

Announcing to debian-chan...@lists.debian.org
Closing bugs: 617331 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pye50-0005gx...@franck.debian.org