[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#446177: marked as done (Confused by filenames with newlines)



Your message dated Mon, 17 Dec 2007 12:32:34 +0000
with message-id <E1J4F98-0001qp-FQ@ries.debian.org>
and subject line Bug#446177: fixed in ocaml 3.10.0-9
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: ocaml-mode
Version: 3.10.0-8
Severity: minor
File: /etc/emacs/site-start.d/50ocaml-mode.el
Tags: patch

In /etc/emacs/site-start.d/50ocaml-mode.el,

    (setq auto-mode-alist
              (cons '("\\.ml[iylp]?$" . caml-mode) auto-mode-alist))

should read

    (setq auto-mode-alist
              (cons '("\\.ml[iylp]?\\'" . caml-mode) auto-mode-alist))



--- End Message ---
--- Begin Message ---
Source: ocaml
Source-Version: 3.10.0-9

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

camlp4-extra_3.10.0-9_amd64.deb
  to pool/main/o/ocaml/camlp4-extra_3.10.0-9_amd64.deb
camlp4_3.10.0-9_amd64.deb
  to pool/main/o/ocaml/camlp4_3.10.0-9_amd64.deb
ocaml-base-nox_3.10.0-9_amd64.deb
  to pool/main/o/ocaml/ocaml-base-nox_3.10.0-9_amd64.deb
ocaml-base_3.10.0-9_amd64.deb
  to pool/main/o/ocaml/ocaml-base_3.10.0-9_amd64.deb
ocaml-compiler-libs_3.10.0-9_amd64.deb
  to pool/main/o/ocaml/ocaml-compiler-libs_3.10.0-9_amd64.deb
ocaml-interp_3.10.0-9_amd64.deb
  to pool/main/o/ocaml/ocaml-interp_3.10.0-9_amd64.deb
ocaml-mode_3.10.0-9_all.deb
  to pool/main/o/ocaml/ocaml-mode_3.10.0-9_all.deb
ocaml-native-compilers_3.10.0-9_amd64.deb
  to pool/main/o/ocaml/ocaml-native-compilers_3.10.0-9_amd64.deb
ocaml-nox_3.10.0-9_amd64.deb
  to pool/main/o/ocaml/ocaml-nox_3.10.0-9_amd64.deb
ocaml-source_3.10.0-9_all.deb
  to pool/main/o/ocaml/ocaml-source_3.10.0-9_all.deb
ocaml_3.10.0-9.diff.gz
  to pool/main/o/ocaml/ocaml_3.10.0-9.diff.gz
ocaml_3.10.0-9.dsc
  to pool/main/o/ocaml/ocaml_3.10.0-9.dsc
ocaml_3.10.0-9_amd64.deb
  to pool/main/o/ocaml/ocaml_3.10.0-9_amd64.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 446177@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvain Le Gall <gildor@debian.org> (supplier of updated ocaml 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 15 Dec 2007 17:57:36 +0100
Source: ocaml
Binary: ocaml-compiler-libs ocaml-native-compilers ocaml-base ocaml-nox ocaml-mode ocaml-interp ocaml-source camlp4-extra ocaml-base-nox ocaml camlp4
Architecture: source amd64 all
Version: 3.10.0-9
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Sylvain Le Gall <gildor@debian.org>
Description: 
 camlp4     - Pre Processor Pretty Printer for OCaml
 camlp4-extra - Pre Processor Pretty Printer for OCaml - extras
 ocaml      - ML language implementation with a class-based object system
 ocaml-base - Runtime system for ocaml bytecode executables
 ocaml-base-nox - Runtime system for ocaml bytecode executables
 ocaml-compiler-libs - OCaml interpreter and standard libraries
 ocaml-interp - OCaml interactive interpreter and standard libraries
 ocaml-mode - A major mode for editing Objective Caml in Emacs
 ocaml-native-compilers - Native code compilers of the ocaml suite (the .opt ones)
 ocaml-nox  - ML language implementation with a class-based object system
 ocaml-source - Sources for Objective Caml
Closes: 446177
Changes: 
 ocaml (3.10.0-9) unstable; urgency=low
 .
   [ Samuel Mimram ]
   * Suggest "tarballs" instead of "upstream" in the policy as directory name
     for storing upstream sources since it is more standard.
   * Corrected emacs startup file, closes: #446177.
 .
   [ Stefano Zacchiroli ]
   * add patch camlrun_shared, which ships an alternative version of the
     camlrun library (called "camlrun_shared") made of PIC objects
   * add Homepage field to debian/control
 .
   [ Sylvain Le Gall ]
   * fixes in cdbs class for ocamldoc generation, provides
     ocamldoc-api-ref-config to centralize generation of .ocamldoc-apiref
   * remove ia64, arm and alpha native arches (no more ocamlopt for this arches)
   * array is bashism, remove it from ocamldoc-api-ref-config
   * upgrade to Standards-Version 3.7.3 (no change)
   * make the lintian override work: add the name of the package in
     front of each override line, place the file in
     usr/share/lintian/overrides and not inside a directory in this
     directory
   * make clean cleaner (remove byterun/libcamlrun_shared.so)
   * remove empty directories left after moving files away from ocaml-nox
     hierarchy
   * add a comment to install_ocamlbuild patch, to prevent lintian
     warning
Files: 
 382f9a56059ff992770a093d47518d06 1216 devel optional ocaml_3.10.0-9.dsc
 fc44e3b13f9171376c60b073782a0439 91437 devel optional ocaml_3.10.0-9.diff.gz
 6c430cee74b3eb348fa3e065322bfbef 2938208 devel optional ocaml-source_3.10.0-9_all.deb
 aa8a73f6b730028ffc638a27b553288f 100076 devel optional ocaml-mode_3.10.0-9_all.deb
 924974ed849360866e2e812780bd8f22 5908564 devel optional ocaml-nox_3.10.0-9_amd64.deb
 0b6716892df71e706a54826f49ba430f 2612196 devel optional ocaml-native-compilers_3.10.0-9_amd64.deb
 bc2539c93c022a3cfa4796996507bf0e 2120246 devel optional ocaml_3.10.0-9_amd64.deb
 466fee30718ea4cdeb8937934610631c 381236 devel optional ocaml-base-nox_3.10.0-9_amd64.deb
 a1862e0fa3b78df91f472386e156c121 78464 devel optional ocaml-base_3.10.0-9_amd64.deb
 bc35a46c13847274f25bd52410974ff3 1216772 devel optional ocaml-interp_3.10.0-9_amd64.deb
 9f7ca085b85071350fbcb13199123d7b 1102986 devel optional ocaml-compiler-libs_3.10.0-9_amd64.deb
 6380baa9f719e100277a2cafcc719d19 15447734 devel optional camlp4_3.10.0-9_amd64.deb
 da8001c0152b8d2b5e3a47ea43cff911 14570908 devel optional camlp4-extra_3.10.0-9_amd64.deb

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

iD8DBQFHZmPvir2bofsN/psRAhwlAJ4zMSbsr2nckmgUeLsCv9gLEhjC4wCcCDQJ
5gHkOp8w43Gt8UJKVjR6wqU=
=dyx+
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: