Your message dated Wed, 21 Jun 2006 05:17:04 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#372146: fixed in auctex 11.83-2 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: preview-latex-style Version: 11.82-1 Tags: patch The prerm failed-upgrade case is called when upgrade fails, as a second chance at the same thing, not as a rollback request. The other maintscripts need to have their *) messages fixed too. --- /var/lib/dpkg/info/preview-latex-style.prerm 2006-02-05 07:15:08.000000000 -0500 +++ /tmp/preview-latex-style.prerm 2006-06-05 22:46:45.000000000 -0400 @@ -25,14 +25,12 @@ set -o posix case "${1}" in - (deconfigure|remove|upgrade) + deconfigure|remove|upgrade|failed-upgrade) test -x /usr/sbin/install-docs && install-docs --remove preview-latex-style ;; - (failed-upgrade) - test -x /usr/sbin/install-docs && install-docs --install /usr/share/doc-base/preview-latex-style - ;; - (*) echo >&2 "${0##*/}/auctex:" \ - "Unknown argument: \"${1}\"." + *) + echo "$0: Unknown argument: \"${1}\"." >&2; + exit 1; ;; esac
--- End Message ---
--- Begin Message ---Source: auctex Source-Version: 11.83-2 We believe that the bug you reported is fixed in the latest version of auctex, which is due to be installed in the Debian FTP archive: auctex_11.83-2.diff.gz to pool/main/a/auctex/auctex_11.83-2.diff.gz auctex_11.83-2.dsc to pool/main/a/auctex/auctex_11.83-2.dsc auctex_11.83-2_all.deb to pool/main/a/auctex/auctex_11.83-2_all.deb preview-latex-style_11.83-2_all.deb to pool/main/a/auctex/preview-latex-style_11.83-2_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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Davide G. M. Salvetti <[EMAIL PROTECTED]> (supplier of updated auctex 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: Wed, 21 Jun 2006 11:39:43 +0200 Source: auctex Binary: auctex preview-latex-style Architecture: source all Version: 11.83-2 Distribution: unstable Urgency: low Maintainer: Davide G. M. Salvetti <[EMAIL PROTECTED]> Changed-By: Davide G. M. Salvetti <[EMAIL PROTECTED]> Description: auctex - An integrated environment for editing TeX and friends documents preview-latex-style - LaTeX style files for editor embedded preview of some environment Closes: 372146 372566 374751 Changes: auctex (11.83-2) unstable; urgency=low . * {auctex, preview-latex-style}/{postinst.in, postrm.in, prerm.in}: Fixed typo; exit 1 if called with unknown argument; thanks to Justin Pryzby. * {auctex, preview-latex-style}/prerm.in (failed-upgrade): Was backwards, fixed; thanks to Justin Pryzby. (Closes: #372146) . * auctex/install.in (do_install): Pass "GS=gs" to configure, to skip the associated test. This is important when a Ghostscript providing package has not already been configured ("/usr/bin/gs" is managed through alternatives); thanks do David Kastrup. (Closes: #372566) . * po/fr.po: New file; thanks to Steve Petruzzello. (Closes: #374751) Files: 504e2c73daaf549062d0196ad4e77bfa 784 tex optional auctex_11.83-2.dsc 02eb13906f5c91e0c41b5156cb8ef690 38304 tex optional auctex_11.83-2.diff.gz 9ba8ca9596440a411119fe9335c6d398 1113264 tex optional auctex_11.83-2_all.deb cb532951f4efc582b0ef4b9caa31bed5 114108 tex optional preview-latex-style_11.83-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: http://www.linux.it/~salve/dgms.gpg iD8DBQFEmRqAISswbJOWhl0RAn5hAJ0TD44ZJGzRSQyZdtqe/3IxvuG7JwCgh/oH pa1tQDMpAkfXGRdmV8tVT4A= =wCVb -----END PGP SIGNATURE-----
--- End Message ---

