Accepted: ocaml 3.10.0-8 (source)
Ubuntu Installer
archive at ubuntu.com
Fri Nov 23 12:57:46 GMT 2007
Accepted:
OK: ocaml_3.10.0.orig.tar.gz
OK: ocaml_3.10.0-8.diff.gz
OK: ocaml_3.10.0-8.dsc
-> Component: main Section: devel
Origin: Debian/unstable
Format: 1.7
Date: Fri, 23 Nov 2007 12:54:42 +0000
Source: ocaml
Binary: ocaml-native-compilers, ocaml-nox, ocaml, ocaml-source, ocaml-compiler-libs, ocaml-base, ocaml-mode, camlp4-extra, ocaml-base-nox, camlp4, ocaml-interp
Architecture: source
Version: 3.10.0-8
Distribution: hardy
Urgency: low
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
ocaml - ML language implementation with a class-based object system
Closes: 417847 420782 429185 433082 439017
Changes:
ocaml (3.10.0-8) unstable; urgency=low
.
[ Stefano Zacchiroli ]
* CDBS class
- invoke ocamldoc after dh_install has been run (otherwise ocamldoc is
likely to generate empty API references ...)
- add support for automatic generation of doc-base entries for ocamldoc
generated API reference
- better test for package membership to OCAML_OCAMLDOC_PACKAGES
* debian/ocaml-base-nox.README.Debian
- add an entry describing the requirement for compiling ocamldoc-generated
LaTeX documentation (closes: #420782)
.
ocaml (3.10.0-7) unstable; urgency=low
.
[ Sylvain Le Gall ]
* add patch not-native-no-aspp to workaround FTBFS, as described upstream in
bug 4375 (closes: #429185)
* don't ignore make clean error
* move menu section of ocaml interpreter to Applications/Programming
to comply with new menu structure
.
.
[ Stefano Zacchiroli ]
* CDBS class
- add support for specifying the target dir for generated documentation
- various fixes in ocamldoc invocation
.
ocaml (3.10.0-6) unstable; urgency=low
.
[ Stefano Zacchiroli ]
* debian/ocaml-nox.dirs.in
- avoid creating empty /usr/include/ocaml/* directory (closes: #439017)
* CDBS class
- add support for automatic ocamldoc HTML documentation generation
* Policy
- add an appendix about the CDBS class with some minimal information and
pointers to the commented .mk files
.
ocaml (3.10.0-5) experimental; urgency=low
.
[ Ralf Treinen ]
* ocaml-mode.emacsen-install: do not hardcode the emacs flavours for which
to compile ocaml-mode (closes: Bug#433082)
* ocaml-mode: Bump primary dependency from emacs21 to emacs22.
.
[ Stefano Zacchiroli ]
* add patch arm_ccheckbound_typo, fix a typing error typo which makes ocaml
FTBFS on arm
* ocaml-source: install ocaml tarball as
/usr/src/ocaml-source-VERSION.tar.bz2; the "-source" part was erroneously
missing and make other packages FTBFS
* bump debhelper dependencies and compatibility level to 5
.
ocaml (3.10.0-4) experimental; urgency=low
.
* debian/patches/install_ocamlbuild.dpatch
- patched to install ocamlbuild as .native/.byte (following upstream
convention which will become widespread in the future), but changes
ocamlbuild to be a symlink to the best ocamlbuild available
* CDBS class:
- avoid dpatch breaking upon clean if debian/patches/*.in files are in use
- fix the usage example for "OCAML_IN_FILES += ...", it was wrong
.
ocaml (3.10.0-3) experimental; urgency=low
.
* debian/patches/00list
- enabled install_ocamlbuild patch (was disabled by mistake) and patched
it fixing a wrong path
* debian/rules
- pass -libdir to configure (now that it is supported upstream) in
addition to sed-ing generated config Makefiles; otherwise ocamlrun won't
get the correct libdir setting
* debian/ocaml-md5sums/ocaml-md5sums.1
- written ocaml-md5sums manpage
* debian/ocaml-native-compilers.links
- delegated to dh_link the creation of .opt manpage symlinks and added the
missing one for ocamlbuild.opt
.
ocaml (3.10.0-2) experimental; urgency=low
.
* Split two new packages: "camlp4" and "camlp4-extra" to cope with the huge
size increase of the new camlp4
* Policy
- update the Vcs-Svn info to the latest PTS documentation
- describe dependencies from a -dev package to its companion shared stub
package (if any) and suggest the usage of ${binary:Version}
* debian/copyright
- added in place of copyright.in, nothing to replace there
* debian/man/camlp4*.1
- added manpages for camlp4 related executables; content partially using
html2man, partially taken from the camlp4 wiki
* debian/control
- moved ledit recommends from ocaml-nox to ocaml-interp (which ships the
interactive toplevel)
- minor improvements to various descriptions
.
ocaml (3.10.0-1) experimental; urgency=low
.
[ Stefano Zacchiroli ]
* New upstream (stable) release
* debian/patches/*
- removed: ocaml-interp_manpage, build_wo_debug_info (integrated upstream)
- updated: install_ocamlbuild
* ship ocaml-compiler-libs objects as STDLIB/ocaml-compiler-libs/{parsing/,
typing/, utils/} rather than as a flat dir tree
* re-enabled ocaml-source package (which ships
/usr/src/ocaml-3.10.0.tar.bz2), now with a better way to generate it:
everything in the build dir except debian/ will be copied in the resulting
tarball
* debian/ocaml-source.exclude
- new file: list of tar exclude patterns, matching file won't be shipped
in the ocaml source tarball
.
ocaml (3.10.0~beta-1) experimental; urgency=low
.
[ Samuel Mimram ]
* Ship dh_ocaml into ocaml-nox
.
[ Stefano Zacchiroli ]
* New upstream beta release (3.10.0).
* debian/patches/*
- removed: versioned_libdir (no longer needed with this upstream)
- ported to this upstream: call_ld_with_proper_flags, alpha_ld_no-relax,
no_rpath
- added: build_wo_debug_info.dpatch (avoid building camlp4/ocamldoc with
debug info, wont be needed for the stable release)
* CDBS class
- added support for the OCAML_DLL_DIR variable, pointing ATM to the
stublibs/ subdirectory of the standard library directory. It's
substituted for @OCamlDllDir@ in .in files
- remove files which have been generated from their .in counterparts upon
clean target invocation
* Policy
- mandate the compilation of *.cm[ao] with debugging information for
libraries and forbid it for bytecode programs
* debian/rules
- delegated more installation stuff to dh_install
* debian/control
- get rid of the no longer needed ocaml-source package
.
[Ralf Treinen]
* debian/patches/*
- added: install_scripts_config: use a patched config.sh since PREFIX is
diferent at compile time and at installation time
- added: ocaml-interp_manpage, fixes typo in ocaml manpage
(closes: Bug#417847).
* debian/rules:
- added creation of config/config.debian.install
- Patch LIBDIR and STBLIBDIR setting in config/Makefile after invokation
of configure
.
ocaml (3.09.3-1) experimental; urgency=low
.
[ Samuel Mimram ]
* New upstream release.
.
ocaml (3.09.3~rc1-1) experimental; urgency=low
.
[ Julien Cristau ]
* New upstream release candidate.
Files:
81f57f8ca41017e0ca7c65b32b687749 73771 devel optional ocaml_3.10.0-8.diff.gz
1cbf8e1b2be870797751bb3c7900a92e 1184 devel optional ocaml_3.10.0-8.dsc
5ec0b860730925f738d91ca96d692406 3402010 devel optional ocaml_3.10.0.orig.tar.gz
More information about the Hardy-changes
mailing list