[mlpack] 33/35: forward port quilt patches
Barak A. Pearlmutter
barak+git at pearlmutter.net
Thu Sep 15 23:29:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit ac50d2809bbeeb38fd40cec959031ab08ed4d1df
Author: Barak A. Pearlmutter <barak+git at pearlmutter.net>
Date: Thu Sep 15 12:00:17 2016 +0100
forward port quilt patches
---
debian/patches/0001-build-Doxygen.patch | 4 ++--
debian/patches/0002-Doxygen-timestamp.patch | 2 +-
debian/patches/0003-spelling.patch | 26 +++++++++++++-------------
3 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/debian/patches/0001-build-Doxygen.patch b/debian/patches/0001-build-Doxygen.patch
index 62566f4..69fb291 100644
--- a/debian/patches/0001-build-Doxygen.patch
+++ b/debian/patches/0001-build-Doxygen.patch
@@ -11,10 +11,10 @@ to the debian/rules override_dh_auto_build target.
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 321cb63..cb3a2c8 100644
+index d68577d..0a4fb38 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -331,7 +331,7 @@ if (DOXYGEN_FOUND)
+@@ -334,7 +334,7 @@ if (DOXYGEN_FOUND)
)
# Generate documentation.
diff --git a/debian/patches/0002-Doxygen-timestamp.patch b/debian/patches/0002-Doxygen-timestamp.patch
index e1753eb..3e8a474 100644
--- a/debian/patches/0002-Doxygen-timestamp.patch
+++ b/debian/patches/0002-Doxygen-timestamp.patch
@@ -10,7 +10,7 @@ https://wiki.debian.org/ReproducibleBuilds/TimestampsInDocumentationGeneratedByD
1 file changed, 5 insertions(+)
diff --git a/Doxyfile b/Doxyfile
-index 29f5e3a..e37901b 100644
+index 79c5cc1..0a18e42 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -71,6 +71,11 @@ SHOW_USED_FILES = YES
diff --git a/debian/patches/0003-spelling.patch b/debian/patches/0003-spelling.patch
index da0927e..5d33bcf 100644
--- a/debian/patches/0003-spelling.patch
+++ b/debian/patches/0003-spelling.patch
@@ -43,7 +43,7 @@ index 277a844..645f623 100644
will perform the range search and place the resulting neighbor index list into
one file and their corresponding distances into another file. These files are
diff --git a/src/mlpack/core/tree/cosine_tree/cosine_tree.hpp b/src/mlpack/core/tree/cosine_tree/cosine_tree.hpp
-index 0697401..0dd1fe8 100644
+index 1808946..187a7b1 100644
--- a/src/mlpack/core/tree/cosine_tree/cosine_tree.hpp
+++ b/src/mlpack/core/tree/cosine_tree/cosine_tree.hpp
@@ -144,7 +144,7 @@ class CosineTree
@@ -56,7 +56,7 @@ index 0697401..0dd1fe8 100644
* @param start Starting index of the distribution interval to search in.
* @param end Ending index of the distribution interval to search in.
diff --git a/src/mlpack/core/tree/rectangle_tree/r_star_tree_split.hpp b/src/mlpack/core/tree/rectangle_tree/r_star_tree_split.hpp
-index 8159943..3048989 100644
+index 737a542..58006a6 100644
--- a/src/mlpack/core/tree/rectangle_tree/r_star_tree_split.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/r_star_tree_split.hpp
@@ -2,7 +2,7 @@
@@ -67,9 +67,9 @@ index 8159943..3048989 100644
+ * Definition of the RStarTreeSplit class, a class that splits the nodes of an R tree, starting
* at a leaf node and moving upwards if necessary.
*
- * This file is part of mlpack 2.0.2.
+ * This file is part of mlpack 2.0.3.
diff --git a/src/mlpack/core/tree/rectangle_tree/r_tree_split.hpp b/src/mlpack/core/tree/rectangle_tree/r_tree_split.hpp
-index 7a3ec0f..9d4fa09 100644
+index 719bcbf..0ea1159 100644
--- a/src/mlpack/core/tree/rectangle_tree/r_tree_split.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/r_tree_split.hpp
@@ -2,7 +2,7 @@
@@ -80,9 +80,9 @@ index 7a3ec0f..9d4fa09 100644
+ * Definition of the RTreeSplit class, a class that splits the nodes of an R
* tree, starting at a leaf node and moving upwards if necessary.
*
- * This file is part of mlpack 2.0.2.
+ * This file is part of mlpack 2.0.3.
diff --git a/src/mlpack/core/tree/rectangle_tree/x_tree_split.hpp b/src/mlpack/core/tree/rectangle_tree/x_tree_split.hpp
-index 3028df1..c5fca3a 100644
+index 95afef5..e115fb9 100644
--- a/src/mlpack/core/tree/rectangle_tree/x_tree_split.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/x_tree_split.hpp
@@ -2,7 +2,7 @@
@@ -95,7 +95,7 @@ index 3028df1..c5fca3a 100644
*
* This is known to have a bug: see #368.
diff --git a/src/mlpack/core/util/backtrace.cpp b/src/mlpack/core/util/backtrace.cpp
-index bfa5782..fac2d13 100644
+index eb54925..3d55822 100644
--- a/src/mlpack/core/util/backtrace.cpp
+++ b/src/mlpack/core/util/backtrace.cpp
@@ -148,7 +148,7 @@ void Backtrace::DecodeAddress(long addr)
@@ -108,7 +108,7 @@ index bfa5782..fac2d13 100644
}
}
diff --git a/src/mlpack/core/util/backtrace.hpp b/src/mlpack/core/util/backtrace.hpp
-index c1f9881..e12cf76 100644
+index dd63501..8f59e45 100644
--- a/src/mlpack/core/util/backtrace.hpp
+++ b/src/mlpack/core/util/backtrace.hpp
@@ -23,7 +23,7 @@ namespace mlpack {
@@ -121,7 +121,7 @@ index c1f9881..e12cf76 100644
*
* @code
diff --git a/src/mlpack/methods/amf/init_rules/average_init.hpp b/src/mlpack/methods/amf/init_rules/average_init.hpp
-index a9f2de3..f51a307 100644
+index d332bdf..4f5fc7e 100644
--- a/src/mlpack/methods/amf/init_rules/average_init.hpp
+++ b/src/mlpack/methods/amf/init_rules/average_init.hpp
@@ -2,7 +2,7 @@
@@ -131,10 +131,10 @@ index a9f2de3..f51a307 100644
- * Intialization rule for Alternating Matrix Factorization.
+ * Initialization rule for Alternating Matrix Factorization.
*
- * This file is part of mlpack 2.0.2.
+ * This file is part of mlpack 2.0.3.
*
diff --git a/src/mlpack/methods/amf/init_rules/random_acol_init.hpp b/src/mlpack/methods/amf/init_rules/random_acol_init.hpp
-index 3c372d8..9a2822f 100644
+index 3098b79..6597725 100644
--- a/src/mlpack/methods/amf/init_rules/random_acol_init.hpp
+++ b/src/mlpack/methods/amf/init_rules/random_acol_init.hpp
@@ -2,7 +2,7 @@
@@ -144,10 +144,10 @@ index 3c372d8..9a2822f 100644
- * Intialization rule for Alternating Matrix Factorization.
+ * Initialization rule for Alternating Matrix Factorization.
*
- * This file is part of mlpack 2.0.2.
+ * This file is part of mlpack 2.0.3.
*
diff --git a/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp b/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp
-index 097114f..11bdd50 100644
+index 63b8427..f1d1e23 100644
--- a/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp
+++ b/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp
@@ -29,7 +29,7 @@ namespace naive_bayes /** The Naive Bayes Classifier. */ {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list