r3882 - in glibc-package/trunk/debian: . patches patches/kfreebsd

2009-10-19 Thread Petr Salinger
Author: ps-guest
Date: 2009-10-19 14:32:29 + (Mon, 19 Oct 2009)
New Revision: 3882

Removed:
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps-2.10.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
   glibc-package/trunk/debian/patches/series.kfreebsd-amd64
   glibc-package/trunk/debian/patches/series.kfreebsd-i386
Log:
* kfreebsd/local-sysdeps.diff: update to revision 2806 (from glibc-bsd).
* Drop kfreebsd/local-sysdeps-2.10.diff (merged in local-sysdeps.diff).



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2009-10-18 20:34:50 UTC (rev 
3881)
+++ glibc-package/trunk/debian/changelog2009-10-19 14:32:29 UTC (rev 
3882)
@@ -1,3 +1,11 @@
+eglibc (2.10.1-2) UNSTABLE; urgency=low
+
+  [ Petr Salinger ]
+  * kfreebsd/local-sysdeps.diff: update to revision 2806 (from glibc-bsd).
+  * Drop kfreebsd/local-sysdeps-2.10.diff (merged in local-sysdeps.diff).
+
+ -- Aurelien Jarno aure...@debian.org  Sun, 18 Oct 2009 18:35:20 +0200
+
 eglibc (2.10.1-1) unstable; urgency=low
 
   [ Aurelien Jarno ]

Deleted: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps-2.10.diff
===
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps-2.10.diff 
2009-10-18 20:34:50 UTC (rev 3881)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps-2.10.diff 
2009-10-19 14:32:29 UTC (rev 3882)
@@ -1,421 +0,0 @@
-To be applied for glibc 2.10
-
 a/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-osinfo.h
-+++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-osinfo.h
-@@ -62,7 +62,7 @@
-   } while (0)
- 
- static inline uintptr_t __attribute__ ((always_inline))
--_dl_setup_stack_chk_guard (void)
-+_dl_setup_stack_chk_guard (void *dl_random)
- {
-   uintptr_t ret;
- #ifdef ENABLE_STACKGUARD_RANDOMIZE
-@@ -81,3 +81,18 @@
-   p[sizeof (ret) - 2] = '\n';
-   return ret;
- }
-+
-+static inline uintptr_t __attribute__ ((always_inline))
-+_dl_setup_pointer_guard (void *dl_random, uintptr_t stack_chk_guard)
-+{
-+  uintptr_t ret;
-+
-+  ret = stack_chk_guard;
-+# ifndef HP_TIMING_NONAVAIL
-+  hp_timing_t now;
-+  HP_TIMING_NOW (now);
-+  ret ^= now;
-+# endif
-+  return ret;
-+}
-+
 a/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/posix_opt.h
 b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/posix_opt.h
-@@ -31,25 +31,25 @@
- #define   _POSIX_SAVED_IDS1
- 
- /* Priority scheduling is supported.  */
--#define   _POSIX_PRIORITY_SCHEDULING  200112L
-+#define   _POSIX_PRIORITY_SCHEDULING  200809L
- 
- /* Synchronizing file data is supported.  */
--#define   _POSIX_SYNCHRONIZED_IO  200112L
-+#define   _POSIX_SYNCHRONIZED_IO  200809L
- 
- /* The fsync function is present.  */
--#define   _POSIX_FSYNC200112L
-+#define   _POSIX_FSYNC200809L
- 
- /* Mapping of files to memory is supported.  */
--#define   _POSIX_MAPPED_FILES 200112L
-+#define   _POSIX_MAPPED_FILES 200809L
- 
- /* Locking of all memory is supported.  */
--#define   _POSIX_MEMLOCK  200112L
-+#define   _POSIX_MEMLOCK  200809L
- 
- /* Locking of ranges of memory is supported.  */
--#define   _POSIX_MEMLOCK_RANGE200112L
-+#define   _POSIX_MEMLOCK_RANGE200809L
- 
- /* Setting of memory protections is supported.  */
--#define   _POSIX_MEMORY_PROTECTION200112L
-+#define   _POSIX_MEMORY_PROTECTION200809L
- 
- /* Only root can change owner of file.  */
- #define   _POSIX_CHOWN_RESTRICTED 1
-@@ -76,29 +76,29 @@
- #define   _XOPEN_SHM  1
- 
- /* Tell we have POSIX threads.  */
--#define _POSIX_THREADS200112L
-+#define _POSIX_THREADS200809L
- 
- /* We have the reentrant functions described in POSIX.  */
- #define _POSIX_REENTRANT_FUNCTIONS1
--#define _POSIX_THREAD_SAFE_FUNCTIONS  200112L
-+#define _POSIX_THREAD_SAFE_FUNCTIONS  200809L
- 
- /* We provide priority scheduling for threads.  */
--#define _POSIX_THREAD_PRIORITY_SCHEDULING 200112L
-+#define _POSIX_THREAD_PRIORITY_SCHEDULING 200809L
- 
- /* We support user-defined stack sizes.  */
--#define _POSIX_THREAD_ATTR_STACKSIZE  200112L
-+#define _POSIX_THREAD_ATTR_STACKSIZE  200809L
- 
- /* We support user-defined stacks.  */
--#define _POSIX_THREAD_ATTR_STACKADDR  200112L
-+#define _POSIX_THREAD_ATTR_STACKADDR  200809L
- 
- /* We support POSIX.1b semaphores, but only the non-shared form for now.  */
--#define _POSIX_SEMAPHORES 200112L
-+#define _POSIX_SEMAPHORES 200809L
- 
- /* Real-time signals are not available.  */
- #define _POSIX_REALTIME_SIGNALS   -1
- 
- /* We support asynchronous I/O.  */
--#define _POSIX_ASYNCHRONOUS_IO200112L
-+#define _POSIX_ASYNCHRONOUS_IO200809L
- #define _POSIX_ASYNC_IO   1
- /* Alternative name for Unix98.  */
- #define 

