From: Stephane Glondu Date: Wed, 11 Apr 2012 12:36:48 +0000 (+0200) Subject: Add references to upstream bug reports in patches X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~272 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e1bb0fdb2800ccb883d74e9fddcbb9c6726074f3;p=ocaml.git Add references to upstream bug reports in patches --- diff --git a/debian/patches/0007-Natdynlink-works-on-powerpc-and-hurd-i386.patch b/debian/patches/0007-Natdynlink-works-on-powerpc-and-hurd-i386.patch index 301b04bc..739217df 100644 --- a/debian/patches/0007-Natdynlink-works-on-powerpc-and-hurd-i386.patch +++ b/debian/patches/0007-Natdynlink-works-on-powerpc-and-hurd-i386.patch @@ -8,6 +8,7 @@ with ocaml 3.11.2 / coq 8.2... Note: there is no native compiler for powerpc64! This must be a typo... +Bug: http://caml.inria.fr/mantis/view.php?id=5255 Signed-off-by: Stephane Glondu --- configure | 3 ++- diff --git a/debian/patches/0008-Declare-primitive-name-table-as-const-char.patch b/debian/patches/0008-Declare-primitive-name-table-as-const-char.patch index aaf1aa3c..c9a8ede7 100644 --- a/debian/patches/0008-Declare-primitive-name-table-as-const-char.patch +++ b/debian/patches/0008-Declare-primitive-name-table-as-const-char.patch @@ -4,6 +4,7 @@ Subject: Declare primitive name table as const char * This avoids lots of warnings when compiling with g++... +Bug: http://caml.inria.fr/mantis/view.php?id=5131 Signed-off-by: Stephane Glondu --- bytecomp/symtable.ml | 2 +- diff --git a/debian/patches/0009-Avoid-multiple-declarations-in-generated-.c-files-in.patch b/debian/patches/0009-Avoid-multiple-declarations-in-generated-.c-files-in.patch index 8e2f73b5..115c422d 100644 --- a/debian/patches/0009-Avoid-multiple-declarations-in-generated-.c-files-in.patch +++ b/debian/patches/0009-Avoid-multiple-declarations-in-generated-.c-files-in.patch @@ -10,6 +10,7 @@ There are probably better implementations (in particular, in this one, care must be taken when changing the list of primitives available in mlvalues.h), but this is a small and (not too) intrusive patch. +Bug: http://caml.inria.fr/mantis/view.php?id=5254 Signed-off-by: Stephane Glondu --- bytecomp/bytelink.ml | 17 +++++++++++++++-- diff --git a/debian/patches/0010-Properly-initialize-executable-name-in-caml_startup_.patch b/debian/patches/0010-Properly-initialize-executable-name-in-caml_startup_.patch index f44e1e25..fdfc3db3 100644 --- a/debian/patches/0010-Properly-initialize-executable-name-in-caml_startup_.patch +++ b/debian/patches/0010-Properly-initialize-executable-name-in-caml_startup_.patch @@ -2,6 +2,7 @@ From: Stephane Glondu Date: Tue, 24 May 2011 12:16:20 +0200 Subject: Properly initialize executable name in caml_startup_code +Bug: http://caml.inria.fr/mantis/view.php?id=5279 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627756 Signed-off-by: Stephane Glondu ---