[ubuntu/karmic] ocaml 3.11.0-5 (Accepted)
Ubuntu Installer
archive at ubuntu.com
Wed Apr 29 23:43:26 BST 2009
ocaml (3.11.0-5) unstable; urgency=low
* Uploading to unstable
* debian/control: bump dh-ocaml to (>= 0.4) to avoid buggy ocamlinit.mk
ocaml (3.11.0-4) experimental; urgency=low
[ Samuel Mimram ]
* Add native versions of ocamldep and ocamldoc in findlib's configuration
when ocaml-native-compilers is installed, closes: #516085.
[ Stephane Glondu ]
* Add a script to handle native modules of standard library, and a
README.source to document it (fixes FTBFS on sparc and powerpc, which
are native, but do not provide .p.cmx files) (Closes: #516211)
* Fix FTBFS on bytecode-only architectures:
- generate manpages for stdlib
- tell debhelper to ignore ocaml-native-compilers
* Add lpia (from Ubuntu) to the list of native architectures
ocaml (3.11.0-3) experimental; urgency=low
* Mark libthreadsnat.a as native-only file (fix FTBFS on bytecode-only
architectures)
ocaml (3.11.0-2) experimental; urgency=low
[ Stephane Glondu ]
* Add DM-Upload-Allowed (with Stefano's blessing)
* Remove binary package-specific copyright files
* Major changes in debian/rules:
- more extensive use of debhelper 7
- do no longer use deprecated dh_movefiles and *.files
- get closer to CDBS API
- add versioned build-dependency to dh-ocaml
- use ocamlinit snippet provided by dh-ocaml
- add a build cache (for Debian debugging)
- do not compress labltk examples
- reflect original locations of camlp4 *.mli files in binary packages
- remove special handling of CFLAGS (handled by dpkg-buildpackage now)
* Add dbm_ldopts.dpatch, to add missing linking options for dbm
(fixes ocsigen FTBFS)
* Remove man-ocamlmklib.dpatch, and put manpage in debian/man
* Remove {dumpobj,objinfo}.dpatch, and put manpages in debian/man
* Build and install dumpapprox, and provide a manpage
* Discriminate *-nox packages in short descriptions (thanks Lintian)
[ Stefano Zacchiroli ]
* debian/control:
- clean-up Uploaders, removing people no longer contributing and
handling some specific removal requests
- bump versioned dep on ocaml --Replaces-> ocaml-nox to avoid file
overwrite upgrade problems
ocaml (3.11.0-1) experimental; urgency=low
* New upstream release:
- manpages.dpatch, ocamldoc.dpatch removed (merged upstream)
- for_pack_static.dpatch removed (obsolete)
- call_ld_with_proper_flags.dpatch fixed (Closes: #506286)
* Add debian/changelog entry for version 3.09.2-8
* Install *.cmxs (and matching *.cma) in ocaml-base*
* Don't put .git directory in ocaml-source
ocaml (3.11.0~beta1-1) experimental; urgency=low
[ Stephane Glondu ]
* New upstream beta release:
- camlrun_shared.dpatch removed (integrated upstream)
- not-native-no-aspp.dpatch removed (thanks to upstream bugfix)
- all other patches updated
- manpages.dpatch and ocamldoc.dpatch added
- dependency to gcc-4.2 on arm removed
* Switching packaging to git (from svn)
* Bump debhelper compatibility level to 7, and use debian/clean feature
of dh_clean
* Add myself to uploaders, and update Julien's address
* Add explicit dependency from camlp4-extra to ocaml-nox
[ Stefano Zacchiroli ]
* Bump Standards-Version to 3.8.0, no changes needed
* No longer ship stuff that will be now shipped by the new dh-ocaml
package:
- OCaml packaging policy
- CDBS class ocaml.mk and related helpers
- dh_ocaml debhelper
- ocaml-md5sums (therefore also disable its usage at the end of the
build process)
Date: Wed, 29 Apr 2009 23:41:46 +0100
Changed-By: Colin Watson <cjwatson at canonical.com>
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/karmic/+source/ocaml/3.11.0-5
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Wed, 29 Apr 2009 23:41:46 +0100
Source: ocaml
Binary: ocaml-nox, camlp4, camlp4-extra, ocaml, ocaml-base-nox, ocaml-base, ocaml-native-compilers, ocaml-source, ocaml-interp, ocaml-compiler-libs, ocaml-mode
Architecture: source
Version: 3.11.0-5
Distribution: karmic
Urgency: low
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Changed-By: Colin Watson <cjwatson at canonical.com>
Description:
ocaml - ML language implementation with a class-based object system
Closes: 506286 516085 516211
Changes:
ocaml (3.11.0-5) unstable; urgency=low
.
* Uploading to unstable
* debian/control: bump dh-ocaml to (>= 0.4) to avoid buggy ocamlinit.mk
.
ocaml (3.11.0-4) experimental; urgency=low
.
[ Samuel Mimram ]
* Add native versions of ocamldep and ocamldoc in findlib's configuration
when ocaml-native-compilers is installed, closes: #516085.
.
[ Stephane Glondu ]
* Add a script to handle native modules of standard library, and a
README.source to document it (fixes FTBFS on sparc and powerpc, which
are native, but do not provide .p.cmx files) (Closes: #516211)
* Fix FTBFS on bytecode-only architectures:
- generate manpages for stdlib
- tell debhelper to ignore ocaml-native-compilers
* Add lpia (from Ubuntu) to the list of native architectures
.
ocaml (3.11.0-3) experimental; urgency=low
.
* Mark libthreadsnat.a as native-only file (fix FTBFS on bytecode-only
architectures)
.
ocaml (3.11.0-2) experimental; urgency=low
.
[ Stephane Glondu ]
* Add DM-Upload-Allowed (with Stefano's blessing)
* Remove binary package-specific copyright files
* Major changes in debian/rules:
- more extensive use of debhelper 7
- do no longer use deprecated dh_movefiles and *.files
- get closer to CDBS API
- add versioned build-dependency to dh-ocaml
- use ocamlinit snippet provided by dh-ocaml
- add a build cache (for Debian debugging)
- do not compress labltk examples
- reflect original locations of camlp4 *.mli files in binary packages
- remove special handling of CFLAGS (handled by dpkg-buildpackage now)
* Add dbm_ldopts.dpatch, to add missing linking options for dbm
(fixes ocsigen FTBFS)
* Remove man-ocamlmklib.dpatch, and put manpage in debian/man
* Remove {dumpobj,objinfo}.dpatch, and put manpages in debian/man
* Build and install dumpapprox, and provide a manpage
* Discriminate *-nox packages in short descriptions (thanks Lintian)
[ Stefano Zacchiroli ]
* debian/control:
- clean-up Uploaders, removing people no longer contributing and
handling some specific removal requests
- bump versioned dep on ocaml --Replaces-> ocaml-nox to avoid file
overwrite upgrade problems
.
ocaml (3.11.0-1) experimental; urgency=low
.
* New upstream release:
- manpages.dpatch, ocamldoc.dpatch removed (merged upstream)
- for_pack_static.dpatch removed (obsolete)
- call_ld_with_proper_flags.dpatch fixed (Closes: #506286)
* Add debian/changelog entry for version 3.09.2-8
* Install *.cmxs (and matching *.cma) in ocaml-base*
* Don't put .git directory in ocaml-source
.
ocaml (3.11.0~beta1-1) experimental; urgency=low
.
[ Stephane Glondu ]
* New upstream beta release:
- camlrun_shared.dpatch removed (integrated upstream)
- not-native-no-aspp.dpatch removed (thanks to upstream bugfix)
- all other patches updated
- manpages.dpatch and ocamldoc.dpatch added
- dependency to gcc-4.2 on arm removed
* Switching packaging to git (from svn)
* Bump debhelper compatibility level to 7, and use debian/clean feature
of dh_clean
* Add myself to uploaders, and update Julien's address
* Add explicit dependency from camlp4-extra to ocaml-nox
.
[ Stefano Zacchiroli ]
* Bump Standards-Version to 3.8.0, no changes needed
* No longer ship stuff that will be now shipped by the new dh-ocaml
package:
- OCaml packaging policy
- CDBS class ocaml.mk and related helpers
- dh_ocaml debhelper
- ocaml-md5sums (therefore also disable its usage at the end of the
build process)
Files:
9825ea2f380c4c6d89b8f518e219876e 1610 devel optional ocaml_3.11.0-5.dsc
70caa6eb487355b332a21618f42221f8 43308 devel optional ocaml_3.11.0-5.diff.gz
be152066bdf09761ddf1c31291e5cb90 2855506 devel optional ocaml_3.11.0.orig.tar.gz
More information about the Karmic-changes
mailing list