[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted glibc 2.3.5-2 (i386 source all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 21 Apr 2005 16:52:36 +0900
Source: glibc
Binary: libc6-i686 libc6-dev-ppc64 libc0.3-pic glibc-doc libc1-udeb libc0.3 libc6.1-dev libc1-pic libc6-s390x libnss-files-udeb libc1-dbg libc6-dev-sparc64 libc0.3-dev libc6-udeb libc6-dbg libc6.1-pic libc6-dev libc0.3-prof libc6-sparcv9 libc6.1-prof libc1 locales libc6-pic libc0.3-udeb libc1-prof libc6-ppc64 libc0.3-dbg libc6-prof libc6 libc6-sparcv9b libc6.1-udeb libc6.1-dbg nscd libc6-sparc64 libnss-dns-udeb libc6.1 libc1-dev libc6-dev-s390x
Architecture: source i386 all
Version: 2.3.5-2
Distribution: experimental
Urgency: low
Maintainer: GOTO Masanori <gotom@debian.org>
Changed-By: GOTO Masanori <gotom@debian.org>
Description: 
 glibc-doc  - GNU C Library: Documentation
 libc6      - GNU C Library: Shared libraries and Timezone data
 libc6-dbg  - GNU C Library: Libraries with debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-i686 - GNU C Library: Shared libraries [i686 optimized]
 libc6-pic  - GNU C Library: PIC archive library
 libc6-prof - GNU C Library: Profiling Libraries
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libnss-dns-udeb - GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - GNU C Library: NSS helper for files - udeb (udeb)
 locales    - GNU C Library: National Language (locale) data [support]
 nscd       - GNU C Library: Name Service Cache Daemon
Closes: 144670 185991 258647 280030 298784 304963 305400 305662 305666 309618 311793 313404 314084 315198 315347 315793
Changes: 
 glibc (2.3.5-2) experimental; urgency=low
 .
   * Debconf5 release.
 .
   * GOTO Masanori <gotom@debian.org>
 .
     * Merge glibc-2.3.4 branch to the main trunk for etch development.
 .
     * These dpatches are removed from debian/patches because the similar
       patches are already applied in the latest version:
       - debian/patches/rtld-vdso-assertion.dpatch
       - debian/patches/glibc232-sigsetjmp.dpatch
       - debian/patches/hurd-weak-aliases.dpatch
       - debian/patches/sched-update.dpatch
       - debian/patches/glibc232-pthread-cancellation.dpatch
       - debian/patches/glibc232-clock_settime.dpatch
 .
     * The New dpkg-architecture changes:
       - debian/rules: Replace DEB_HOST_BUILD_SYSTEM, use DEB_HOST_ARCH_OS.
         Reported by Arthur Marsh <arthur.marsh@internode.on.net>.
         (Closes: #315347, #315793)
       - debian/control.in/main: Bump up Build-Depends: dpkg-dev (>= 1.13.5).
       - debian/control: Updated.
       - debian/debhelper.in/libc.preinst: Replace "dpkg
         --print-installation-architecture", use "dpkg --print-architecture".
       - debian/debhlper.in/libc.postrm: Likewise.
       - debian/debhlper.in/libc.postinst: Likewise.
       - debian/sysdeps/depflags.pl: Change checks from i386 to i486.
         It also replaces -linux, use -linux-gnu.
 .
     * Default compiler moves from gcc-3.3 to gcc-4.0:
       - debian/rules: Use gcc-4.0 instead of gcc-3.3.  (Closes: #315198)
       - debian/control.in/main: Define Build-Depends: gcc-4.0.
       - debian/control: Updated.
       - debian/sysdeps/i386.mk: Replace depreciated "-mcpu", use "-mtune".
 .
     * These dpatches are added to make glibc-2.3.5 buidable with gcc-4.0:
       - debian/patches/glibc235-gcc4-cvs.dpatch: Fix some bad defintion of
         internal for all architectures.
       - debian/patches/glibc235-gcc4-elf.dpatch: Remove elf_machine_rel*
         definitions for all architectures.
       - debian/patches/glibc235-gcc4-jis0208.dpatch: Fix compilation breakage
         for all architectures.
       - debian/patches/glibc235-gcc4-wcstol_l.dpatch: Fix wcstol_l.c
         compilation breakage for all 64bit architectures.
       - debian/patches/glibc235-binutils216-ia64.dpatch: Fix _init/_fini was
         not defined within procedure with binutils 2.16 for ia64.
       - debian/patches/glibc235-gcc4-ia64-profile.dpatch: Fix compilation
         breakage by removing strong_alias for ia64.
       - debian/patches/glibc235-gcc4-ppc-procfs.dpatch: Fix ppc32 compilation
         breakage by removing __uint128_t use.  (Closes: #304963)
       - debian/patches/glibc235-gcc4-arm-inline.dpatch: Fix arm compilation
         breakage by changing static inline to auto inline for dl-machine.h.
       - debian/patches/glibc235-gcc4-sparc-inline.dpatch: Fix sparc compilation
         breakage by changing static inline to auto inline for dl-machine.h.
       - debian/patches/glibc235-gcc4-sparc-mv8.dpatch: Fix obsolete gcc option
         to replace newer standard one.
       - debian/patches/glibc235-gcc4-mips-inline.dpatch: Fix mips compilation
         breakage by changing static inline to auto inline for dl-machine.h.
       - debian/patches/glibc235-gcc4-mips-sysdeps.dpatch: Fix mips compilation
         breakage by changing large syscall arguments handling.
 .
     * Move /etc/locale.alias to /usr/share/locale/locale.alias.
       Don't install locale.alias.5.  (Closes: #144670, #185991, #298784)
       - debian/local/usr_sbin/locale-gen: Use /usr/share/locale/locale.alias
         instead of /etc/locale.alias.
       - debian/local/manpages/locale-gen.8: Delete reference to
         locale.alias.5.
       - debian/local/manpages/locale.gen.5: Likewise.
       - debian/debhelper.in/locales.links: Remove file, don't link to /etc.
       - debian/debhelper.in/locales.install: Install locale.alias under
         /usr/share/locale, not /etc/.
       - debian/debhelper.in/locales.manpages: Don't install locale.alias.5
 .
     * Add documents:
       - debian/debhelper.in/libc.docs: Add CONFORMANCE and NAMESPACE.
 .
     * Fix messages to add a patience message.  (Closes: #305400)
       - debian/local/usr_sbin/locale-gen
 .
     * Move sprof from libc-prof to libc-dev.  (Closes: #280030)
       - debian/sysdeps/depflags.pl: Add Replaces: libc-dev (<< 2.3.5-2).
       - debian/debhelper.in/libc-prof.install: Remove sprof install.
       - debian/debhelper.in/libc-dev.install: Install sprof moved from -prof.
       - debian/debhelper.in/libc-dev.install.hurd-i386: Likewise.
       - debian/debhelper.in/libc-dev.manpages: Add sprof.1 install.
       - debian/debhelper.in/libc-prof.manpages: Remove file, don't install
         sprof.1.
 .
     * Remove Depends: lib64gcc1 from libc6-sparc64.  (Closes: #258647)
       - debian/control.in/sparc64: Delete Depends: lib64gcc1.
       - debian/control: Likewise.
 .
     * Small change for libc6 upgrade problem.
       - debian/debhelper.in/libc.postrm: Add plain messages and clean up.
 .
     * Add conflicts to old initrd-tools for avoiding new glibc 2.3.4/5 ldd
       blocks to generate initrd images.  Suggested by Goswin von Brederlow
       <brederlo@informatik.uni-tuebingen.de>.
       - debian/sysdeps/depflags.pl: Add conflicts initrd-tools (<< 0.1.79).
 .
     * Add support PowerPC64, based on patches and suggestions by Bastian Blank
       <waldi@debian.org> and Jeff Bailey <jbailey@ubuntu.com>:
       - debian/control.in/main: Add Build-Depends: gcc-3.4 [powerpc] because
         powerpc porting does not support gcc-4.0 currently.
       - debian/control: Updated.
       - debian/rules.d/control.mk: Add ppc64.
       - debian/sysdeps/powerpc.mk: Added to support ppc64 target.
 .
     * debian/sysdeps/hppa.mk: Add /usr/hppa64-linux-gnu/include symlinks for
       dpkg-architecture changes.  Reported by Matthias Klose
       <doko@cs.tu-berlin.de>.  (Closes: #313404)
 .
     * A Costa <agcosta@gis.net>.  (Closes: #305662, #305666)
       - debian/local/manpages/tzconfig.8: Fixed typo.
       - debian/local/manpages/ldconfig.8: Likewise.
 .
     * Clytie Siddall <clytie@riverland.net.au>:
       - debian/po/vi.po: Add the Vietnamese translation for locales.
         (Closes: #309618, 311793)
 .
     * Jens Seidel <jensseidel@users.sf.net>:
       - debian/po/de.po: Fix typo.  (Closes: #314084)
Files: 
 633a7c7d9c79b47f0195ad700424dbf1 1683 libs required glibc_2.3.5-2.dsc
 932f49105a5ba44a5a05391aeae0e712 257477 libs required glibc_2.3.5-2.diff.gz
 bb11c9e6628cebb7490d68702ffaaa96 2360330 doc optional glibc-doc_2.3.5-2_all.deb
 31b6d53220ef47e9a024aa566bd69ad9 4049504 base standard locales_2.3.5-2_all.deb
 0901f82a626064be1b74967482192c7f 4923128 base required libc6_2.3.5-2_i386.deb
 d5a6c5ed81ed3cbb2689917dbadef0d7 2672326 libdevel standard libc6-dev_2.3.5-2_i386.deb
 5b881ad54961c0fd029fbd852d9a9f32 1256512 libdevel extra libc6-prof_2.3.5-2_i386.deb
 f2752076b9be79d126e5d08c2fe2d685 1005532 libdevel optional libc6-pic_2.3.5-2_i386.deb
 13a8fdb1b9def342fd9b98e07852094b 1002714 libs extra libc6-i686_2.3.5-2_i386.deb
 6815250348edcd394a6f8c186a6f8f25 118230 admin optional nscd_2.3.5-2_i386.deb
 6f2c61c9250485cabbd24e04435d4b0b 5893774 libdevel extra libc6-dbg_2.3.5-2_i386.deb
 d8bc6d566ce7ab5a149a7cf87cb08855 702880 debian-installer extra libc6-udeb_2.3.5-2_i386.udeb
 6741e451d3e8169f0c13be4f8b7de96d 8274 debian-installer extra libnss-dns-udeb_2.3.5-2_i386.udeb
 c5d9ac3fcec9481d1d583fa7e5bd89b9 14856 debian-installer extra libnss-files-udeb_2.3.5-2_i386.udeb
package-type: udeb

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

iD8DBQFC2jaiqIqasIZIJsMRAiqVAKCRvTbkjtS1mmFZndZ/nfUZaaMF9gCglaXH
RCYymNicPJhV5gCXzDoaQ0o=
=9rGI
-----END PGP SIGNATURE-----


Accepted:
glibc-doc_2.3.5-2_all.deb
  to pool/main/g/glibc/glibc-doc_2.3.5-2_all.deb
glibc_2.3.5-2.diff.gz
  to pool/main/g/glibc/glibc_2.3.5-2.diff.gz
glibc_2.3.5-2.dsc
  to pool/main/g/glibc/glibc_2.3.5-2.dsc
libc6-dbg_2.3.5-2_i386.deb
  to pool/main/g/glibc/libc6-dbg_2.3.5-2_i386.deb
libc6-dev_2.3.5-2_i386.deb
  to pool/main/g/glibc/libc6-dev_2.3.5-2_i386.deb
libc6-i686_2.3.5-2_i386.deb
  to pool/main/g/glibc/libc6-i686_2.3.5-2_i386.deb
libc6-pic_2.3.5-2_i386.deb
  to pool/main/g/glibc/libc6-pic_2.3.5-2_i386.deb
libc6-prof_2.3.5-2_i386.deb
  to pool/main/g/glibc/libc6-prof_2.3.5-2_i386.deb
libc6-udeb_2.3.5-2_i386.udeb
  to pool/main/g/glibc/libc6-udeb_2.3.5-2_i386.udeb
libc6_2.3.5-2_i386.deb
  to pool/main/g/glibc/libc6_2.3.5-2_i386.deb
libnss-dns-udeb_2.3.5-2_i386.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.3.5-2_i386.udeb
libnss-files-udeb_2.3.5-2_i386.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.3.5-2_i386.udeb
locales_2.3.5-2_all.deb
  to pool/main/g/glibc/locales_2.3.5-2_all.deb
nscd_2.3.5-2_i386.deb
  to pool/main/g/glibc/nscd_2.3.5-2_i386.deb



Reply to: