[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, 312/master, updated. debian/3.11.2-1-34-gc58ab3a

Stephane Glondu steph at glondu.net
Sat Jul 24 12:33:12 UTC 2010


The following commit has been merged in the 312/master branch:
commit 5d862f321b471dd9f96a9c9bb36cefb4be2c6508
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jul 24 14:24:56 2010 +0200

    New upstream release candidate, refresh patches

diff --git a/debian/changelog b/debian/changelog
index baa09e9..fec0af5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
-ocaml (3.12.0~beta1-1) UNRELEASED; urgency=low
+ocaml (3.12.0~rc1-2) UNRELEASED; urgency=low
 
   [ Stéphane Glondu ]
-  * New upstream beta release (Closes: #255245, #570920)
+  * New upstream release candidate (Closes: #255245, #570920)
     - add armel to native architectures; note that the Dynlink module is
       not available in native code there: software using it should take care
       of this new possibility
@@ -16,7 +16,7 @@ ocaml (3.12.0~beta1-1) UNRELEASED; urgency=low
   * 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 at debian.org>  Wed, 16 Jun 2010 08:38:11 -0700
+ -- Stéphane Glondu <glondu at debian.org>  Sat, 24 Jul 2010 14:24:19 +0200
 
 ocaml (3.11.2-1) unstable; urgency=low
 
diff --git a/debian/patches/0001-Pass-no-relax-to-ld-on-alpha.patch b/debian/patches/0001-Pass-no-relax-to-ld-on-alpha.patch
index acd2f18..8cd3811 100644
--- a/debian/patches/0001-Pass-no-relax-to-ld-on-alpha.patch
+++ b/debian/patches/0001-Pass-no-relax-to-ld-on-alpha.patch
@@ -9,7 +9,7 @@ code (bug#338437)
  1 files changed, 3 insertions(+), 1 deletions(-)
 
 diff --git a/configure b/configure
-index 1a9d4b0..fb876d6 100755
+index 48b05b7..ff2de61 100755
 --- a/configure
 +++ b/configure
 @@ -284,7 +284,8 @@ case "$bytecc,$host" in
@@ -22,7 +22,7 @@ index 1a9d4b0..fb876d6 100755
    cc,mips-*-irix6*)
      # Add -n32 flag to ensure compatibility with native-code compiler
      bytecccompopts="-n32"
-@@ -732,6 +733,7 @@ case "$arch,$nativecc,$system,$host_type" in
+@@ -734,6 +735,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;;
diff --git a/debian/patches/0002-Call-ld-with-proper-flags.patch b/debian/patches/0002-Call-ld-with-proper-flags.patch
index 12e121d..85cffdd 100644
--- a/debian/patches/0002-Call-ld-with-proper-flags.patch
+++ b/debian/patches/0002-Call-ld-with-proper-flags.patch
@@ -10,10 +10,10 @@ gcc.
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/configure b/configure
-index fb876d6..32d754b 100755
+index ff2de61..2872ae8 100755
 --- a/configure
 +++ b/configure
-@@ -1632,7 +1632,7 @@ echo "DEBUGGER=$debugger" >> Makefile
+@@ -1635,7 +1635,7 @@ echo "DEBUGGER=$debugger" >> Makefile
  echo "CC_PROFILE=$cc_profile" >> Makefile
  echo "SYSTHREAD_SUPPORT=$systhread_support" >> Makefile
  echo "PARTIALLD=$partialld" >> Makefile
diff --git a/debian/patches/0004-Put-manpages-in-section-3o-instead-of-3.patch b/debian/patches/0004-Put-manpages-in-section-3o-instead-of-3.patch
index c879d28..2b8a2b4 100644
--- a/debian/patches/0004-Put-manpages-in-section-3o-instead-of-3.patch
+++ b/debian/patches/0004-Put-manpages-in-section-3o-instead-of-3.patch
@@ -7,7 +7,7 @@ Subject: [PATCH] Put manpages in section 3o instead of 3
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/ocamldoc/Makefile b/ocamldoc/Makefile
-index 95b0f9d..978caed 100644
+index 2d8b0ea..30684ee 100644
 --- a/ocamldoc/Makefile
 +++ b/ocamldoc/Makefile
 @@ -319,7 +319,7 @@ test_texi: dummy

-- 
OCaml packaging



More information about the Pkg-ocaml-maint-commits mailing list