From: Samuel Mimram Date: Sun, 3 Feb 2008 19:49:32 +0000 (+0000) Subject: New upstream release. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~489 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=56e91a1e49d8bb39e02b59f4a9558b8deac16644;p=ocaml.git New upstream release. --- diff --git a/debian/changelog b/debian/changelog index b42411a1..ba9ed4cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ -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 @@ -11,7 +15,7 @@ ocaml (3.10.0-14) UNRELEASED; urgency=low [ Julien Cristau ] * Add ${shlibs:Depends} and ${misc:Depends} to all packages. - -- Julien Cristau Thu, 17 Jan 2008 18:48:51 +0100 + -- Samuel Mimram Sun, 03 Feb 2008 20:37:57 +0100 ocaml (3.10.0-13) unstable; urgency=low diff --git a/debian/patches/00list b/debian/patches/00list index ce7f4ff0..f129056b 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -8,6 +8,5 @@ no_rpath.dpatch stdlib_man_section.dpatch install_scripts_config.dpatch install_ocamlbuild.dpatch -arm_ccheckbound_typo.dpatch not-native-no-aspp camlrun_shared.dpatch diff --git a/debian/patches/arm_ccheckbound_typo.dpatch b/debian/patches/arm_ccheckbound_typo.dpatch deleted file mode 100755 index 41113478..00000000 --- a/debian/patches/arm_ccheckbound_typo.dpatch +++ /dev/null @@ -1,20 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## arm_ccheckbound_typo.dpatch by Stefano Zacchiroli -## -## 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) -> diff --git a/debian/rules b/debian/rules index 3a7f3453..9094bf62 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ include /usr/share/dpatch/dpatch.make PACKAGE = ocaml OCAMLMAJOR = 3.10 -OCAMLMINOR = 0 +OCAMLMINOR = 1 OCAMLABI = $(OCAMLMAJOR).$(OCAMLMINOR) STDLIBDIR = /usr/lib/ocaml/$(OCAMLABI) MD5SUMSDIR = /var/lib/ocaml/md5sums