-ocaml (3.10.0-14) UNRELEASED; urgency=low
+ocaml (3.10.1-1) UNRELEASED; urgency=low
* NOT RELEASED YET
+ [ Samuel Mimram ]
+ * New upstream release.
+ * Removed arm_ccheckbound_typo.dpatch, integrated upstream.
+
[ Stefano Zacchiroli ]
* fix vcs-svn field to point just above the debian/ dir
[ Julien Cristau ]
* Add ${shlibs:Depends} and ${misc:Depends} to all packages.
- -- Julien Cristau <jcristau@debian.org> Thu, 17 Jan 2008 18:48:51 +0100
+ -- Samuel Mimram <smimram@debian.org> Sun, 03 Feb 2008 20:37:57 +0100
ocaml (3.10.0-13) unstable; urgency=low
stdlib_man_section.dpatch
install_scripts_config.dpatch
install_ocamlbuild.dpatch
-arm_ccheckbound_typo.dpatch
not-native-no-aspp
camlrun_shared.dpatch
+++ /dev/null
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## arm_ccheckbound_typo.dpatch by Stefano Zacchiroli <zack@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: fix typo (which induce typing error and in turn FTBFS) in the usage of
-## DP: the Ccheckbound type constructore in the arm asm compiler
-
-@DPATCH@
-diff -urNad trunk~/asmcomp/arm/selection.ml trunk/asmcomp/arm/selection.ml
---- trunk~/asmcomp/arm/selection.ml 2001-03-30 14:22:32.000000000 +0200
-+++ trunk/asmcomp/arm/selection.ml 2007-07-25 17:51:02.000000000 +0200
-@@ -106,7 +106,7 @@
- | _ ->
- (Iextcall("__modsi3", false), args)
- end
-- | Ccheckbound ->
-+ | Ccheckbound _ ->
- begin match args with
- [Cop(Clsr, [arg1; Cconst_int n]); arg2]
- when n > 0 && n < 32 && not(is_intconst arg2) ->
PACKAGE = ocaml
OCAMLMAJOR = 3.10
-OCAMLMINOR = 0
+OCAMLMINOR = 1
OCAMLABI = $(OCAMLMAJOR).$(OCAMLMINOR)
STDLIBDIR = /usr/lib/ocaml/$(OCAMLABI)
MD5SUMSDIR = /var/lib/ocaml/md5sums