From: edd Date: Fri, 29 May 2009 03:22:37 +0000 (+0000) Subject: BayesTree patch deprecated with new upstream version X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5caa4acfabb6bf8db6ad14e5e9ea2271f0917a98;p=cran2deb.git BayesTree patch deprecated with new upstream version git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@239 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/trunk/inst/etc/patches/BayesTree.deprecated/00list b/trunk/inst/etc/patches/BayesTree.deprecated/00list new file mode 100644 index 0000000..613a63f --- /dev/null +++ b/trunk/inst/etc/patches/BayesTree.deprecated/00list @@ -0,0 +1 @@ +01_mpart.cpp.patch diff --git a/trunk/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch b/trunk/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch new file mode 100644 index 0000000..f46fbe2 --- /dev/null +++ b/trunk/inst/etc/patches/BayesTree.deprecated/01_mpart.cpp.patch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_mbart.cpp.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Add valarray header + +@DPATCH@ + +diff -ru BayesTree.orig/src/mbart.cpp BayesTree/src/mbart.cpp +--- BayesTree.orig/src/mbart.cpp 2006-10-16 18:25:18.000000000 -0500 ++++ BayesTree/src/mbart.cpp 2009-05-11 19:32:57.000000000 -0500 +@@ -6,6 +6,7 @@ + #include + #include + #include ++#include + + extern "C" { + #include diff --git a/trunk/inst/etc/patches/BayesTree/00list b/trunk/inst/etc/patches/BayesTree/00list deleted file mode 100644 index 613a63f..0000000 --- a/trunk/inst/etc/patches/BayesTree/00list +++ /dev/null @@ -1 +0,0 @@ -01_mpart.cpp.patch diff --git a/trunk/inst/etc/patches/BayesTree/01_mpart.cpp.patch b/trunk/inst/etc/patches/BayesTree/01_mpart.cpp.patch deleted file mode 100644 index f46fbe2..0000000 --- a/trunk/inst/etc/patches/BayesTree/01_mpart.cpp.patch +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 01_mbart.cpp.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Add valarray header - -@DPATCH@ - -diff -ru BayesTree.orig/src/mbart.cpp BayesTree/src/mbart.cpp ---- BayesTree.orig/src/mbart.cpp 2006-10-16 18:25:18.000000000 -0500 -+++ BayesTree/src/mbart.cpp 2009-05-11 19:32:57.000000000 -0500 -@@ -6,6 +6,7 @@ - #include - #include - #include -+#include - - extern "C" { - #include