[eigen3] 02/04: Refresh patches.

Anton Gladky gladk at moszumanska.debian.org
Fri Jun 30 17:20:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository eigen3.

commit 576d2cde52f7acf4e4e5b6073ec0c7349866da4e
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Jun 29 19:08:39 2017 +0200

    Refresh patches.
---
 debian/patches/02_remove_buildtype_check.patch |  6 +++---
 debian/patches/04_remove_piwik.patch           |  6 +++---
 debian/patches/05_remove_html_timestamp.patch  |  6 +++---
 debian/patches/06_remove_doc_matrix.patch      |  6 +++---
 debian/patches/07_remove_compressed_doc.patch  |  6 +++---
 debian/patches/08_fix_path_FindEigen3.patch    |  6 +++---
 debian/patches/12_grammer_tweak.patch          | 14 +++++++-------
 debian/patches/14_fix_alignment_mips.patch     |  6 ++++--
 8 files changed, 29 insertions(+), 27 deletions(-)

diff --git a/debian/patches/02_remove_buildtype_check.patch b/debian/patches/02_remove_buildtype_check.patch
index c8fb78b..bdd6c5f 100644
--- a/debian/patches/02_remove_buildtype_check.patch
+++ b/debian/patches/02_remove_buildtype_check.patch
@@ -1,10 +1,10 @@
 Description: Remove build type check in cmake
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2015-06-16
-Index: eigen3/CMakeLists.txt
+Index: eigen-eigen-5a0156e40feb/CMakeLists.txt
 ===================================================================
---- eigen3.orig/CMakeLists.txt
-+++ eigen3/CMakeLists.txt
+--- eigen-eigen-5a0156e40feb.orig/CMakeLists.txt
++++ eigen-eigen-5a0156e40feb/CMakeLists.txt
 @@ -20,12 +20,6 @@ if (NOT CMAKE_BUILD_TYPE)
  endif()
  
diff --git a/debian/patches/04_remove_piwik.patch b/debian/patches/04_remove_piwik.patch
index d84e6f6..c28df4f 100644
--- a/debian/patches/04_remove_piwik.patch
+++ b/debian/patches/04_remove_piwik.patch
@@ -1,10 +1,10 @@
 Description: remove piwik scripts.
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2015-06-16
-Index: eigen3/doc/eigendoxy_footer.html.in
+Index: eigen-eigen-5a0156e40feb/doc/eigendoxy_footer.html.in
 ===================================================================
---- eigen3.orig/doc/eigendoxy_footer.html.in
-+++ eigen3/doc/eigendoxy_footer.html.in
+--- eigen-eigen-5a0156e40feb.orig/doc/eigendoxy_footer.html.in
++++ eigen-eigen-5a0156e40feb/doc/eigendoxy_footer.html.in
 @@ -17,19 +17,6 @@ $generatedby  <a href="http://www.d
  </small></address>
  <!--END !GENERATE_TREEVIEW-->
diff --git a/debian/patches/05_remove_html_timestamp.patch b/debian/patches/05_remove_html_timestamp.patch
index 73cee12..07c880a 100644
--- a/debian/patches/05_remove_html_timestamp.patch
+++ b/debian/patches/05_remove_html_timestamp.patch
@@ -1,10 +1,10 @@
 Description: Do not set HTML_TIMESTAMP in documentation
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2015-06-17
-Index: eigen3/doc/Doxyfile.in
+Index: eigen-eigen-5a0156e40feb/doc/Doxyfile.in
 ===================================================================
---- eigen3.orig/doc/Doxyfile.in
-+++ eigen3/doc/Doxyfile.in
+--- eigen-eigen-5a0156e40feb.orig/doc/Doxyfile.in
++++ eigen-eigen-5a0156e40feb/doc/Doxyfile.in
 @@ -1014,7 +1014,7 @@ HTML_COLORSTYLE_GAMMA  = 80
  # page will contain the date and time when the page was generated. Setting
  # this to NO can help when comparing the output of multiple runs.
diff --git a/debian/patches/06_remove_doc_matrix.patch b/debian/patches/06_remove_doc_matrix.patch
index 49e4613..0bf24db 100644
--- a/debian/patches/06_remove_doc_matrix.patch
+++ b/debian/patches/06_remove_doc_matrix.patch
@@ -1,10 +1,10 @@
 Description: Remove the line, which causes unreproducible builds
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2015-06-18
-Index: eigen3/doc/snippets/Matrix_resize_int_int.cpp
+Index: eigen-eigen-5a0156e40feb/doc/snippets/Matrix_resize_int_int.cpp
 ===================================================================
---- eigen3.orig/doc/snippets/Matrix_resize_int_int.cpp
-+++ eigen3/doc/snippets/Matrix_resize_int_int.cpp
+--- eigen-eigen-5a0156e40feb.orig/doc/snippets/Matrix_resize_int_int.cpp
++++ eigen-eigen-5a0156e40feb/doc/snippets/Matrix_resize_int_int.cpp
 @@ -6,4 +6,4 @@ m.resize(3,2);
  cout << "here's the 3x2 matrix m:" << endl << m << endl;
  cout << "now let's resize m to size 2x2. This is NOT a conservative resizing, so it becomes uninitialized:" << endl;
