- removed: versioned_libdir (no longer needed with this upstream)
- ported to this upstream: call_ld_with_proper_flags, alpha_ld_no-relax,
no_rpath
+ - added: build_wo_debug_info.dpatch (avoid building camlp4/ocamldoc with
+ debug info, wont be needed for the stable release)
* CDBS class
- added support for the OCAML_DLL_DIR variable, pointing ATM to the
stublibs/ subdirectory of the standard library directory. It's
- Patch LIBDIR and STBLIBDIR setting in config/Makefile after invokation
of configure
- -- Stefano Zacchiroli <zack@debian.org> Sun, 15 Apr 2007 17:26:45 +0200
+ -- Stefano Zacchiroli <zack@debian.org> Mon, 16 Apr 2007 15:19:03 +0200
ocaml (3.09.3-1) experimental; urgency=low
conf_debianonly=1
-conf_origtargzpath=../upstream
+conf_origtargzpath=../../upstream
install_scripts_config.dpatch
ocaml-interp_manpage.dpatch
install_ocamlbuild.dpatch
+build_wo_debug_info.dpatch
--- /dev/null
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## build_wo_debug_info.dpatch by Stefano Zacchiroli <zack@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Avoid building with debugging info ocamldoc and camlp4.
+## DP: Wont be needed for the stable release of ocaml 3.10.0.
+
+@DPATCH@
+diff -urNad ocaml-3.10.0~beta~/_tags ocaml-3.10.0~beta/_tags
+--- ocaml-3.10.0~beta~/_tags 2007-03-04 12:00:26.000000000 +0100
++++ ocaml-3.10.0~beta/_tags 2007-04-16 15:02:20.000000000 +0200
+@@ -12,6 +12,8 @@
+
+ # We want -g everywhere it's possible
+ true: debug
++<ocamldoc/**>: -debug
++<camlp4/**>: -debug
+
+ # By default everything we link needs the stdlib
+ true: use_stdlib