Bug#551622: nscd: 2.10.1-1 on amd64 makes LDAP server unreachable

2009-10-19 Thread Roberto C. Sanchez
Package: nscd
Version: 2.10.1-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The recent upgrade of nscd from 2.9-27 to 2.10.1-1 resulted in my LDAP
server no longer being reachable:

Oct 19 14:43:17 debian getent: nss_ldap: could not connect to any LDAP server 
as (null) - Can't contact LDAP server
Oct 19 14:43:17 debian getent: nss_ldap: failed to bind to LDAP server 
ldaps://ldap.local: Can't contact LDAP server
Oct 19 14:43:17 debian getent: nss_ldap: reconnecting to LDAP server...
Oct 19 14:43:17 debian getent: nss_ldap: could not connect to any LDAP server 
as (null) - Can't contact LDAP server
Oct 19 14:43:17 debian getent: nss_ldap: failed to bind to LDAP server 
ldaps://ldap.local: Can't contact LDAP server
Oct 19 14:43:17 debian getent: nss_ldap: reconnecting to LDAP server (sleeping 
1 seconds)...

It first manifested itself with the classic I have no name prompt.
Turning on debugging on the LDAP server (running Lenny) resulted in no
useful information.  The only thing that fixed the problem was reverting
to 2.9-27.  I am hesitant to make this bug RC, since I do not know how
widespread the problem is.  If it makes a difference, the sid
installation being affected by this is an amd64 Sid chroot on an amd64
Lenny system that I use for development.

Regards,

- -Roberto


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkrcftsACgkQ5SXWIKfIlGQxpgCfQncqC/CGHxFX3wP8z2S2PFIr
yNkAoIdlHenAz2HQ4Tbx32u6t8G27KDQ
=Duu4
-END PGP SIGNATURE-



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



Processing of tzdata_2009o-1_all.changes

2009-10-19 Thread Archive Administrator
tzdata_2009o-1_all.changes uploaded successfully to localhost
along with the files:
  tzdata_2009o-1.dsc
  tzdata_2009o.orig.tar.gz
  tzdata_2009o-1.diff.gz
  tzdata_2009o-1_all.deb
  tzdata-java_2009o-1_all.deb

Greetings,

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


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



r3883 - in tzdata/trunk/debian: . patches

2009-10-19 Thread Clint Adams
Author: schizo
Date: 2009-10-19 16:24:44 + (Mon, 19 Oct 2009)
New Revision: 3883

Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/install
   tzdata/trunk/debian/patches/quiltrc
   tzdata/trunk/debian/rules
Log:
2009o-1

Modified: tzdata/trunk/debian/changelog
===
--- tzdata/trunk/debian/changelog   2009-10-19 14:32:29 UTC (rev 3882)
+++ tzdata/trunk/debian/changelog   2009-10-19 16:24:44 UTC (rev 3883)
@@ -1,3 +1,10 @@
+tzdata (2009o-1) unstable; urgency=low
+
+  * New upstream release.
+  * Rework rules to stop using tarball-in-tarball.
+
+ -- Clint Adams sch...@debian.org  Mon, 19 Oct 2009 09:04:43 -0700
+
 tzdata (2009n-2) unstable; urgency=low
 
   [ Christian Perrier ]

Modified: tzdata/trunk/debian/install
===
--- tzdata/trunk/debian/install 2009-10-19 14:32:29 UTC (rev 3882)
+++ tzdata/trunk/debian/install 2009-10-19 16:24:44 UTC (rev 3883)
@@ -1,4 +1,4 @@
 debian/tzconfig /usr/sbin
 tzgen/* usr/share/zoneinfo/
-tzsource/iso3166.tab usr/share/zoneinfo/
-tzsource/zone.tab usr/share/zoneinfo/
+iso3166.tab usr/share/zoneinfo/
+zone.tab usr/share/zoneinfo/

Modified: tzdata/trunk/debian/patches/quiltrc
===
--- tzdata/trunk/debian/patches/quiltrc 2009-10-19 14:32:29 UTC (rev 3882)
+++ tzdata/trunk/debian/patches/quiltrc 2009-10-19 16:24:44 UTC (rev 3883)
@@ -1,2 +1,2 @@
-QUILT_PATCHES=../debian/patches
+QUILT_PATCHES=debian/patches
 QUILT_NO_DIFF_TIMESTAMPS=0

Modified: tzdata/trunk/debian/rules
===
--- tzdata/trunk/debian/rules   2009-10-19 14:32:29 UTC (rev 3882)
+++ tzdata/trunk/debian/rules   2009-10-19 16:24:44 UTC (rev 3883)
@@ -6,7 +6,6 @@
 
 TZGEN := $(CURDIR)/tzgen
 TZGEN_JAVA := $(CURDIR)/tzgen-java
-TZSOURCE := $(CURDIR)/tzsource
 
 VERSION := $(shell dpkg-parsechangelog | sed -e '/^Version/!d;s/^Version: 
//g;s/.*://g;s/-.*//g')
 EMDEBIAN := $(shell dpkg-parsechangelog | egrep '^Version: .*em[0-9]+')
@@ -50,21 +49,14 @@
   US \
   Etc
 
-QUILT := quilt --quiltrc ../debian/patches/quiltrc
+QUILT := quilt --quiltrc debian/patches/quiltrc
 
 build: build-stamp
 build-stamp:
dh_testdir
 
-   # Unpack the sources
-   mkdir $(TZSOURCE)
-   for x in $$(ls tzdata*.tar.gz); do \
- tar -xzvC $(TZSOURCE) -f $${x} ;\
-   done
-   
# Apply patches
-   @cd $(TZSOURCE); \
-   if $(QUILT) next /dev/null 21; then \
+   @if $(QUILT) next /dev/null 21; then \
  echo -n Applying patches...; \
  if $(QUILT) push -a -v  $(CURDIR)/patch-log 21; then \
