Your message dated Sat, 29 Dec 2018 10:19:42 +0000 with message-id <[email protected]> and subject line Bug#877434: fixed in glibc 2.28-4 has caused the Debian Bug report #877434, regarding glibc: [INTL:de] updated German man page translation 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 [email protected] immediately.) -- 877434: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877434 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: glibc Version: 2.24-17 Severity: wishlist Tags: patch l10n Please find the updated German man page translation for glibc attached. If you update your template, please use 'msgfmt --statistics <pofile.po>' to check the po-files for fuzzy or untranslated strings. If there are such strings, please contact me so I can update the German translation. Greetings Helge# base-config manual page # Copyright (C) 2005 Free Software Foundation, Inc. # Jens Seidel <[email protected]>, 2005. # Helge Kreutzmann <[email protected]>, 2013, 2017. # msgid "" msgstr "" "Project-Id-Version: eglibc 2.24-17\n" "POT-Creation-Date: 2014-10-21 15:29+0200\n" "PO-Revision-Date: 2017-10-01 20:46+0200\n" "Last-Translator: Helge Kreutzmann <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" # type: TH #. type: TH #: validlocale.8:1 #, no-wrap msgid "validlocale" msgstr "validlocale" # type: TH #. type: TH #: validlocale.8:1 #, no-wrap msgid "0.1" msgstr "0.1" # type: TH #. type: TH #: validlocale.8:1 #, no-wrap msgid "Petter Reinholdtsen" msgstr "Petter Reinholdtsen" # type: SH #. type: SH #: validlocale.8:2 #, no-wrap msgid "NAME" msgstr "NAME" # type: Plain text #. type: Plain text #: validlocale.8:5 msgid "validlocale - Test if a given locale is available" msgstr "validlocale - Prüfen, ob eine übergebene Locale verfügbar ist" # type: SH #. type: SH #: validlocale.8:5 #, no-wrap msgid "SYNTAX" msgstr "SYNTAX" # type: Plain text #. type: Plain text #: validlocale.8:8 msgid "validlocale E<lt>I<locale>E<gt>" msgstr "validlocale E<lt>I<Locale>E<gt>" # type: SH #. type: SH #: validlocale.8:8 #, no-wrap msgid "DESCRIPTION" msgstr "BESCHREIBUNG" # type: Plain text #. type: Plain text #: validlocale.8:13 msgid "" "Test if the locale given as argument is a valid locale. If it isn't, print " "on stdout the string to add to /etc/locale.gen to make locale-gen generate " "the locale (if it exists at all)." msgstr "" "Überprüft, ob eine als Argument übergebene Locale gültig ist. Falls sie es " "nicht ist, wird auf der Standardausgabe die Zeichenkette angegeben, die zu /" "etc/locale.gen hinzugefügt werden muss, damit locale-gen die Locale (falls " "sie überhaupt existiert) erstellt." # type: SH #. type: SH #: validlocale.8:13 #, no-wrap msgid "FILES" msgstr "DATEIEN" # type: Plain text #. type: Plain text #: validlocale.8:16 msgid "I</usr/sbin/validlocale>" msgstr "I</usr/sbin/validlocale>" # type: Plain text #. type: Plain text #: validlocale.8:18 msgid "I</usr/share/i18n/SUPPORTED>" msgstr "I</usr/share/i18n/SUPPORTED>" # type: SH #. type: SH #: validlocale.8:18 #, no-wrap msgid "ENVIRONMENT VARIABLES" msgstr "UMGEBUNGSVARIABLEN" # type: TP #. type: TP #: validlocale.8:20 #, no-wrap msgid "B<DEFAULTCHARSET>" msgstr "B<DEFAULTCHARSET>" # type: Plain text #. type: Plain text #: validlocale.8:24 msgid "" "Which charset to assume if the given locale is missing from the list of " "supported locales." msgstr "" "welcher Zeichensatz angenommen werden soll, falls eine übergebene Locale " "nicht in der Liste der unterstützten Locale enthalten ist" # type: SH #. type: SH #: validlocale.8:24 #, no-wrap msgid "EXAMPLES" msgstr "BEISPIELE" # type: Plain text #. type: Plain text #: validlocale.8:28 msgid "" "If you give a valid locale as parameter, it outputs a string specifying this " "on stderr:" msgstr "" "Falls Sie eine gültige Locale als Parameter übergeben, wird auf der " "Standardfehlerausgabe eine Zeichenkette ausgegeben, die diese angibt:" # type: Plain text #. type: Plain text #: validlocale.8:31 msgid "% validlocale C" msgstr "% validlocale C" # type: Plain text #. type: Plain text #: validlocale.8:33 msgid "locale 'C' valid and available" msgstr "locale 'C' valid and available" # type: Plain text # s/invalid/invalid Locale/ #. type: Plain text #: validlocale.8:37 msgid "" "When given a invalid (not generated or just nonexistent), it outputs a " "string on stderr telling that this is an invalid locale, and a string to " "stdout with the string to add to /etc/locale.gen to have this locale " "generated:" msgstr "" "Wenn eine ungültige (nicht erstellte oder einfach nicht existierende) Locale " "übergeben wird, wird es eine Zeichenkette auf der Standardfehlerausgabe " "ausgeben, die dies mitteilt und eine Zeichenkette auf die Standardausgabe, " "der zu /etc/locale.gen hinzugefügt werden muss, damit die Locale erstellt " "wird:" # type: Plain text #. type: Plain text #: validlocale.8:40 msgid "% validlocale de_AU@euro" msgstr "% validlocale de_AU@euro" # type: Plain text #. type: Plain text #: validlocale.8:42 msgid "locale 'de_AU@euro' not available" msgstr "locale 'de_AU@euro' not available" # type: Plain text #. type: Plain text #: validlocale.8:44 msgid "de_AU@euro ISO-8859-15" msgstr "de_AU@euro ISO-8859-15" # type: SH #. type: SH #: validlocale.8:44 #, no-wrap msgid "AUTHORS" msgstr "AUTOREN" # type: Plain text #. type: Plain text #: validlocale.8:47 msgid "Petter Reinholdtsen E<lt>[email protected]<gt>" msgstr "Petter Reinholdtsen E<lt>[email protected]<gt>" # type: SH #. type: SH #: validlocale.8:47 #, no-wrap msgid "SEE ALSO" msgstr "SIEHE AUCH" # FIXME: Falsche Reihenfolge # type: Plain text #. type: Plain text #: validlocale.8:49 msgid "locale-gen(8), localedef(1), locale(1)" msgstr "locale-gen(8), localedef(1), locale(1)" # type: TH #~ msgid "BASE-CONFIG" #~ msgstr "BASE-CONFIG" # type: Plain text #~ msgid "base-config - Debian base system configuration" #~ msgstr "base-config - Debian-Basissystemkonfiguration" # type: SH #~ msgid "SYNOPSIS" #~ msgstr "ÜBERSICHT" # type: Plain text #~ msgid "B<base-config [new]>" #~ msgstr "B<base-config [new]>" # type: Plain text #~ msgid "" #~ "B<base-config> is the program that was run when you first rebooted into " #~ "your newly installed debian system. It walks you through setting up the " #~ "system and downloading additional software, and so forth. The program can " #~ "be run at any later date to walk you through essentially the same process " #~ "again." #~ msgstr "" #~ "B<base-config> ist das Programm, das lief, als Sie das erste Mal Ihr neu " #~ "installiertes Debian-System starteten. Es führt Sie durch die Einrichtung " #~ "des Systems, das Herunterladen zusätzlicher Software und so weiter. Das " #~ "Programm kann zu jedem späteren Zeitpunkt erneut gestartet werden, um " #~ "erneut durch den selben Prozess zu führen." # type: SH #~ msgid "IMPLEMENTATION" #~ msgstr "IMPLEMENTIERUNG" # type: Plain text #~ msgid "" #~ "B<base-config> generates a menu of choices from the contents of B</usr/" #~ "lib/base-config/>, and from debconf templates." #~ msgstr "" #~ "B<base-config> erzeugt ein Auswahlmenü aus dem Inhalt von B</usr/lib/base-" #~ "config/> und von Debconf-Vorlagen." # type: SH #~ msgid "AUTHOR" #~ msgstr "AUTOR" # type: Plain text #~ msgid "Joey Hess E<lt>[email protected]<gt>" #~ msgstr "Joey Hess E<lt>[email protected]<gt>" # type: SH #~ msgid "OPTIONS" #~ msgstr "OPTIONEN" # type: TH #~ msgid "APT-SETUP" #~ msgstr "APT-SETUP" # type: Plain text #~ msgid "B<apt-setup [probe] [-N]>" #~ msgstr "B<apt-setup [probe] [-N]>" # type: TP #~ msgid "I<probe>" #~ msgstr "I<probe>" # type: TP #~ msgid "I<-N>" #~ msgstr "I<-N>" # type: Plain text #~ msgid "Joey Hess E<lt>[email protected]<gt>" #~ msgstr "Joey Hess E<lt>[email protected]<gt>" # type: TH #~ msgid "TZSETUP" #~ msgstr "APT-SETUP" # type: SH #~ msgid "DERIVATION" #~ msgstr "BESCHREIBUNG"
--- End Message ---
--- Begin Message ---Source: glibc Source-Version: 2.28-4 We believe that the bug you reported is fixed in the latest version of glibc, which is due to be installed in the Debian FTP archive. 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Aurelien Jarno <[email protected]> (supplier of updated glibc 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 29 Dec 2018 11:04:27 +0100 Source: glibc Binary: libc-bin libc-dev-bin libc-l10n glibc-doc glibc-source locales locales-all nscd multiarch-support libc6 libc6-dev libc6-dbg libc6-pic libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev libc0.3-dbg libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev libc0.1-dbg libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc libc6-dev-sparc libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mips32 libc6-dev-mips32 libc6-mipsn32 libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-x32 libc6-dev-x32 libc6-xen libc0.3-xen libc6.1-alphaev67 Architecture: source Version: 2.28-4 Distribution: unstable Urgency: medium Maintainer: GNU Libc Maintainers <[email protected]> Changed-By: Aurelien Jarno <[email protected]> Description: glibc-doc - GNU C Library: Documentation glibc-source - GNU C Library: sources libc-bin - GNU C Library: Binaries libc-dev-bin - GNU C Library: Development binaries libc-l10n - GNU C Library: localization files libc0.1 - GNU C Library: Shared libraries libc0.1-dbg - GNU C Library: detached debugging symbols libc0.1-dev - GNU C Library: Development Libraries and Header Files libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64 libc0.1-pic - GNU C Library: PIC archive library libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb) libc0.3 - GNU C Library: Shared libraries libc0.3-dbg - GNU C Library: detached debugging symbols libc0.3-dev - GNU C Library: Development Libraries and Header Files libc0.3-pic - GNU C Library: PIC archive library libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb) libc0.3-xen - GNU C Library: Shared libraries [Xen version] libc6 - GNU C Library: Shared libraries libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64 libc6-dbg - GNU C Library: detached debugging symbols libc6-dev - GNU C Library: Development Libraries and Header Files libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64 libc6-dev-i386 - GNU C Library: 32-bit development libraries for AMD64 libc6-dev-mips32 - GNU C Library: o32 Development Libraries for MIPS libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for ppc64 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64 libc6-dev-s390 - GNU C Library: 32bit Development Libraries for IBM zSeries libc6-dev-sparc - GNU C Library: 32bit Development Libraries for SPARC libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC libc6-dev-x32 - GNU C Library: X32 ABI Development Libraries for AMD64 libc6-i386 - GNU C Library: 32-bit shared libraries for AMD64 libc6-mips32 - GNU C Library: o32 Shared libraries for MIPS libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64 libc6-pic - GNU C Library: PIC archive library libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64 libc6-s390 - GNU C Library: 32bit Shared libraries for IBM zSeries libc6-sparc - GNU C Library: 32bit Shared libraries for SPARC libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC libc6-udeb - GNU C Library: Shared libraries - udeb (udeb) libc6-x32 - GNU C Library: X32 ABI Shared libraries for AMD64 libc6-xen - GNU C Library: Shared libraries [Xen version] libc6.1 - GNU C Library: Shared libraries libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized) libc6.1-dbg - GNU C Library: detached debugging symbols libc6.1-dev - GNU C Library: Development Libraries and Header Files libc6.1-pic - GNU C Library: PIC archive library libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb) locales - GNU C Library: National Language (locale) data [support] locales-all - GNU C Library: Precompiled locale data multiarch-support - Transitional package to ensure multiarch compatibility nscd - GNU C Library: Name Service Cache Daemon Closes: 877434 916779 Changes: glibc (2.28-4) unstable; urgency=medium . [ Aurelien Jarno ] * debian/testsuite-xfail-debian.mk: whitelist math/test-fenv on riscv64. This failure is also due to a kernel bug. * debian/sysdeps/riscv64.mk: increase TIMEOUTFACTOR to 100 on riscv64. * debian/local/manpages/*: remove manpages that are not installed in the binary packages. * debian/local/manpages/po/de.po: update German manpages translations, by Helge Kreutzmann. Closes: #877434. * debian/patches/git-updates.diff: update from upstream stable branch: - debian/patches/any/submitted-sigaction-sa-restorer.diff: upstreamed. * debian/testsuite-xfail-debian.mk: whitelist tests that sometimes fail in a riscv64 QEMU VM, but not on a HiFive Unleashed board. * debian/patches/submitted-gcc-8-kernel-assisted-atomics.diff: fix kernel assisted atomics on armel with GCC 8. * debian/control.in/main, debian/sysdeps/armel.mk: build with GCC 8 on armel. * debian/patches/any/submitted-workaround-math-errno-gcc-bug.diff: workaround GCC bug BZ #88576 / Debian #917115 by not using -fmath-errno outside of libm. Closes: #916779. * debian/patches/riscv64/git-thread-debugging.diff: fix thread debugging in gdb on riscv64. . [ Samuel Thibault ] * debian/testsuite-xfail-debian.mk: whitelist failing new tests on hurd. * debian/patches/hurd-i386/git-fcntl64.diff: Fix 64bit implementation. * debian/patches/hurd-i386/tg-context_functions.diff: Update from topgit. * debian/patches/hurd-i386/tg-sysvshm.diff: Update from topgit. * debian/patches/hurd-i386/tg-magic-pid.diff: rename to git-magic-pid.diff. Checksums-Sha1: 99cd9208fabd2e2aa1a2cff850b5ec3d71afa56a 8872 glibc_2.28-4.dsc 36cfd7327eae5a03d7223b0a2168b562ff3ebce2 856972 glibc_2.28-4.debian.tar.xz d9fa8b5caf7fb9bab5251341e95d2e2fbae96a05 7330 glibc_2.28-4_source.buildinfo Checksums-Sha256: 72dce2a37d105558ca9ce2ab8f6f916fdddfe597660e550aac0c0ece2618f308 8872 glibc_2.28-4.dsc 8006c6e62cc3600aaaf32c7735c17279657710490c815c6b144cb4e919016d8f 856972 glibc_2.28-4.debian.tar.xz bc928596b82e5b40e088a8c81f72a7f687ef10ea8241a0297b50ac3ef845ad80 7330 glibc_2.28-4_source.buildinfo Files: dd403009ec34d24e583a62dfef505f90 8872 libs required glibc_2.28-4.dsc ae15a7c16f74a0f94ddba34fb3866544 856972 libs required glibc_2.28-4.debian.tar.xz 9bd9195589459eb6a4325a2eb907bcf7 7330 libs required glibc_2.28-4_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAlwnR1sACgkQE4jA+Jno M2u9Mg//Qer7zkEcldQnyjncFXxMzUT3ecFIcyHB5zba1GMCcwWWTfmlJ93KNQgD aahiWSPEuc3oDYtwMbsTFYxAfJMM71PixX5zGf+eut1PevTw6zy7oh5nCUA4ExOZ +fjjhcrNweJkoVvRTF8bbEm6xnhqStpSp73WFQ2SDF+hq+Cd+221GPMgNsocuqVh 9yvAJNvP+5yv/iPHvOmqMP6SkIa1TMB2gBrSlxXegD/RmzjcObfUCBHVOipCEYA0 ZO1dyMx0tXClg6+Wfyu/dl8eP4iUaB3kIJHgb1KuP171AgWbv+DZDraei+7k/I1K YGYt61zjoI8TLASRuL86Pj52mlB6Ydt/SbNoVvImRp6i8Up2zXaMGNM7gLuB+nL1 3nc7XQ0iaSLzRit8lT/6vrM6F+IllEKx/Iq0e0MLrv5FNZc+QBpCbS5Plxg9ioX+ iFhamSDYbhgBO+T8g1l/0tJXrklQX+Uu3j/VQfatZFhAwhaAe5fxBHmWJPmiIYM5 ezhKWZ2tYZUdX1tYz7AN9X0II3PKdyBavdP6XucfEy6kZMlqOJxMlNoeOGiflMsG aaZNObSW6PNr5RJQhuS73AINk56xDy52KkwecTX1SblsF4D72XGllmKDmQm91H75 eXW4KlkkExK31Hf0ppZTgblXknIQoZc1G/F3p0xZ0OKhBwJ7zyQ= =RDil -----END PGP SIGNATURE-----
--- End Message ---

