Processed: tagging 469985

2008-03-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 tags 469985 + pending
Bug#469985: glibc: [INTL:it] Italian debconf templates translation
Tags were: l10n patch
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



r2859 - in glibc-package/trunk/debian: . patches patches/any

2008-03-09 Thread aurel32
Author: aurel32
Date: 2008-03-09 12:50:46 + (Sun, 09 Mar 2008)
New Revision: 2859

Added:
   glibc-package/trunk/debian/patches/any/cvs-strtod.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/any/cvs-strtod.diff: new patch from CVS to fix strtod().  Closes:
#465769.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-03-08 23:13:04 UTC (rev 
2858)
+++ glibc-package/trunk/debian/changelog2008-03-09 12:50:46 UTC (rev 
2859)
@@ -21,6 +21,8 @@
   * patches/all/cvs-gai_conf.diff: update gai.conf from CVS to also mention
 Teredo tunnels and scopev4 defaults.
   * sysdeps/mips.mk, sysdeps/mipsel.mk: define TIMEOUTFACTOR.
+  * patches/any/cvs-strtod.diff: new patch from CVS to fix strtod().  Closes:
+#465769.
 
   [ Samuel Thibault ]
   * patches/hurd-i386/cvs-blocked-exceptions.diff: new patch to dump
@@ -28,7 +30,7 @@
   * patches/hurd-i386/cvs-df.diff: new patch to clear DF for signal
 handlers (Closes: #470021).
 
- -- Aurelien Jarno [EMAIL PROTECTED]  Thu, 06 Mar 2008 22:05:10 +0100
+ -- Aurelien Jarno [EMAIL PROTECTED]  Sun, 09 Mar 2008 13:48:43 +0100
 
 glibc (2.7-9) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/any/cvs-strtod.diff
===
--- glibc-package/trunk/debian/patches/any/cvs-strtod.diff  
(rev 0)
+++ glibc-package/trunk/debian/patches/any/cvs-strtod.diff  2008-03-09 
12:50:46 UTC (rev 2859)
@@ -0,0 +1,20 @@
+commit e76c47eeb75382c25d232e97a2eba88b5ae2c046
+Author: Ulrich Drepper [EMAIL PROTECTED]
+Date:   Sat Mar 8 21:31:55 2008 +
+
+(STRTOF_INTERNAL): Consume closing brace on NAN(...) sequence.
+
+diff --git a/stdlib/strtod_l.c b/stdlib/strtod_l.c
+index d1c2b62..9c2f86a 100644
+--- a/stdlib/strtod_l.c
 b/stdlib/strtod_l.c
+@@ -594,6 +594,9 @@ STRTOF_INTERNAL (nptr, endptr, group, loc)
+ mant = STRTOULL (startp + 1, endp, 0);
+ if (endp == cp)
+   SET_MANTISSA (retval, mant);
++
++/* Consume the closing brace.  */
++++cp;
+   }
+   }
+ 

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2008-03-08 23:13:04 UTC (rev 
2858)
+++ glibc-package/trunk/debian/patches/series   2008-03-09 12:50:46 UTC (rev 
2859)
@@ -135,6 +135,7 @@
 any/cvs-iconv-iso2022jp-loop-bug.diff
 any/cvs-rfc3484.diff -p1
 any/cvs-sched_h.diff -p0
+any/cvs-strtod.diff -p1
 any/cvs-tzfile.diff -p1
 any/cvs-vfscanf.diff -p0
 any/cvs-wchar_h.diff -p0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



r2860 - in glibc-package/trunk/debian: . po

2008-03-09 Thread aurel32
Author: aurel32
Date: 2008-03-09 12:54:08 + (Sun, 09 Mar 2008)
New Revision: 2860

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/po/it.po
Log:
  * Update Italian debconf translation, by Lica Monducci.  Closes: #469985.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-03-09 12:50:46 UTC (rev 
2859)
+++ glibc-package/trunk/debian/changelog2008-03-09 12:54:08 UTC (rev 
2860)
@@ -23,6 +23,7 @@
   * sysdeps/mips.mk, sysdeps/mipsel.mk: define TIMEOUTFACTOR.
   * patches/any/cvs-strtod.diff: new patch from CVS to fix strtod().  Closes:
 #465769.
+  * Update Italian debconf translation, by Lica Monducci.  Closes: #469985.
 
   [ Samuel Thibault ]
   * patches/hurd-i386/cvs-blocked-exceptions.diff: new patch to dump