echo successful.; \
@@ -78,14 +70,14 @@

# Build the default version
for zone in $(TIMEZONES); do \
- /usr/sbin/zic -d $(TZGEN) -L /dev/null -y $(TZSOURCE)/yearistype.sh 
$(TZSOURCE)/$${zone} ; \
+ /usr/sbin/zic -d $(TZGEN) -L /dev/null -y yearistype.sh $${zone} ; \
done

# Build the posix and right versions
 ifeq ($(EMDEBIAN),)
for zone in $(TIMEZONES); do \
- /usr/sbin/zic -d $(TZGEN)/posix -L /dev/null -y 
$(TZSOURCE)/yearistype.sh $(TZSOURCE)/$${zone} ; \
- /usr/sbin/zic -d $(TZGEN)/right -L $(TZSOURCE)/leapseconds -y 
$(TZGEN)/yearistype.sh $(TZSOURCE)/$${zone} ; \
+ /usr/sbin/zic -d $(TZGEN)/posix -L /dev/null -y yearistype.sh 
$${zone} ; \
+ /usr/sbin/zic -d $(TZGEN)/right -L leapseconds -y 
$(TZGEN)/yearistype.sh $${zone} ; \
done
 endif
 
@@ -93,8 +85,7 @@
/usr/sbin/zic -d $(TZGEN) -p America/New_York
 
# Generate a java version
-   cd $(TZSOURCE)  \
-   $(JHOME)/bin/java -jar $(JHOME)/jre/lib/javazic.jar -V 
$(VERSION) -d ../tzgen-java $(TIMEZONES) $(TIMEZONES_JAVA)
+   $(JHOME)/bin/java -jar $(JHOME)/jre/lib/javazic.jar -V $(VERSION) -d 
tzgen-java $(TIMEZONES) $(TIMEZONES_JAVA)
 
