Your message dated Sun, 08 Oct 2006 03:32:11 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#388396: fixed in texinfo 4.8.dfsg.1-3 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: texinfo Version: 4.8.dfsg.1-2 Severity: normal Tags: patch The code to read a css file has an obvious bug: A css file: ============== @import url(foo); ============== will end up as ============== @mport url(foo); ============== The fix is easy: 2006-09-20 Werner Koch <[EMAIL PROTECTED]> * makeinfo/html.c (process_css_file): Fixed copying of @import --- texinfo-4.8.dfsg.1/makeinfo/html.c~ 2006-09-20 10:58:05.000000000 +0200 +++ texinfo-4.8.dfsg.1/makeinfo/html.c 2006-09-20 10:44:20.000000000 +0200 @@ -108,6 +108,7 @@ process_css_file (char *filename) if (nextchar == 'i' || nextchar == 'c') { append_char (import_text, c); + append_char (import_text, nextchar); state = import_state; } else Seems it has never been tested ;-) Shalom-Salam, Werner -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15.2 Locale: LANG=C, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages texinfo depends on: ii libc6 2.3.6-7 GNU C Library: Shared libraries texinfo recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: texinfo Source-Version: 4.8.dfsg.1-3 We believe that the bug you reported is fixed in the latest version of texinfo, which is due to be installed in the Debian FTP archive: info_4.8.dfsg.1-3_i386.deb to pool/main/t/texinfo/info_4.8.dfsg.1-3_i386.deb texinfo_4.8.dfsg.1-3.diff.gz to pool/main/t/texinfo/texinfo_4.8.dfsg.1-3.diff.gz texinfo_4.8.dfsg.1-3.dsc to pool/main/t/texinfo/texinfo_4.8.dfsg.1-3.dsc texinfo_4.8.dfsg.1-3_i386.deb to pool/main/t/texinfo/texinfo_4.8.dfsg.1-3_i386.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Norbert Preining <[EMAIL PROTECTED]> (supplier of updated texinfo 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: Sun, 8 Oct 2006 12:14:27 +0200 Source: texinfo Binary: texinfo info Architecture: source i386 Version: 4.8.dfsg.1-3 Distribution: unstable Urgency: medium Maintainer: Norbert Preining <[EMAIL PROTECTED]> Changed-By: Norbert Preining <[EMAIL PROTECTED]> Description: info - Standalone GNU Info documentation browser texinfo - Documentation system for on-line information and printed output Closes: 388396 391421 Changes: texinfo (4.8.dfsg.1-3) unstable; urgency=medium . * changed maintainer email address to [EMAIL PROTECTED] * add a patch from Werner Koch to fix copying of @import in makeinfo/html.c (Closes: #388396) * fix installation if tetex is not configured by adding another test for the existence of fmtutil.cnf (Closes: #391421) Setting urgency to medium as this RC bug present in testing. Files: ba0dfb8f09ce590965df45297c6e4fd5 637 doc standard texinfo_4.8.dfsg.1-3.dsc d0a7fc59a171aa9c012a747114b610c8 100926 doc standard texinfo_4.8.dfsg.1-3.diff.gz cf0466d26e8e979e1ec9fe3af3379cdc 680872 text standard texinfo_4.8.dfsg.1-3_i386.deb 28a0af14542a1ae43c3b743bf40b3e12 164788 doc important info_4.8.dfsg.1-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFKNHI0r9KownFsJQRAnJSAJ9ODeMtu9D836rEpf4Vj2v442XVrQCfWsxZ 4/CyjfdHgl1sygGF/UbRmOQ= =Oe2x -----END PGP SIGNATURE-----
--- End Message ---