Modified: glibc-package/trunk/debian/po/it.po
===
--- glibc-package/trunk/debian/po/it.po 2008-03-09 12:50:46 UTC (rev 2859)
+++ glibc-package/trunk/debian/po/it.po 2008-03-09 12:54:08 UTC (rev 2860)
@@ -1,14 +1,14 @@
 # Italian (it) translation of debconf templates for glibc
 # Copyright (C) 2006 Free Software Foundation, Inc.
 # This file is distributed under the same license as the glibc package.
-# Luca Monducci [EMAIL PROTECTED], 2005-2007.
+# Luca Monducci [EMAIL PROTECTED], 2005-2008.
 #
 msgid 
 msgstr 
-Project-Id-Version: glibc 2.6.1-3 debconf templates\n
+Project-Id-Version: glibc 2.7 debconf templates\n
 Report-Msgid-Bugs-To: [EMAIL PROTECTED]
 POT-Creation-Date: 2008-02-26 21:34+0100\n
-PO-Revision-Date: 2007-09-21 21:24+0200\n
+PO-Revision-Date: 2008-03-08 11:50+0100\n
 Last-Translator: Luca Monducci [EMAIL PROTECTED]\n
 Language-Team: Italian [EMAIL PROTECTED]\n
 MIME-Version: 1.0\n
@@ -91,18 +91,11 @@
 #. Description
 #: ../debhelper.in/libc.templates:1001
 msgid Do you want to upgrade glibc now?
-msgstr 
+msgstr Aggiornare glibc adesso?
 
 #. Type: boolean
 #. Description
 #: ../debhelper.in/libc.templates:1001
-#, fuzzy
-#| msgid 
-#| Running services and programs that are using NSS need to be restarted, 
-#| otherwise they might not be able to do lookup or authentication any more 
-#| (for services such as ssh, this can affect your ability to login). Please 
-#| review the following space-separated list of init.d scripts for services 
-#| to be restarted now, and correct it if needed.
 msgid 
 Running services and programs that are using NSS need to be restarted, 
 otherwise they might not be able to do lookup or authentication any more. 
@@ -114,10 +107,11 @@
 msgstr 
 I servizi e i programmi in esecuzione che usano NSS devono essere riavviati 
 altrimenti potrebbero non essere più in grado di effettuare ricerche o 
-autenticazioni (i servizi tipo ssh potrebbero avere problemi con il login). 
-Controllare il seguente elenco di nomi di script per init.d separati da uno 
-spazio relativi ai servizi che devono essere riavviati e, se necessario, 
-correggerlo.
+autenticazioni. Il processo d'installazione è in grado di riavviare alcuni 
+servizi (come ssh o telnetd), ma altri programmi non possono essere 
+riavviati automaticamente. Uno dei programmi che devono essere fermati e 
+riavviati manualmente dopo aver aggiornato glibc è xdm perché il riavvio 
+automatico potrebbe disconnettere le sessioni X11 attive.
 
 #. Type: boolean
 #. Description
@@ -126,6 +120,8 @@
 This script detected the following installed services which must be stopped 
 before the upgrade: ${services}
 msgstr 
+Questo script ha rilevato che i seguenti servizi devono essere fermati prima 
+dell'aggiornamento: ${services}
 
 #. Type: boolean
 #. Description
@@ -134,6 +130,8 @@
 If you want to interrupt the upgrade now and continue later, please answer 
 No to the question below.
 msgstr 
+Per interrompere adesso l'aggiornamento e riprenderlo in seguito, rispondere 
+«No» alla questa domanda.
 
 #. Type: string
 #. Description
@@ -153,7 +151,7 @@
 msgstr 
 I servizi e i programmi in esecuzione che usano NSS devono essere riavviati 
 altrimenti potrebbero non essere più in grado di effettuare ricerche o 
