[ Stephane Glondu ]
* New upstream beta release:
- camlrun_shared.dpatch removed (integrated upstream)
+ - not-native-no-aspp.dpatch removed (thanks to upstream bugfix)
- all other patches updated
- manpages.dpatch and ocamldoc.dpatch added
* Switching packaging to git (from svn)
- ocaml-md5sums (therefore also disable its usage at the end of the
build process)
- -- Stephane Glondu <steph@glondu.net> Mon, 27 Oct 2008 19:36:23 +0100
+ -- Stephane Glondu <steph@glondu.net> Sun, 02 Nov 2008 12:56:34 +0100
ocaml (3.10.2-3) unstable; urgency=low
stdlib_man_section.dpatch
install_scripts_config.dpatch
install_ocamlbuild.dpatch
-not-native-no-aspp
+++ /dev/null
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## not-native-no-aspp.dpatch by Sylvain Le Gall <gildor@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-diff -urNad ocaml~/build/mkmyocamlbuild_config.sh ocaml/build/mkmyocamlbuild_config.sh
---- ocaml~/build/mkmyocamlbuild_config.sh 2008-10-17 12:22:50.000000000 +0200
-+++ ocaml/build/mkmyocamlbuild_config.sh 2008-10-20 15:03:04.000000000 +0200
-@@ -19,6 +19,7 @@
- sed \
- -e 's/^.*FLEXDIR.*$//g' \
- -e 's/^#ml \(.*\)/\1/' \
-+ -e 's/\$(AS)/no/' \
- -e 's/^\(#.*\)$/(* \1 *)/' \
- -e 's/^\(.*\$([0-9]).*\)$/(* \1 *)/' \
- -e 's/^\([^(=]*\)=\([^"]*\)$/let <:lower<\1>> = "\2";;/' \