diff --git a/debian/patches/07_remove_compressed_doc.patch b/debian/patches/07_remove_compressed_doc.patch
index 5f6173a..1be54ba 100644
--- a/debian/patches/07_remove_compressed_doc.patch
+++ b/debian/patches/07_remove_compressed_doc.patch
@@ -1,10 +1,10 @@
 Description: Remove compressed doc
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2015-06-19
-Index: eigen3/doc/CMakeLists.txt
+Index: eigen-eigen-5a0156e40feb/doc/CMakeLists.txt
 ===================================================================
---- eigen3.orig/doc/CMakeLists.txt
-+++ eigen3/doc/CMakeLists.txt
+--- eigen-eigen-5a0156e40feb.orig/doc/CMakeLists.txt
++++ eigen-eigen-5a0156e40feb/doc/CMakeLists.txt
 @@ -104,8 +104,6 @@ add_custom_target(doc ALL
    COMMAND ${CMAKE_COMMAND} -E copy ${Eigen_BINARY_DIR}/doc/html/group__TopicUnalignedArrayAssert.html ${Eigen_BINARY_DIR}/doc/html/TopicUnalignedArrayAssert.html
    COMMAND ${CMAKE_COMMAND} -E rename html eigen-doc
diff --git a/debian/patches/08_fix_path_FindEigen3.patch b/debian/patches/08_fix_path_FindEigen3.patch
index 84af248..8adf80e 100644
--- a/debian/patches/08_fix_path_FindEigen3.patch
+++ b/debian/patches/08_fix_path_FindEigen3.patch
@@ -1,10 +1,10 @@
 Description: fix installation path for cmake-files
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2015-12-18
-Index: eigen3/CMakeLists.txt
+Index: eigen-eigen-5a0156e40feb/CMakeLists.txt
 ===================================================================
---- eigen3.orig/CMakeLists.txt
-+++ eigen3/CMakeLists.txt
+--- eigen-eigen-5a0156e40feb.orig/CMakeLists.txt
++++ eigen-eigen-5a0156e40feb/CMakeLists.txt
 @@ -374,7 +374,7 @@ else()
        )
  endif()
diff --git a/debian/patches/12_grammer_tweak.patch b/debian/patches/12_grammer_tweak.patch
index 54cab31..b398761 100644
--- a/debian/patches/12_grammer_tweak.patch
+++ b/debian/patches/12_grammer_tweak.patch
@@ -2,10 +2,10 @@ Description: Correct grammer error found by lintian which can leak into other
  .
  projects.
 Author: Michael R. Crusoe <crusoe at ucdavis.edu>
-Index: eigen3/Eigen/src/Core/DenseBase.h
+Index: eigen-eigen-5a0156e40feb/Eigen/src/Core/DenseBase.h
 ===================================================================
---- eigen3.orig/Eigen/src/Core/DenseBase.h
-+++ eigen3/Eigen/src/Core/DenseBase.h
+--- eigen-eigen-5a0156e40feb.orig/Eigen/src/Core/DenseBase.h
++++ eigen-eigen-5a0156e40feb/Eigen/src/Core/DenseBase.h
 @@ -242,7 +242,7 @@ template<typename Derived> class DenseBa
      {
        EIGEN_ONLY_USED_FOR_DEBUG(newSize);
@@ -24,11 +24,11 @@ Index: eigen3/Eigen/src/Core/DenseBase.h
      }
  
  #ifndef EIGEN_PARSED_BY_DOXYGEN
-Index: eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h
+Index: eigen-eigen-5a0156e40feb/Eigen/src/SparseCore/SparseSelfAdjointView.h
 ===================================================================
---- eigen3.orig/Eigen/src/SparseCore/SparseSelfAdjointView.h
-+++ eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h
-@@ -153,7 +153,7 @@ template<typename MatrixType, unsigned i
+--- eigen-eigen-5a0156e40feb.orig/Eigen/src/SparseCore/SparseSelfAdjointView.h
++++ eigen-eigen-5a0156e40feb/Eigen/src/SparseCore/SparseSelfAdjointView.h
+@@ -154,7 +154,7 @@ template<typename MatrixType, unsigned i
        EIGEN_ONLY_USED_FOR_DEBUG(rows);
        EIGEN_ONLY_USED_FOR_DEBUG(cols);
        eigen_assert(rows == this->rows() && cols == this->cols()
diff --git a/debian/patches/14_fix_alignment_mips.patch b/debian/patches/14_fix_alignment_mips.patch
index bf1bbc0..9c3a6a1 100644
--- a/debian/patches/14_fix_alignment_mips.patch
+++ b/debian/patches/14_fix_alignment_mips.patch
@@ -4,8 +4,10 @@ Acked-By: Anton Gladky <gladk at debian.org>
 Bug-Debian: https://bugs.debian.org/858363
 Last-Update: 2017-05-19
 
---- eigen3-3.3.3.orig/Eigen/src/Core/util/Macros.h
-+++ eigen3-3.3.3/Eigen/src/Core/util/Macros.h
+Index: eigen-eigen-5a0156e40feb/Eigen/src/Core/util/Macros.h
+===================================================================
+--- eigen-eigen-5a0156e40feb.orig/Eigen/src/Core/util/Macros.h
++++ eigen-eigen-5a0156e40feb/Eigen/src/Core/util/Macros.h
 @@ -701,7 +701,7 @@ namespace Eigen {
    // certain common platform (compiler+architecture combinations) to avoid these problems.
    // Only static alignment is really problematic (relies on nonstandard compiler extensions),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eigen3.git



More information about the debian-science-commits mailing list