-autenticazioni (i servizi tipo ssh potrebbero avere problemi con il login). 
+autenticazioni (i servizi tipo ssh potrebbero avere problemi d'accesso). 
 Controllare il seguente elenco di nomi di script per init.d separati da uno 
 spazio relativi ai servizi che devono essere riavviati e, se necessario, 
 correggerlo.
@@ -189,8 +187,4 @@
 msgid 
 You will need to start these manually by running '/etc/init.d/service 
 start'.
-msgstr 
-È necessario avviarli manualmente con \/etc/init.d/servizio start\.
-
-#~ msgid ${services}
-#~ msgstr ${services}
+msgstr È necessario avviarli manualmente con «/etc/init.d/servizio start».


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of tzdata_2008a-1_all.changes

2008-03-09 Thread Archive Administrator
tzdata_2008a-1_all.changes uploaded successfully to localhost
along with the files:
  tzdata_2008a-1.dsc
  tzdata_2008a.orig.tar.gz
  tzdata_2008a-1.diff.gz
  tzdata_2008a-1_all.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



r2861 - in tzdata/trunk/debian: . patches

2008-03-09 Thread schizo
Author: schizo
Date: 2008-03-09 14:36:07 + (Sun, 09 Mar 2008)
New Revision: 2861

Removed:
   tzdata/trunk/debian/patches/chile_2008.diff
Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/patches/series
Log:
2008a


Modified: tzdata/trunk/debian/changelog
===
--- tzdata/trunk/debian/changelog   2008-03-09 12:54:08 UTC (rev 2860)
+++ tzdata/trunk/debian/changelog   2008-03-09 14:36:07 UTC (rev 2861)
@@ -1,3 +1,10 @@
+tzdata (2008a-1) unstable; urgency=low
+
+  * New upstream release.
+- Drop Chile patch (fixed in a different way).
+
+ -- Clint Adams [EMAIL PROTECTED]  Sun, 09 Mar 2008 10:24:05 -0400
+
 tzdata (2007k-4) unstable; urgency=high
 
   * debian/patches/chile_2008.diff: add Chile DST rule for 2008.
@@ -52,20 +59,20 @@
 
 tzdata (2007j-1) unstable; urgency=low
 
-  * New upstream version. 
+  * New upstream version.
 
  -- Clint Adams [EMAIL PROTECTED]  Mon, 03 Dec 2007 10:15:33 -0500
 
 tzdata (2007i-2) unstable; urgency=low
 
-  * Remove leading/trailing slashes when reading the timezone. 
+  * Remove leading/trailing slashes when reading the timezone.
 closes: #452275.
 
  -- Aurelien Jarno [EMAIL PROTECTED]  Sun, 25 Nov 2007 05:22:24 +0100
 
 tzdata (2007i-1) unstable; urgency=low
 
-  * New upstream version. 
+  * New upstream version.
   * debian/po/de.po: initial translation from Helge Kreutzmann.
 closes: #447173.
   * debian/po/gl.po: update from Jacobo Tarrio.  closes: #447930.
@@ -78,13 +85,13 @@
 tzdata (2007h-2) unstable; urgency=low
 
   * debian/po/ca.po: update from Jordà Polo. closes: #446397.
-  * debian/po/ja.po: update from Kenshi Muto. closes: #446564. 
+  * debian/po/ja.po: update from Kenshi Muto. closes: #446564.
 
  -- Clint Adams [EMAIL PROTECTED]  Sun, 14 Oct 2007 09:50:48 -0400
 
 tzdata (2007h-1) unstable; urgency=low
 
-  * New upstream version. 
+  * New upstream version.
 - Includes Venezuelan time zone change.  closes: #443202.
   * debian/po/ru.po: update from Yuri Kozlov. closes: #444040.
 
@@ -99,7 +106,7 @@
 
 tzdata (2007g-1) unstable; urgency=low
 
-  * New upstream version. 
+  * New upstream version.
 
  -- Clint Adams [EMAIL PROTECTED]  Sun, 26 Aug 2007 16:59:29 -0400
 
@@ -121,7 +128,7 @@
 with /usr/share/zoneinfo/.
   * debian/postinst: don't touch anything if /etc/timezone
 if not there.
-  * debian/rules: Remove the Canada area, all cities are 
+  * debian/rules: Remove the Canada area, all cities are
 already in America.
 
  -- Aurelien Jarno [EMAIL PROTECTED]  Thu, 16 Aug 2007 14:14:27 -0230
@@ -130,7 +137,7 @@
 
   * New Catalan debconf translation from Jordà Polo.  closes: #431972.
   * debian/postinst: only print Run 'dpkg-reconfigure tzdata' if you wish
-to change it. message when not using dpkg-reconfigure.  closes: 
+to change it. message when not using dpkg-reconfigure.  closes:
 #428083.
 
  -- Aurelien Jarno [EMAIL PROTECTED]  Tue, 31 Jul 2007 16:17:16 +0200
@@ -271,13 +278,13 @@
 
 tzdata (2007e-6) unstable; urgency=low
 
-  * Remove -x from the config script (closes: #420988). 
+  * Remove -x from the config script (closes: #420988).
 
  -- Aurelien Jarno [EMAIL PROTECTED]  Wed, 25 Apr 2007 19:35:09 +0200
 
 tzdata (2007e-5) unstable; urgency=low
 
-  * Convert old or single-level timezones into two-level timezones 
+  * Convert old or single-level timezones into two-level timezones
 (closes: bug#420895).
   * Remove the US area, all cities are already in America.
   * Add Arctic area.
@@ -291,7 +298,7 @@
   * Set the old timezone in case of cancellation (closes: bug#419344).
   * Don't overwrite /etc/localtime if the user choose to manage it by
 him/herself.
-  * Update templates from the current status of the Smith Review 
+  * Update templates from the current status of the Smith Review
 Project.
   * Add preliminary French templates.
 
@@ -299,7 +306,7 @@
 
 tzdata (2007e-3) unstable; urgency=low
 
-  * Add missing Australia area (closes: bug#419191). 
+  * Add missing Australia area (closes: bug#419191).
 
  -- Aurelien Jarno [EMAIL PROTECTED]  Sat, 14 Apr 2007 12:33:17 +0200
 
@@ -311,7 +318,7 @@
 
 tzdata (2007e-1) unstable; urgency=low
 
-  * New upstream release. 
+  * New upstream release.
 - Fixes for Syria and Honduras.
   * Add watch file.
 
@@ -349,7 +356,7 @@
 
 tzdata (2007a-2) unstable; urgency=low
 
-  * Generate and ship /usr/share/zoneinfo/posixrules (closes: bug#409275). 
+  * Generate and ship /usr/share/zoneinfo/posixrules (closes: bug#409275).
 
  -- Aurelien Jarno [EMAIL PROTECTED]  Thu,  1 Feb 2007 18:39:05 +0100
 
@@ -370,21 +377,21 @@
 tzdata (2006n-1) unstable; urgency=low
 
   [ Aurelien Jarno ]
-  * New upstream release. 
+  * New upstream release.
 
  -- Aurelien Jarno [EMAIL PROTECTED]  Sat, 21 Oct 2006 22:51:50 +0200
 
 tzdata (2006m-1) unstable; urgency=low
 
   [ Aurelien Jarno ]
-  * New upstream release. 
+  * New upstream release.
 
  -- Aurelien Jarno 

r2862 - tzdata/tags

2008-03-09 Thread schizo
Author: schizo
Date: 2008-03-09 14:37:00 + (Sun, 09 Mar 2008)
New Revision: 2862

Added:
   tzdata/tags/2008a-1/
Log:
tag 2008a-1


Copied: tzdata/tags/2008a-1 (from rev 2861, tzdata/trunk)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



tzdata_2008a-1_all.changes ACCEPTED

2008-03-09 Thread Debian Installer

Accepted:
tzdata_2008a-1.diff.gz
  to pool/main/t/tzdata/tzdata_2008a-1.diff.gz
tzdata_2008a-1.dsc
  to pool/main/t/tzdata/tzdata_2008a-1.dsc
tzdata_2008a-1_all.deb
  to pool/main/t/tzdata/tzdata_2008a-1_all.deb
tzdata_2008a.orig.tar.gz
  to pool/main/t/tzdata/tzdata_2008a.orig.tar.gz


Override entries for your package:
tzdata_2008a-1.dsc - source libs
tzdata_2008a-1_all.deb - required libs

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



r2863 - in glibc-package/trunk/debian: . patches patches/hurd-i386

2008-03-09 Thread sthibaul-guest
Author: sthibaul-guest
Date: 2008-03-10 00:45:44 + (Mon, 10 Mar 2008)
New Revision: 2863

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hurd-i386/local-gcc-4.1-init-first.diff
   glibc-package/trunk/debian/patches/series
Log:
  * patches/hurd-i386/local-gcc-4.1-init-first.diff: Update and actually
apply.


Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2008-03-09 14:37:00 UTC (rev 
2862)
+++ glibc-package/trunk/debian/changelog2008-03-10 00:45:44 UTC (rev 
2863)
@@ -30,6 +30,8 @@
 core when a blocked exception arises.
   * patches/hurd-i386/cvs-df.diff: new patch to clear DF for signal
 handlers (Closes: #470021).
+  * patches/hurd-i386/local-gcc-4.1-init-first.diff: Update and actually
+apply.
 
  -- Aurelien Jarno [EMAIL PROTECTED]  Sun, 09 Mar 2008 13:48:43 +0100
 

Modified: 
glibc-package/trunk/debian/patches/hurd-i386/local-gcc-4.1-init-first.diff
===
--- glibc-package/trunk/debian/patches/hurd-i386/local-gcc-4.1-init-first.diff  
2008-03-09 14:37:00 UTC (rev 2862)
+++ glibc-package/trunk/debian/patches/hurd-i386/local-gcc-4.1-init-first.diff  
2008-03-10 00:45:44 UTC (rev 2863)
@@ -6,9 +6,9 @@
 CALLER and pass that one on.
 (init): Avoid an ugly typecast.
 
 sysdeps/mach/hurd/i386/init-first.c23 Oct 2005 01:00:09 -  
1.43.4.1
-+++ sysdeps/mach/hurd/i386/init-first.c20 Nov 2006 11:05:47 -
-@@ -320,11 +320,11 @@ first_init (void)
+--- glibc-2.7/sysdeps/mach/hurd/i386/init-first.c.orig 2008-03-09 
21:19:54.126246000 +
 glibc-2.7/sysdeps/mach/hurd/i386/init-first.c  2008-03-09 
21:22:19.348744000 +
+@@ -334,11 +334,11 @@
 stack set up just as the user will see it, so it can switch stacks.  */
  
  void
@@ -22,15 +22,16 @@
  }
  #endif
  
-@@ -351,23 +351,21 @@ strong_alias (posixland_init, __libc_ini
+@@ -365,23 +365,23 @@
 This poorly-named function is called by static-start.S,
 which should not exist at all.  */
  void
 -_hurd_stack_setup (void)
-+_hurd_stack_setup (volatile int argc, ...)
++_hurd_stack_setup (void *arg, ...)
  {
 -  intptr_t caller = (intptr_t) __builtin_return_address (0);
--
++  void *caller = (arg)[-1];
+ 
void doinit (intptr_t *data)
  {
/* This function gets called with the argument data at TOS.  */
@@ -46,47 +47,15 @@
   caller had called `doinit1' with the argument data already on the
   stack.  */
 -  *--data = caller;
-+  *--data = (argc)[-1];
-   asm volatile (movl %0, %%esp\n /* Switch to new outermost stack.  */
-   movl $0, %%ebp\n /* Clear outermost frame pointer.  */
-   jmp *%1 : : r (data), r (doinit1) : sp);
-@@ -376,7 +374,7 @@ _hurd_stack_setup (void)
- 
-   first_init ();
- 
--  _hurd_startup ((void **) __builtin_frame_address (0) + 2, doinit);
-+  _hurd_startup ((void **) argc, doinit);
- }
- #endif
-
 sysdeps/mach/hurd/i386/init-first.c2007-07-22 16:50:03.0 
+0200
-+++ sysdeps/mach/hurd/i386/init-first.c2007-07-22 18:33:45.54000 
+0200
-@@ -350,8 +351,10 @@
-This poorly-named function is called by static-start.S,
-which should not exist at all.  */
- void
--_hurd_stack_setup (volatile int argc, ...)
-+_hurd_stack_setup (void *arg, ...)
- {
-+  void *caller = (arg)[-1];
-+
-   void doinit (intptr_t *data)
- {
-   /* This function gets called with the argument data at TOS.  */
-@@ -364,7 +367,7 @@
-  jump to `doinit1' (above), so it is as if __libc_init_first's
-  caller had called `doinit1' with the argument data already on the
-  stack.  */
--  *--data = (argc)[-1];
 +  *--data = (intptr_t) caller;
asm volatile (movl %0, %%esp\n /* Switch to new outermost stack.  */
movl $0, %%ebp\n /* Clear outermost frame pointer.  */
jmp *%1 : : r (data), r (doinit1) : sp);
-@@ -373,7 +376,7 @@
+@@ -391,7 +391,7 @@
  
first_init ();
  
--  _hurd_startup ((void **) argc, doinit);
+-  _hurd_startup ((void **) __builtin_frame_address (0) + 2, doinit);
 +  _hurd_startup (arg, doinit);
  }
  #endif

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2008-03-09 14:37:00 UTC (rev 
2862)
+++ glibc-package/trunk/debian/patches/series   2008-03-10 00:45:44 UTC (rev 
2863)
@@ -77,6 +77,7 @@
 hurd-i386/local-msg-nosignal.diff -p0
 hurd-i386/local-tls.diff 
 hurd-i386/local-tls-support.diff -p0
+hurd-i386/local-gcc-4.1-init-first.diff
 hurd-i386/submitted-ioctl-decode-argument.diff -p0
 hurd-i386/submitted-libc_once.diff -p0
 hurd-i386/submitted-ptr-mangle.diff -p0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. 

Bug#470229: glibc: multiarch support, ld.so.cache

2008-03-09 Thread Javier Serrano Polo
Package: glibc
Version: 2.7-9
Severity: wishlist

Is there a chance we could use an architecture independent format
for /etc/ld.so.cache if a patch is provided?




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]