Your message dated Sat, 08 Apr 2006 11:17:15 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361027: fixed in drscheme 1:301-13
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: mzscheme
Version: 1:301-12
Severity: minor
Tags: patch

A LaTeX file can start with \RequirePackage, for example
\RequirePackage{fix-cm}.  Currently slatex.ss checks whether
the first control sequence in the input file is \documentstyle,
\documentclass, or \NeedsTeXFormat to decide if the input file
is in LaTeX format.  It should also allow \RequirePackage as
the first control sequence.

Thanks,
        Ken

--- /usr/lib/plt/collects/slatex/slatex.ss      2006-01-11 04:16:35.000000000 
-0500
+++ /tmp/slatex.ss      2006-04-05 21:46:21.000000000 -0400
@@ -1987,6 +1987,7 @@
                               (slatex::decide-latex-or-tex
                                 (or (string=? cs "documentstyle")
                                     (string=? cs "documentclass")
+                                    (string=? cs "RequirePackage")
                                     (string=? cs "NeedsTeXFormat")))))
                           (cond
                            ((not slatex::*slatex-enabled?*)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)

Versions of packages mzscheme depends on:
ii  debconf [debconf-2.0]         1.4.72     Debian configuration management sy
ii  gcc [c-compiler]              4:4.0.3-3  The GNU C compiler
ii  gcc-3.4 [c-compiler]          3.4.6-1    The GNU C compiler
ii  gcc-4.0 [c-compiler]          4.0.3-1    The GNU C compiler
ii  libc6                         2.3.6-5    GNU C Library: Shared libraries an
ii  libssl0.9.8                   0.9.8a-8   SSL shared libraries

mzscheme recommends no packages.

-- debconf information:
* mzscheme/run_webserver: false

-- 
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
WHY IS OLEG KISELYOV SO GOOD?!?!?!  THE MIND BOGGLES...

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: drscheme
Source-Version: 1:301-13

We believe that the bug you reported is fixed in the latest version of
drscheme, which is due to be installed in the Debian FTP archive:

drscheme_301-13.diff.gz
  to pool/main/d/drscheme/drscheme_301-13.diff.gz
drscheme_301-13.dsc
  to pool/main/d/drscheme/drscheme_301-13.dsc
drscheme_301-13_i386.deb
  to pool/main/d/drscheme/drscheme_301-13_i386.deb
mzscheme_301-13_i386.deb
  to pool/main/d/drscheme/mzscheme_301-13_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.
Ari Pollak <[EMAIL PROTECTED]> (supplier of updated drscheme 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: RIPEMD160

Format: 1.7
Date: Thu,  6 Apr 2006 15:53:19 -0400
Source: drscheme
Binary: drscheme mzscheme
Architecture: source i386
Version: 1:301-13
Distribution: unstable
Urgency: low
Maintainer: Ari Pollak <[EMAIL PROTECTED]>
Changed-By: Ari Pollak <[EMAIL PROTECTED]>
Description: 
 drscheme   - PLT Scheme Programming Environment
 mzscheme   - PLT Scheme Interpreter
Closes: 361027
Changes: 
 drscheme (1:301-13) unstable; urgency=low
 .
   * Move packaging to cdbs + simple-patchsys
   * Add James Vega to Uploaders list
   * Move libxaw8 back to libxaw7 because libxaw8 is going to be removed
   * debian/patches/file.c-warning-fix.patch:
     - Fix compile warning in src/mzscheme/src/list.c
   * debian/patches/slatex-bug361027.patch:
     - Added to support RequirePackage to start a LaTeX document
       when running slatex. Patch accepted upstream (Closes: #361027)
Files: 
 3d9d96034fd165b9d8d392183166270a 888 interpreters optional drscheme_301-13.dsc
 0c5a6a34cef50561fa5e65b9d5108a1e 26860 interpreters optional 
drscheme_301-13.diff.gz
 6862131ceb1f88b1e0062fa79e07b647 12886662 interpreters optional 
drscheme_301-13_i386.deb
 4ad3ef2837d869e974b400e0642a2cdc 4530948 interpreters optional 
mzscheme_301-13_i386.deb

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

iD8DBQFEN/egwO+u47cOQDsRA37LAJ9OHJ2cPq5mgML3hrft9/Kr0nJ9zQCfboUW
QzJWksrrCL2f6bxgyG36eR8=
=u2Gf
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to