From: Samuel Mimram Date: Sun, 16 Apr 2006 23:38:25 +0000 (+0000) Subject: Updated to OCaml 3.09.2. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~651 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=90c646979649e0e58fe8ff6976ff8f1a8f1e532a;p=ocaml.git Updated to OCaml 3.09.2. --- diff --git a/debian/changelog b/debian/changelog index 9852a61d..f1656027 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ocaml (3.09.2-1) unstable; urgency=low + + * New upstream release. + + -- Samuel Mimram Sun, 16 Apr 2006 23:32:02 +0000 + ocaml (3.09.1+3.09.2rc1-1) experimental; urgency=low [ Julien Cristau ] diff --git a/debian/rules b/debian/rules index 7d76b415..9a8fc281 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ include /usr/share/dpatch/dpatch.make PACKAGE = ocaml OCAMLMAJOR = 3.09 -OCAMLMINOR = 2+rc1 +OCAMLMINOR = 2 OCAMLABI = $(OCAMLMAJOR).$(OCAMLMINOR) STDLIBDIR = /usr/lib/ocaml/$(OCAMLABI) MD5SUMSDIR = /var/lib/ocaml/md5sums @@ -59,7 +59,7 @@ debian/control: # Generate list of files ocaml-source. # Should never be called automatically. debian/ocaml-source.files: - tar ztf ../upstream/ocaml_3.09.1+3.09.2rc1.orig.tar.gz | cut -d/ -f2- | grep -v ^$$ | grep -v .*/$$ | grep -v .cvsignore > debian/ocaml-source.files + tar ztf ../upstream/ocaml_3.09.2.orig.tar.gz | cut -d/ -f2- | grep -v ^$$ | grep -v .*/$$ | grep -v .cvsignore > debian/ocaml-source.files config-stamp: configure abi-sed