From: Stephane Glondu Date: Fri, 8 Nov 2013 15:03:34 +0000 (+0100) Subject: Add links to upstream bug reports X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~193 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b4b9ca2fb2ce0f04cd58f9a8a6cdd6e64428d347;p=ocaml.git Add links to upstream bug reports --- diff --git a/debian/patches/0009-Fix-typos-and-other-wording-issues.patch b/debian/patches/0009-Fix-typos-and-other-wording-issues.patch index 8747f7d9..c01e7a33 100644 --- a/debian/patches/0009-Fix-typos-and-other-wording-issues.patch +++ b/debian/patches/0009-Fix-typos-and-other-wording-issues.patch @@ -2,6 +2,7 @@ From: Stephane Glondu Date: Mon, 21 Oct 2013 16:34:12 +0200 Subject: Fix typos and other wording issues +Bug: http://caml.inria.fr/mantis/view.php?id=6231 --- man/ocaml.m | 2 +- man/ocamlc.m | 2 +- diff --git a/debian/patches/0010-Add-const-qualifiers-in-Tcl-Tk-bindings.patch b/debian/patches/0010-Add-const-qualifiers-in-Tcl-Tk-bindings.patch index 21dd5156..b74e5210 100644 --- a/debian/patches/0010-Add-const-qualifiers-in-Tcl-Tk-bindings.patch +++ b/debian/patches/0010-Add-const-qualifiers-in-Tcl-Tk-bindings.patch @@ -2,6 +2,7 @@ From: Stephane Glondu Date: Thu, 7 Nov 2013 15:45:50 +0100 Subject: Add const qualifiers in Tcl/Tk bindings +Bug: http://caml.inria.fr/mantis/view.php?id=6230 --- otherlibs/labltk/support/camltk.h | 4 ++-- otherlibs/labltk/support/cltkCaml.c | 2 +- diff --git a/debian/patches/0011-Enable-mkstemp-in-yacc.patch b/debian/patches/0011-Enable-mkstemp-in-yacc.patch index c2919e7e..1a06916a 100644 --- a/debian/patches/0011-Enable-mkstemp-in-yacc.patch +++ b/debian/patches/0011-Enable-mkstemp-in-yacc.patch @@ -3,6 +3,8 @@ Date: Thu, 7 Nov 2013 16:06:57 +0100 Subject: Enable mkstemp in yacc Use the feature test macro found in the mkstemp(3) manpage. + +Bug: http://caml.inria.fr/mantis/view.php?id=6232 --- yacc/main.c | 5 +++++ 1 file changed, 5 insertions(+)