From: Stephane Glondu Date: Sun, 2 Nov 2008 11:58:44 +0000 (+0100) Subject: Remove not-native-no-aspp.dpatch X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~449^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=96675986319cce07d96e89cb4538494949b3fa14;p=ocaml.git Remove not-native-no-aspp.dpatch See upstream bug #4375 --- diff --git a/debian/changelog b/debian/changelog index ad0f3557..9239f7d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ocaml (3.11.0~beta1-1) UNRELEASED; urgency=low [ 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) @@ -21,7 +22,7 @@ ocaml (3.11.0~beta1-1) UNRELEASED; urgency=low - ocaml-md5sums (therefore also disable its usage at the end of the build process) - -- Stephane Glondu Mon, 27 Oct 2008 19:36:23 +0100 + -- Stephane Glondu Sun, 02 Nov 2008 12:56:34 +0100 ocaml (3.10.2-3) unstable; urgency=low diff --git a/debian/patches/00list b/debian/patches/00list index 3be95a81..fcf35f8e 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -9,4 +9,3 @@ no_rpath.dpatch stdlib_man_section.dpatch install_scripts_config.dpatch install_ocamlbuild.dpatch -not-native-no-aspp diff --git a/debian/patches/not-native-no-aspp.dpatch b/debian/patches/not-native-no-aspp.dpatch deleted file mode 100755 index f2d85379..00000000 --- a/debian/patches/not-native-no-aspp.dpatch +++ /dev/null @@ -1,18 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## not-native-no-aspp.dpatch by Sylvain Le Gall -## -## 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";;/' \