# Generate the templates file
( echo Template: tzdata/Areas ; \
@@ -135,15 +126,15 @@
 clean:
dh_testdir
dh_testroot
-   -rm -rf $(TZSOURCE) $(TZGEN) $(TZGEN_JAVA) .pc
+   -rm -rf $(TZGEN) $(TZGEN_JAVA) .pc
rm -f build-stamp
rm -f patch-log
-   dh_clean 
+   dh_clean
 
 install: build
dh_testdir
dh_testroot
-   dh_clean -k 
+   dh_clean -k
# Do nothing
 
 # Build architecture-dependent files here.


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



r3884 - tzdata/tags

2009-10-19 Thread Clint Adams
Author: schizo
Date: 2009-10-19 16:25:24 + (Mon, 19 Oct 2009)
New Revision: 3884

Added:
   tzdata/tags/2009o-1/
Log:
tag 2009o-1



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



Processing of tzdata_2009o-0lenny1_all.changes

2009-10-19 Thread Archive Administrator
/tzdata_2009o-0lenny1_all.changes is already present on target host:
tzdata_2009o.orig.tar.gz
Either you already uploaded it, or someone else came first.
Job tzdata_2009o-0lenny1_all.changes removed.

Greetings,

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


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



Processing of tzdata_2009o-0lenny1_all.changes

2009-10-19 Thread Archive Administrator
tzdata_2009o-0lenny1_all.changes uploaded successfully to localhost
along with the files:
  tzdata_2009o-0lenny1.dsc
  tzdata_2009o.orig.tar.gz
  tzdata_2009o-0lenny1.diff.gz
  tzdata_2009o-0lenny1_all.deb
  tzdata-java_2009o-0lenny1_all.deb

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



r3885 - in tzdata/branches/glibc-branch-lenny/debian: . patches

2009-10-19 Thread Clint Adams
Author: schizo
Date: 2009-10-19 17:04:16 + (Mon, 19 Oct 2009)
New Revision: 3885

Added:
   tzdata/branches/glibc-branch-lenny/debian/patches/argentinas-dst-2009.diff
Modified:
   tzdata/branches/glibc-branch-lenny/debian/changelog
   tzdata/branches/glibc-branch-lenny/debian/control
   tzdata/branches/glibc-branch-lenny/debian/install
   tzdata/branches/glibc-branch-lenny/debian/patches/quiltrc
   tzdata/branches/glibc-branch-lenny/debian/patches/series
   tzdata/branches/glibc-branch-lenny/debian/rules
Log:
2009o-0lenny1

Modified: tzdata/branches/glibc-branch-lenny/debian/changelog
===
--- tzdata/branches/glibc-branch-lenny/debian/changelog 2009-10-19 16:25:24 UTC 
(rev 3884)
+++ tzdata/branches/glibc-branch-lenny/debian/changelog 2009-10-19 17:04:16 UTC 
(rev 3885)
@@ -1,3 +1,12 @@
+tzdata (2009o-0lenny1) stable; urgency=low
+
+  * New upstream release.
+  * Rework rules to stop using tarball-in-tarball.
+  * debian/patches/argentinas-dst-2009.diff: patch from Margarita
+Manterola to fix Argentina DST again.  closes: #551195.
+
+ -- Clint Adams sch...@debian.org  Mon, 19 Oct 2009 09:39:45 -0700
+
 tzdata (2009l-0lenny1) stable; urgency=low
 
   * New upstream release.

Modified: tzdata/branches/glibc-branch-lenny/debian/control
===
--- tzdata/branches/glibc-branch-lenny/debian/control   2009-10-19 16:25:24 UTC 
(rev 3884)
+++ tzdata/branches/glibc-branch-lenny/debian/control   2009-10-19 17:04:16 UTC 
(rev 3885)
@@ -9,7 +9,7 @@
 
 Package: tzdata
 Architecture: all
-Depends: debconf | debconf-2.0
+Depends: ${misc:Depends}, debconf | debconf-2.0
 Replaces: libc0.1, libc0.3, libc6, libc6.1
 Provides: tzdata-lenny
 Description: time zone and daylight-saving time data
@@ -21,8 +21,9 @@
 
 Package: tzdata-java
 Architecture: all
+Section: java
 Priority: optional
-Depends: tzdata (= ${binary:Version})
+Depends: ${misc:Depends}, tzdata (= ${binary:Version})
 Description: time zone and daylight-saving time data for use by java runtimes
  This package contains data required for the implementation of
  standard local time for many representative locations around the

Modified: tzdata/branches/glibc-branch-lenny/debian/install
===
--- tzdata/branches/glibc-branch-lenny/debian/install   2009-10-19 16:25:24 UTC 
(rev 3884)
+++ tzdata/branches/glibc-branch-lenny/debian/install   2009-10-19 17:04:16 UTC 
(rev 3885)
@@ -1,4 +1,4 @@
 debian/tzconfig /usr/sbin
 tzgen/* usr/share/zoneinfo/
-tzsource/iso3166.tab usr/share/zoneinfo/
-tzsource/zone.tab usr/share/zoneinfo/
+iso3166.tab usr/share/zoneinfo/
+zone.tab usr/share/zoneinfo/

Added: 
tzdata/branches/glibc-branch-lenny/debian/patches/argentinas-dst-2009.diff
===
--- tzdata/branches/glibc-branch-lenny/debian/patches/argentinas-dst-2009.diff  
(rev 0)
+++ tzdata/branches/glibc-branch-lenny/debian/patches/argentinas-dst-2009.diff  
2009-10-19 17:04:16 UTC (rev 3885)
@@ -0,0 +1,19 @@
+--- tzdata.orig/southamerica   2009-10-16 13:23:49.0 +
 tzdata/southamerica2009-10-16 13:24:14.0 +
+@@ -215,9 +215,14 @@
+ # http://www.jujuy.gov.ar/index2/partes_prensa/18_10_08/235-181008.doc
+ # /a
+ 
++# Margarita Manterola:
++# Same as always, Argentina's government just decided to change its mind
++# regarding DST, 2 days in advance.
++# http://www.lanacion.com.ar/nota.asp?nota_id=1186963pid=7542694toi=6275
++
+ Rule  Arg 2007only-   Dec 30  0:001:00S
+-Rule  Arg 2008max -   Mar Sun=15 0:000   -
+-Rule  Arg 2008max -   Oct Sun=15 0:001:00S
++Rule  Arg 20082009-   Mar Sun=15 0:000   -
++Rule  Arg 2008only-   Oct Sun=15 0:001:00S
+  
+ # From Mariano Absatz (2004-05-21):
+ # Today it was officially published that the Province of Mendoza is changing

Modified: tzdata/branches/glibc-branch-lenny/debian/patches/quiltrc
===
--- tzdata/branches/glibc-branch-lenny/debian/patches/quiltrc   2009-10-19 
16:25:24 UTC (rev 3884)
+++ tzdata/branches/glibc-branch-lenny/debian/patches/quiltrc   2009-10-19 
17:04:16 UTC (rev 3885)
@@ -1,2 +1,2 @@
-QUILT_PATCHES=../debian/patches
+QUILT_PATCHES=debian/patches
 QUILT_NO_DIFF_TIMESTAMPS=0

Modified: tzdata/branches/glibc-branch-lenny/debian/patches/series
===
--- tzdata/branches/glibc-branch-lenny/debian/patches/series2009-10-19 
16:25:24 UTC (rev 3884)
+++ tzdata/branches/glibc-branch-lenny/debian/patches/series2009-10-19 
17:04:16 UTC (rev 3885)
@@ -1,2 +1,3 @@
 systemv.diff -p1
 java.diff -p1
+argentinas-dst-2009.diff -p1

Modified: 

Processed: tagging 551195

2009-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 551195 + pending
Bug #551195 {Done: Margarita Manterola ma...@debian.org} [tzdata] tzdata: 
Argentina just decided not to move to DST this Sunday :-\
Added tag(s) 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 debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#551622: nscd: 2.10.1-1 on amd64 makes LDAP server unreachable

2009-10-19 Thread Aurelien Jarno
On Mon, Oct 19, 2009 at 10:59:58AM -0400, Roberto C. Sanchez wrote:
 Package: nscd
 Version: 2.10.1-1
 Severity: important
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 The recent upgrade of nscd from 2.9-27 to 2.10.1-1 resulted in my LDAP
 server no longer being reachable:
 
 Oct 19 14:43:17 debian getent: nss_ldap: could not connect to any LDAP server 
 as (null) - Can't contact LDAP server
 Oct 19 14:43:17 debian getent: nss_ldap: failed to bind to LDAP server 
 ldaps://ldap.local: Can't contact LDAP server
 Oct 19 14:43:17 debian getent: nss_ldap: reconnecting to LDAP server...
 Oct 19 14:43:17 debian getent: nss_ldap: could not connect to any LDAP server 
 as (null) - Can't contact LDAP server
 Oct 19 14:43:17 debian getent: nss_ldap: failed to bind to LDAP server 
 ldaps://ldap.local: Can't contact LDAP server
 Oct 19 14:43:17 debian getent: nss_ldap: reconnecting to LDAP server 
 (sleeping 1 seconds)...
 
 It first manifested itself with the classic I have no name prompt.
 Turning on debugging on the LDAP server (running Lenny) resulted in no
 useful information.  The only thing that fixed the problem was reverting
 to 2.9-27.  I am hesitant to make this bug RC, since I do not know how
 widespread the problem is.  If it makes a difference, the sid
 installation being affected by this is an amd64 Sid chroot on an amd64
 Lenny system that I use for development.
 

I don't understand something. Is nscd installed inside the chroot? And
outside?

-- 
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



tzdata_2009o-1_all.changes ACCEPTED

2009-10-19 Thread Archive Administrator

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


Override entries for your package:
tzdata-java_2009o-1_all.deb - optional java
tzdata_2009o-1.dsc - source libs
tzdata_2009o-1_all.deb - required libs

Announcing to debian-devel-chan...@lists.debian.org


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



Bug#551195: marked as done (tzdata: Argentina just decided not to move to DST this Sunday :-\)

2009-10-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Oct 2009 17:20:03 +
with message-id e1mzvtr-0007uf...@valente.debian.org
and subject line Bug#551195: fixed in tzdata 2009o-0lenny1
has caused the Debian Bug report #551195,
regarding tzdata: Argentina just decided not to move to DST this Sunday :-\
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.)


-- 
551195: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551195
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tzdata
Version: 2009n-1.1
Severity: important
Tags: patch

Hi!

To keep on with the great work our government has done the past two years
of deciding stuff with 2 or 3 days of anticipation, the government has just
decided that we won't switch to DST this Sunday.

I've thus prepared a patch for the current tzdata in sid, and I'll now
prepare similar patches for the tzdata files in etch and lenny.

I'm attaching here the patch for the sid package.  Let me know if you want
me to go ahead and upload it.

--
Love,
Marga

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
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 excluded
diff -u tzdata-2009n/debian/changelog tzdata-2009n/debian/changelog
--- tzdata-2009n/debian/changelog
+++ tzdata-2009n/debian/changelog
@@ -1,3 +1,11 @@
+tzdata (2009n-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added debian/patches/argentinas-dst-2009.diff to fix tzdata for Argentina
+that yet again has decided changes to DST two days in advance.
+
+ -- Margarita Manterola ma...@debian.org  Fri, 16 Oct 2009 12:58:56 +
+
 tzdata (2009n-1) unstable; urgency=low
 
   * New upstream release.
diff -u tzdata-2009n/debian/patches/series tzdata-2009n/debian/patches/series
--- tzdata-2009n/debian/patches/series
+++ tzdata-2009n/debian/patches/series
@@ -2,0 +3 @@
+argentinas-dst-2009.diff -p1
only in patch2:
unchanged:
--- tzdata-2009n.orig/debian/patches/argentinas-dst-2009.diff
+++ tzdata-2009n/debian/patches/argentinas-dst-2009.diff
@@ -0,0 +1,19 @@
+--- tzdata.orig/southamerica	2009-10-16 13:23:49.0 +
 tzdata/southamerica	2009-10-16 13:24:14.0 +
+@@ -215,9 +215,14 @@
+ # http://www.jujuy.gov.ar/index2/partes_prensa/18_10_08/235-181008.doc
+ # /a
+ 
++# Margarita Manterola:
++# Same as always, Argentina's government just decided to change its mind
++# regarding DST, 2 days in advance.
++# http://www.lanacion.com.ar/nota.asp?nota_id=1186963pid=7542694toi=6275
++
+ Rule	Arg	2007	only	-	Dec	30	0:00	1:00	S
+-Rule	Arg	2008	max	-	Mar	Sun=15	0:00	0	-
+-Rule	Arg	2008	max	-	Oct	Sun=15	0:00	1:00	S
++Rule	Arg	2008	2009	-	Mar	Sun=15	0:00	0	-
++Rule	Arg	2008	only	-	Oct	Sun=15	0:00	1:00	S
+  
+ # From Mariano Absatz (2004-05-21):
+ # Today it was officially published that the Province of Mendoza is changing
---End Message---
---BeginMessage---
Source: tzdata
Source-Version: 2009o-0lenny1

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

tzdata-java_2009o-0lenny1_all.deb
  to pool/volatile/main/t/tzdata/tzdata-java_2009o-0lenny1_all.deb
tzdata_2009o-0lenny1.diff.gz
  to pool/volatile/main/t/tzdata/tzdata_2009o-0lenny1.diff.gz
tzdata_2009o-0lenny1.dsc
  to pool/volatile/main/t/tzdata/tzdata_2009o-0lenny1.dsc
tzdata_2009o-0lenny1_all.deb
  to pool/volatile/main/t/tzdata/tzdata_2009o-0lenny1_all.deb
tzdata_2009o.orig.tar.gz
  to pool/volatile/main/t/tzdata/tzdata_2009o.orig.tar.gz



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 551...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

volatile.debian.org distribution maintenance software
pp.
Clint Adams sch...@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...@volatile.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 19 Oct 2009 09:39:45 -0700
Source: tzdata
Binary: tzdata tzdata-java

tzdata_2009o-0lenny1_all.changes ACCEPTED

2009-10-19 Thread Debian Installer
Mapping stable to lenny-proposed.

Accepted:
tzdata-java_2009o-0lenny1_all.deb
  to pool/volatile/main/t/tzdata/tzdata-java_2009o-0lenny1_all.deb
tzdata_2009o-0lenny1.diff.gz
  to pool/volatile/main/t/tzdata/tzdata_2009o-0lenny1.diff.gz
tzdata_2009o-0lenny1.dsc
  to pool/volatile/main/t/tzdata/tzdata_2009o-0lenny1.dsc
tzdata_2009o-0lenny1_all.deb
  to pool/volatile/main/t/tzdata/tzdata_2009o-0lenny1_all.deb
tzdata_2009o.orig.tar.gz
  to pool/volatile/main/t/tzdata/tzdata_2009o.orig.tar.gz


Override entries for your package:
tzdata-java_2009o-0lenny1_all.deb - optional volatile/main/libs
tzdata_2009o-0lenny1.dsc - required volatile/main/libs
tzdata_2009o-0lenny1_all.deb - required volatile/main/libs

Announcing to _uplo...@packages.qa.debian.org
Closing bugs: 551195 


Thank you for your contribution to volatile.debian.org.


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



Bug#551622: nscd: 2.10.1-1 on amd64 makes LDAP server unreachable

2009-10-19 Thread Roberto C . Sánchez
On Mon, Oct 19, 2009 at 07:21:06PM +0200, Aurelien Jarno wrote:
 
 I don't understand something. Is nscd installed inside the chroot? And
 outside?
 
Yes, it is installed inside and outside.  Though, I do not run the
daemon inside the chroot.  I guess that on that realization, perhaps
nscd itself is not the cuplrit.  The packages I ended up reverting were:

libc-bin
libc-dev-bin
libc6-dev
libc6
nscd

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


tzdata override disparity

2009-10-19 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

tzdata-java_2009o-0lenny1_all.deb: package says section is java, override says 
volatile/main/libs.
tzdata_2009o-0lenny1_all.deb: package says section is libs, override says 
volatile/main/libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
volatile.debian.org distribution maintenance software

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


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



Bug#551622: nscd: 2.10.1-1 on amd64 makes LDAP server unreachable

2009-10-19 Thread Aurelien Jarno
On Mon, Oct 19, 2009 at 01:32:32PM -0400, Roberto C. Sánchez wrote:
 On Mon, Oct 19, 2009 at 07:21:06PM +0200, Aurelien Jarno wrote:
  
  I don't understand something. Is nscd installed inside the chroot? And
  outside?
  
 Yes, it is installed inside and outside.  Though, I do not run the

Sorry, but I still don't understand:

  widespread the problem is.  If it makes a difference, the sid
  installation being affected by this is an amd64 Sid chroot on an amd64
  Lenny system that I use for development.

If your host is a Lenny installation, how did you installed nscd 2.10.1-1?

 daemon inside the chroot.  I guess that on that realization, perhaps
 nscd itself is not the cuplrit.  The packages I ended up reverting were:
 
 libc-bin
 libc-dev-bin
 libc6-dev
 libc6
 nscd

nscd should not be needed in the chroot.

Could you try to rebuild the libnss-ldap package in a sid environment 
(at least with libc6-dev 2.10.1-1) and see if it helps?

-- 
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



Processing of tzdata_2009o-0etch1_all.changes

2009-10-19 Thread Archive Administrator
tzdata_2009o-0etch1_all.changes uploaded successfully to localhost
along with the files:
  tzdata_2009o-0etch1.dsc
  tzdata_2009o-0etch1.diff.gz
  tzdata_2009o-0etch1_all.deb

Greetings,

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


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



Processing of tzdata_2009o-0etch1_all.changes

2009-10-19 Thread Archive Administrator
tzdata_2009o-0etch1_all.changes uploaded successfully to localhost
along with the files:
  tzdata_2009o-0etch1.dsc
  tzdata_2009o-0etch1.diff.gz
  tzdata_2009o-0etch1_all.deb

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



Bug#551656: confname.h:530: error: comma at end of enumerator list

2009-10-19 Thread Michael Tautschnig
Package: libc6-dev
Version: 2.10.1-1
Severity: minor

When compiling some COIN-OR software with -pedantic-errors I got:

/usr/include/bits/confname.h:530: error: comma at end of enumerator list

Trivial to resolve and most probably only happens in pedantic mode.

Best,
Michael



pgptP20WnYck7.pgp
Description: PGP signature


Bug#551622: nscd: 2.10.1-1 on amd64 makes LDAP server unreachable

2009-10-19 Thread Roberto C . Sánchez
On Mon, Oct 19, 2009 at 09:00:02PM +0200, Aurelien Jarno wrote:
 On Mon, Oct 19, 2009 at 01:32:32PM -0400, Roberto C. Sánchez wrote:
  On Mon, Oct 19, 2009 at 07:21:06PM +0200, Aurelien Jarno wrote:
   
   I don't understand something. Is nscd installed inside the chroot? And
   outside?
   
  Yes, it is installed inside and outside.  Though, I do not run the
 
 Sorry, but I still don't understand:
 
   widespread the problem is.  If it makes a difference, the sid
   installation being affected by this is an amd64 Sid chroot on an amd64
   Lenny system that I use for development.
 
 If your host is a Lenny installation, how did you installed nscd 2.10.1-1?
 
It was installed into the Sid chroot.  I am not sure how, but something
else pulled it in as a recommends.  I have now removed it.

  daemon inside the chroot.  I guess that on that realization, perhaps
  nscd itself is not the cuplrit.  The packages I ended up reverting were:
  
  libc-bin
  libc-dev-bin
  libc6-dev
  libc6
  nscd
 
 nscd should not be needed in the chroot.
 
I have removed it.  I can confirm that the behavior persists even when
upgrading just the other four packages.

 Could you try to rebuild the libnss-ldap package in a sid environment 
 (at least with libc6-dev 2.10.1-1) and see if it helps?
 
I have rebuilt libnss-ldap in a sid pbuilder with libc6-dev 2.10.1-1.
Then I installed in the Sid chroot along with upgrading libc-bin,
libc-dev-bin, libc6-dev and libc6 in that chroot to 2.10.1-1.  Even
with the rebuilt libnss-ldap, the behavior persists.

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Bug#551195: marked as done (tzdata: Argentina just decided not to move to DST this Sunday :-\)

2009-10-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Oct 2009 19:35:02 +
with message-id e1mzy0u-00038t...@valente.debian.org
and subject line Bug#551195: fixed in tzdata 2009o-0etch1
has caused the Debian Bug report #551195,
regarding tzdata: Argentina just decided not to move to DST this Sunday :-\
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.)


-- 
551195: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551195
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: tzdata
Version: 2009n-1.1
Severity: important
Tags: patch

Hi!

To keep on with the great work our government has done the past two years
of deciding stuff with 2 or 3 days of anticipation, the government has just
decided that we won't switch to DST this Sunday.

I've thus prepared a patch for the current tzdata in sid, and I'll now
prepare similar patches for the tzdata files in etch and lenny.

I'm attaching here the patch for the sid package.  Let me know if you want
me to go ahead and upload it.

--
Love,
Marga

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
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 excluded
diff -u tzdata-2009n/debian/changelog tzdata-2009n/debian/changelog
--- tzdata-2009n/debian/changelog
+++ tzdata-2009n/debian/changelog
@@ -1,3 +1,11 @@
+tzdata (2009n-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added debian/patches/argentinas-dst-2009.diff to fix tzdata for Argentina
+that yet again has decided changes to DST two days in advance.
+
+ -- Margarita Manterola ma...@debian.org  Fri, 16 Oct 2009 12:58:56 +
+
 tzdata (2009n-1) unstable; urgency=low
 
   * New upstream release.
diff -u tzdata-2009n/debian/patches/series tzdata-2009n/debian/patches/series
--- tzdata-2009n/debian/patches/series
+++ tzdata-2009n/debian/patches/series
@@ -2,0 +3 @@
+argentinas-dst-2009.diff -p1
only in patch2:
unchanged:
--- tzdata-2009n.orig/debian/patches/argentinas-dst-2009.diff
+++ tzdata-2009n/debian/patches/argentinas-dst-2009.diff
@@ -0,0 +1,19 @@
+--- tzdata.orig/southamerica	2009-10-16 13:23:49.0 +
 tzdata/southamerica	2009-10-16 13:24:14.0 +
+@@ -215,9 +215,14 @@
+ # http://www.jujuy.gov.ar/index2/partes_prensa/18_10_08/235-181008.doc
+ # /a
+ 
++# Margarita Manterola:
++# Same as always, Argentina's government just decided to change its mind
++# regarding DST, 2 days in advance.
++# http://www.lanacion.com.ar/nota.asp?nota_id=1186963pid=7542694toi=6275
++
+ Rule	Arg	2007	only	-	Dec	30	0:00	1:00	S
+-Rule	Arg	2008	max	-	Mar	Sun=15	0:00	0	-
+-Rule	Arg	2008	max	-	Oct	Sun=15	0:00	1:00	S
++Rule	Arg	2008	2009	-	Mar	Sun=15	0:00	0	-
++Rule	Arg	2008	only	-	Oct	Sun=15	0:00	1:00	S
+  
+ # From Mariano Absatz (2004-05-21):
+ # Today it was officially published that the Province of Mendoza is changing
---End Message---
---BeginMessage---
Source: tzdata
Source-Version: 2009o-0etch1

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

tzdata_2009o-0etch1.diff.gz
  to pool/volatile/main/t/tzdata/tzdata_2009o-0etch1.diff.gz
tzdata_2009o-0etch1.dsc
  to pool/volatile/main/t/tzdata/tzdata_2009o-0etch1.dsc
tzdata_2009o-0etch1_all.deb
  to pool/volatile/main/t/tzdata/tzdata_2009o-0etch1_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 551...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

volatile.debian.org distribution maintenance software
pp.
Clint Adams sch...@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...@volatile.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.7
Date: Mon, 19 Oct 2009 12:19:24 -0700
Source: tzdata
Binary: tzdata
Architecture: source all
Version: 2009o-0etch1
Distribution: oldstable
Urgency: low
Maintainer: GNU Libc Maintainers debian-glibc@lists.debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 

tzdata_2009o-0etch1_all.changes REJECTED

2009-10-19 Thread Archive Administrator

Mapping oldstable to oldstable-proposed-updates.
Rejected: tzdata_2009o-0etch1_all.deb: old version (2009l-0lenny1) in stable = 
new version (2009o-0etch1) targeted at oldstable-proposed-updates.
Rejected: tzdata_2009o-0etch1_all.deb: old version (2009n-1) in testing = new 
version (2009o-0etch1) targeted at oldstable-proposed-updates.
Rejected: tzdata_2009o-0etch1_all.deb: old version (2009n-2) in unstable = new 
version (2009o-0etch1) targeted at oldstable-proposed-updates.
Rejected: tzdata_2009o-0etch1.dsc: old version (2009l-0lenny1) in stable = new 
version (2009o-0etch1) targeted at oldstable-proposed-updates.
Rejected: tzdata_2009o-0etch1.dsc: old version (2009n-1) in testing = new 
version (2009o-0etch1) targeted at oldstable-proposed-updates.
Rejected: tzdata_2009o-0etch1.dsc: old version (2009n-2) in unstable = new 
version (2009o-0etch1) targeted at oldstable-proposed-updates.


===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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



tzdata override disparity

2009-10-19 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

tzdata_2009o-0etch1_all.deb: package says section is libs, override says 
volatile/main/libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
volatile.debian.org distribution maintenance software

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


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



tzdata_2009o-0etch1_all.changes ACCEPTED

2009-10-19 Thread Debian Installer
Mapping oldstable to etch-proposed.

Accepted:
tzdata_2009o-0etch1.diff.gz
  to pool/volatile/main/t/tzdata/tzdata_2009o-0etch1.diff.gz
tzdata_2009o-0etch1.dsc
  to pool/volatile/main/t/tzdata/tzdata_2009o-0etch1.dsc
tzdata_2009o-0etch1_all.deb
  to pool/volatile/main/t/tzdata/tzdata_2009o-0etch1_all.deb


Override entries for your package:
tzdata_2009o-0etch1.dsc - required volatile/main/libs
tzdata_2009o-0etch1_all.deb - required volatile/main/libs

Announcing to _uplo...@packages.qa.debian.org
Closing bugs: 551195 


Thank you for your contribution to volatile.debian.org.


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



r3886 - in tzdata/branches/glibc-branch-etch/debian: . patches

2009-10-19 Thread Clint Adams
Author: schizo
Date: 2009-10-20 00:30:24 + (Tue, 20 Oct 2009)
New Revision: 3886

Added:
   tzdata/branches/glibc-branch-etch/debian/patches/argentinas-dst-2009.diff
Removed:
   tzdata/branches/glibc-branch-etch/debian/files
Modified:
   tzdata/branches/glibc-branch-etch/debian/changelog
   tzdata/branches/glibc-branch-etch/debian/control
   tzdata/branches/glibc-branch-etch/debian/install
   tzdata/branches/glibc-branch-etch/debian/patches/quiltrc
   tzdata/branches/glibc-branch-etch/debian/patches/series
   tzdata/branches/glibc-branch-etch/debian/rules
Log:
2009o-0etch1

Modified: tzdata/branches/glibc-branch-etch/debian/changelog
===
--- tzdata/branches/glibc-branch-etch/debian/changelog  2009-10-19 17:04:16 UTC 
(rev 3885)
+++ tzdata/branches/glibc-branch-etch/debian/changelog  2009-10-20 00:30:24 UTC 
(rev 3886)
@@ -1,6 +1,15 @@
+tzdata (2009o-0etch1) oldstable; urgency=low
+
+  * New upstream release.
+  * Rework rules to stop using tarball-in-tarball.
+  * debian/patches/argentinas-dst-2009.diff: patch from Margarita
+Manterola to fix Argentina DST again.  closes: #551195.
+
+ -- Clint Adams sch...@debian.org  Mon, 19 Oct 2009 12:19:24 -0700
+
 tzdata (2009l-0etch1) oldstable; urgency=low
 
-  * New upstream release. 
+  * New upstream release.
 - Updates Cairo DST for Ramadan.  closes: #543139.
 
  -- Clint Adams sch...@debian.org  Sat, 22 Aug 2009 17:51:09 -0400
@@ -14,7 +23,7 @@
 
 tzdata (2008e-1etch2) stable; urgency=low
 
-  * Fix Argentinian timezone wrt DST.  Closes: #501169 
+  * Fix Argentinian timezone wrt DST.  Closes: #501169
 
  -- Aurelien Jarno aure...@debian.org  Mon, 06 Oct 2008 13:48:00 +0200
 
@@ -75,7 +84,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 aure...@debian.org  Thu,  1 Feb 2007 18:39:05 +0100
 
@@ -96,21 +105,21 @@
 tzdata (2006n-1) unstable; urgency=low
 
   [ Aurelien Jarno ]
-  * New upstream release. 
+  * New upstream release.
 
  -- Aurelien Jarno aure...@debian.org  Sat, 21 Oct 2006 22:51:50 +0200
 
 tzdata (2006m-1) unstable; urgency=low
 
   [ Aurelien Jarno ]
-  * New upstream release. 
+  * New upstream release.
 
  -- Aurelien Jarno aure...@debian.org  Sun,  8 Oct 2006 19:39:42 +0200
 
 tzdata (2006l-1) unstable; urgency=low
 
   [ Denis Barbier ]
-  * New upstream release. 
+  * New upstream release.
   * debian/rules: Use debian/patches/quiltrc for quilt global settings.
 
  -- Denis Barbier barb...@debian.org  Tue, 19 Sep 2006 22:26:27 +0200
@@ -118,7 +127,7 @@
 tzdata (2006k-1) unstable; urgency=low
 
   [ Aurelien Jarno ]
-  * New upstream release. 
+  * New upstream release.
 
  -- Aurelien Jarno aure...@debian.org  Tue, 29 Aug 2006 22:53:57 +0200
 

Modified: tzdata/branches/glibc-branch-etch/debian/control
===
--- tzdata/branches/glibc-branch-etch/debian/control2009-10-19 17:04:16 UTC 
(rev 3885)
+++ tzdata/branches/glibc-branch-etch/debian/control2009-10-20 00:30:24 UTC 
(rev 3886)
@@ -1,6 +1,5 @@
 Source: tzdata
 Section: libs
-Essential: yes
 Priority: required
 Build-Depends: debhelper (= 4.0.0)
 Build-Depends-Indep: quilt

Deleted: tzdata/branches/glibc-branch-etch/debian/files
===
--- tzdata/branches/glibc-branch-etch/debian/files  2009-10-19 17:04:16 UTC 
(rev 3885)
+++ tzdata/branches/glibc-branch-etch/debian/files  2009-10-20 00:30:24 UTC 
(rev 3886)
@@ -1 +0,0 @@
-tzdata_2007f-1etch1_all.deb libs required

Modified: tzdata/branches/glibc-branch-etch/debian/install
===
--- tzdata/branches/glibc-branch-etch/debian/install2009-10-19 17:04:16 UTC 
(rev 3885)
+++ tzdata/branches/glibc-branch-etch/debian/install2009-10-20 00:30:24 UTC 
(rev 3886)
@@ -1,3 +1,3 @@
 tzgen/* usr/share/zoneinfo/
-tzsource/iso3166.tab usr/share/zoneinfo/
-tzsource/zone.tab usr/share/zoneinfo/
+iso3166.tab usr/share/zoneinfo/
+zone.tab usr/share/zoneinfo/

Added: tzdata/branches/glibc-branch-etch/debian/patches/argentinas-dst-2009.diff
===
--- tzdata/branches/glibc-branch-etch/debian/patches/argentinas-dst-2009.diff   
(rev 0)
+++ tzdata/branches/glibc-branch-etch/debian/patches/argentinas-dst-2009.diff   
2009-10-20 00:30:24 UTC (rev 3886)
@@ -0,0 +1,19 @@
+--- tzdata.orig/southamerica   2009-10-16 13:23:49.0 +
 tzdata/southamerica2009-10-16 13:24:14.0 +
+@@ -215,9 +215,14 @@
+ # http://www.jujuy.gov.ar/index2/partes_prensa/18_10_08/235-181008.doc
+ # /a
+ 
++# Margarita Manterola:
++# Same as always, Argentina's government just decided to change its mind
++# regarding DST, 2 days in 

Processed: tagging 551195

2009-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 551195 + pending
Bug #551195 {Done: Clint Adams sch...@debian.org} [tzdata] tzdata: Argentina 
just decided not to move to DST this Sunday :-\
Added tag(s) 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 debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org