-ocaml (3.12.0~0dev23+10396-1) UNRELEASED; urgency=low
+ocaml (3.12.0~beta1-1) UNRELEASED; urgency=low
[ Stéphane Glondu ]
- * New upstream SVN snapshot (Closes: #255245, #570920)
+ * New upstream beta release (Closes: #255245, #570920)
- add armel to native architectures
* debian/rules: switch to dh with overrides
* Switch source package format to 3.0 (quilt)
* debian/ocaml-mode.emacs-install: do not byte-compile camldebug.el
and inf-caml.el for xemacs21 (Closes: #508813, LP: #464587).
- -- Stéphane Glondu <glondu@debian.org> Sun, 16 May 2010 00:12:15 +0200
+ -- Stéphane Glondu <glondu@debian.org> Wed, 16 Jun 2010 08:38:11 -0700
ocaml (3.11.2-1) unstable; urgency=low
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
-index f21bca4..0c9f3c6 100755
+index 1a9d4b0..fb876d6 100755
--- a/configure
+++ b/configure
@@ -284,7 +284,8 @@ case "$bytecc,$host" in
cc,mips-*-irix6*)
# Add -n32 flag to ensure compatibility with native-code compiler
bytecccompopts="-n32"
-@@ -706,6 +707,7 @@ case "$arch,$nativecc,$system,$host_type" in
+@@ -732,6 +733,7 @@ case "$arch,$nativecc,$system,$host_type" in
nativecccompopts="$gcc_warnings -DSHRINKED_GNUC";;
*,*,rhapsody,*) nativecccompopts="$gcc_warnings -DDARWIN_VERSION_6 $dl_defs"
if $arch64; then partialld="ld -r -arch ppc64"; fi;;
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
-index 0c9f3c6..d4bef29 100755
+index fb876d6..32d754b 100755
--- a/configure
+++ b/configure
-@@ -1595,7 +1595,7 @@ echo "DEBUGGER=$debugger" >> Makefile
+@@ -1632,7 +1632,7 @@ echo "DEBUGGER=$debugger" >> Makefile
echo "CC_PROFILE=$cc_profile" >> Makefile
echo "SYSTHREAD_SUPPORT=$systhread_support" >> Makefile
echo "PARTIALLD=$partialld" >> Makefile
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/tools/ocamlmklib.mlp b/tools/ocamlmklib.mlp
-index 80c1d9f..b6ed47a 100644
+index 6b78a68..95f5674 100644
--- a/tools/ocamlmklib.mlp
+++ b/tools/ocamlmklib.mlp
@@ -37,6 +37,11 @@ and output_c = ref "" (* Output name for C part of library *)
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ocamldoc/Makefile b/ocamldoc/Makefile
-index a9ce895..0673c56 100644
+index 95b0f9d..978caed 100644
--- a/ocamldoc/Makefile
+++ b/ocamldoc/Makefile
@@ -319,7 +319,7 @@ test_texi: dummy
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build/install.sh b/build/install.sh
-index 1a60a87..5a14765 100755
+index a7ab103..b42373d 100755
--- a/build/install.sh
+++ b/build/install.sh
@@ -18,7 +18,7 @@ set -e
not_installed=$PWD/_build/not_installed
diff --git a/build/partial-install.sh b/build/partial-install.sh
-index 6199762..a88e668 100755
+index 56d3181..8e4fbd2 100755
--- a/build/partial-install.sh
+++ b/build/partial-install.sh
@@ -22,7 +22,7 @@ set -e
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/build/partial-install.sh b/build/partial-install.sh
-index a88e668..a22da2c 100755
+index 8e4fbd2..ca66bc1 100755
--- a/build/partial-install.sh
+++ b/build/partial-install.sh
@@ -60,6 +60,21 @@ installbestbin() {
+++ /dev/null
-From: Stephane Glondu <steph@glondu.net>
-Date: Sun, 18 Apr 2010 15:12:10 +0200
-Subject: [PATCH] Set version number
-
----
- VERSION | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/VERSION b/VERSION
-index 58fc0bd..af2edec 100644
---- a/VERSION
-+++ b/VERSION
-@@ -1,4 +1,4 @@
--3.12.0+dev23 (2010-05-12)
-+3.12.0+dev23+10396
-
- # The version string is the first line of this file.
- # It must be in the format described in stdlib/sys.mli
---
0004-Put-manpages-in-section-3o-instead-of-3.patch
0005-Patch-config.sh-for-installation.patch
0006-Install-ocamlbuild-as-a-link-on-either-.native-or-.b.patch
-0007-Set-version-number.patch
PACKAGE := ocaml
ALL_PACKAGES := $(shell dh_listpackages)
OCAMLMAJOR := 3.12
-OCAMLMINOR := 0+dev23+10396
+OCAMLMINOR := 0+beta1
# Build cache (for Debian debugging)
BUILDCACHE := $(wildcard ../ocaml.cache)