Your message dated Wed, 01 Aug 2007 10:17:05 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#428590: fixed in mksh 30.1-1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: mksh Version: 29.6-1 Severity: wishlist Tags: patch l10n Please find the updated German debconf translation for mksh attached. Please place this file in debian/po/ as de.po for your next upload. 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# German translation of mksh templates # Helge Kreutzmann <[EMAIL PROTECTED]>, 2006, 2007. # This file is distributed under the same license as the mksh package. # msgid "" msgstr "" "Project-Id-Version: mksh 29.6-1\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" "POT-Creation-Date: 2007-06-07 04:32+0200\n" "PO-Revision-Date: 2007-06-11 21:10+0200\n" "Last-Translator: Helge Kreutzmann <[EMAIL PROTECTED]>\n" "Language-Team: German <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../mksh.templates:1001 msgid "Install mksh as /bin/sh?" msgstr "Mksh als /bin/sh installieren?" #. Type: boolean #. Description #: ../mksh.templates:1001 msgid "" "Bash is the default /bin/sh on a Debian system. However, since the Debian " "policy requires all shell scripts using /bin/sh to be POSIX compliant, any " "shell that conforms to POSIX can serve as /bin/sh. Since mksh is POSIX " "compliant, it can be used as /bin/sh. You may wish to do this because mksh " "is faster and smaller than bash." msgstr "" "Bash ist die Standard-Shell (/bin/sh) auf einem Debian-System. Da die Debian-" "Richtlinien allerdings von allen Shellskripten, die /bin/sh benutzen, POSIX-" "Kompatibilität verlangen, kann für /bin/sh jede POSIX-kompatible Shell " "benutzt werden. Da Mksh POSIX-kompatibel ist, kann sie daher als /bin/sh " "verwendet werden. Eventuell wollen Sie Mksh verwenden, da Mksh schneller und " "kleiner als Bash ist." #. Type: error #. Description #: ../mksh.templates:2001 msgid "Cannot install mksh as /bin/sh!" msgstr "Kann Mksh nicht als /bin/sh installieren!" #. Type: error #. Description #: ../mksh.templates:2001 msgid "" "Because dash has already been configured to be installed as /bin/sh, mksh " "cannot be installed as /bin/sh. Use \"dpkg-reconfigure dash\" to change dash " "to not install as /bin/sh, then \"dpkg-reconfigure mksh\" to install mksh " "there." msgstr "" "Da in der Dash-Konfiguration festgelegt wurde, dass Dash als /bin/sh " "installiert werden soll, kann Mksh nicht auch noch als /bin/sh installiert " "werden. Verwenden Sie »dpkg-reconfigure dash«, um die Dash-Konfiguration zu " "ändern, so dass es nicht als /bin/sh installiert ist. Danach verwenden Sie " "»dpkg-reconfigure mksh«, um Mksh dort zu installieren."
--- End Message ---
--- Begin Message ---Source: mksh Source-Version: 30.1-1 We believe that the bug you reported is fixed in the latest version of mksh, which is due to be installed in the Debian FTP archive: mksh_30.1-1.diff.gz to pool/main/m/mksh/mksh_30.1-1.diff.gz mksh_30.1-1.dsc to pool/main/m/mksh/mksh_30.1-1.dsc mksh_30.1-1_i386.deb to pool/main/m/mksh/mksh_30.1-1_i386.deb mksh_30.1.orig.tar.gz to pool/main/m/mksh/mksh_30.1.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thorsten Glaser <[EMAIL PROTECTED]> (supplier of updated mksh 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: SHA1 Format: 1.7 Date: Thu, 26 Jul 2007 20:25:02 +0000 Source: mksh Binary: mksh Architecture: source i386 Version: 30.1-1 Distribution: unstable Urgency: low Maintainer: Thorsten Glaser <[EMAIL PROTECTED]> Changed-By: Thorsten Glaser <[EMAIL PROTECTED]> Description: mksh - enhanced version of the Korn shell Closes: 428590 Changes: mksh (30.1-1) unstable; urgency=low . * New upstream major release (R30); summary of changes: - Build on and for Solaris, Linux and MirBSD with Sun's C compiler - No longer build a statically linked shell by default; do not try, do not provide any means; user has to use LDFLAGS instead. - Remove some probably dead mirtoconf checks - Remove commented out -fwhole-program --combine check and still active -fno-tree-vrp bug workaround thing, the latter because the bug seems to only appear for functions that also exist as a builtin (which was declared with the nonnull attribute) - Fix a long-standing typo, 10x [EMAIL PROTECTED] - Prefer more common signal names (SIGCHLD) over uncommon ones (SIGCLD) - Quieten gcc and support SUNpro 5.8 on Solaris 10 on sparc64 - Optimise signal handling and detection; enable compilers whose præprocessor doesn't have -dD to generate list of signals - Optimise mirtoconf meta-checks for persistent history etc. - Fix a bug preventing manual page generation on Solaris - Add support for the Intel® C Compiler and quieten it a little; fix a few minor buglets (mostly type conversion) its too verbose warnings show, as well as some errno ab-/mis-use - Remove support for honouring the CPP environment variable; $CC -E - is simply used instead in the places where $CPP was used previously, because that was used in other places already, and to prevent it from behaving differently from the $CC used - If a file called arc4random.c is lying around in the source directory at mirtoconf time, scan for <sys/sysctl.h> and use the file if arc4random(3) isn't found otherwise. From Debian GNU/kFreeBSD. - If the basename of argv[0] starts with âshâ, activate FPOSIX early, preventing some typical ksh aliases from being defined - If FPOSIX, don't pre-define aliases (except integer and local) to benefit operating environments that never heard of the great Korn Shell⦠- #if defined(MKSH_SMALL) || defined(MKSH_NOVI) disable the vi editing mode - Don't try to execute ELF, a.out, COFF, gzip or MZ binaries - Can be built on HP-UX (PA-RISC and IA64) with gcc or HP C/aC++ - Support x=(a b c) bash-like array initialisation - Support ${foo:2:3} bash-like substring expansion - Many mirtoconf improvements, fixes; speed-up; better portability - Enable compilation using Microsoft C/C++ Standard Compiler - Add UWIN build target using various compilers with the cc wrapper - Fix struct padding mistakes uncovered by the Microsoft compiler - Fix double initialisation / unused value assignment errors unveiled by Borland C++ Builder 5.5 - Fix superfluous code detected by gcc 4.2 - Fix large file support for OSes that require CPPFLAGS contains -D_FILE_OFFSET_BITS=64 â it was detected but not actually used in the build; thanks to hondza for the problem report! - Give the lexer a bigger state stack if !MKSH_SMALL - Prepare for addition of make(1)-style search/replace operations; correct the code for other substitution expansion operations - Default $CC to cc not gcc, this is no non-unix-ware ⺠- Support AIX with gcc and xlC; clean up code to warning-free - Prefer well-known signal names to alphabetically earlier ones - Fix a bug delivering ERR and EXIT pseudo-signals to traps combined with âset -eâ, thanks Clint Pachl and Otto Moerbeek for the hint * Update German translation, Closes: #428590 (still pending resolution of the dash-as-/bin/sh and debconf common field issue described in http://thread.gmane.org/gmane.linux.debian.devel.release/17423 so please do not submit new translations until that issue is resolved) * Reflect changes in the description in debian/control Files: 5765486b8d7abc00ba807b1ed339c9c9 568 shells optional mksh_30.1-1.dsc 1fd63ec745efecc7b03282635a5d16ce 246929 shells optional mksh_30.1.orig.tar.gz 6d28c8dc4b4e780354b12431769289d0 21694 shells optional mksh_30.1-1.diff.gz c2579cfa542925093a67704cbec0e039 169872 shells optional mksh_30.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iEYEARECAAYFAkawWqUACgkQLkAIIn9ODhEoWQCglCQAW9QQoFfaXnik4T0tHROn 7O4AoLMxfbJOJCYAoceFJVilwrQkBv6o =1JuU -----END PGP SIGNATURE-----
--- End Message ---

