[eigen3] 04/09: Refresh patches.

Anton Gladky gladk at moszumanska.debian.org
Sat May 20 08:47:28 UTC 2017


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

gladk pushed a commit to branch experimental
in repository eigen3.

commit f043732684c7455a6614dc8e58a1ed4df91ba8fb
Author: Anton Gladky <gladk at debian.org>
Date:   Fri May 19 19:25:13 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          | 12 ++++++------
 7 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/debian/patches/02_remove_buildtype_check.patch b/debian/patches/02_remove_buildtype_check.patch
index 3d1aa96..c8fb78b 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: eigen-eigen-da9b4e14c255/CMakeLists.txt
+Index: eigen3/CMakeLists.txt
 ===================================================================
---- eigen-eigen-da9b4e14c255.orig/CMakeLists.txt
-+++ eigen-eigen-da9b4e14c255/CMakeLists.txt
+--- eigen3.orig/CMakeLists.txt
++++ eigen3/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 cc56b2e..d84e6f6 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: eigen-eigen-da9b4e14c255/doc/eigendoxy_footer.html.in
+Index: eigen3/doc/eigendoxy_footer.html.in
 ===================================================================
---- eigen-eigen-da9b4e14c255.orig/doc/eigendoxy_footer.html.in
-+++ eigen-eigen-da9b4e14c255/doc/eigendoxy_footer.html.in
+--- eigen3.orig/doc/eigendoxy_footer.html.in
++++ eigen3/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 f461d59..73cee12 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: eigen-eigen-da9b4e14c255/doc/Doxyfile.in
+Index: eigen3/doc/Doxyfile.in
 ===================================================================
---- eigen-eigen-da9b4e14c255.orig/doc/Doxyfile.in
-+++ eigen-eigen-da9b4e14c255/doc/Doxyfile.in
+--- eigen3.orig/doc/Doxyfile.in
++++ eigen3/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 c4a5c3c..49e4613 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: eigen-eigen-da9b4e14c255/doc/snippets/Matrix_resize_int_int.cpp
+Index: eigen3/doc/snippets/Matrix_resize_int_int.cpp
 ===================================================================
---- eigen-eigen-da9b4e14c255.orig/doc/snippets/Matrix_resize_int_int.cpp
-+++ eigen-eigen-da9b4e14c255/doc/snippets/Matrix_resize_int_int.cpp
+--- eigen3.orig/doc/snippets/Matrix_resize_int_int.cpp
++++ eigen3/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 efcd146..5f6173a 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: eigen-eigen-da9b4e14c255/doc/CMakeLists.txt
+Index: eigen3/doc/CMakeLists.txt
 ===================================================================
---- eigen-eigen-da9b4e14c255.orig/doc/CMakeLists.txt
-+++ eigen-eigen-da9b4e14c255/doc/CMakeLists.txt
+--- eigen3.orig/doc/CMakeLists.txt
++++ eigen3/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 dad7765..84af248 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: eigen-eigen-da9b4e14c255/CMakeLists.txt
+Index: eigen3/CMakeLists.txt
 ===================================================================
---- eigen-eigen-da9b4e14c255.orig/CMakeLists.txt
-+++ eigen-eigen-da9b4e14c255/CMakeLists.txt
+--- eigen3.orig/CMakeLists.txt
++++ eigen3/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 677f401..54cab31 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: eigen-eigen-da9b4e14c255/Eigen/src/Core/DenseBase.h
+Index: eigen3/Eigen/src/Core/DenseBase.h
 ===================================================================
---- eigen-eigen-da9b4e14c255.orig/Eigen/src/Core/DenseBase.h
-+++ eigen-eigen-da9b4e14c255/Eigen/src/Core/DenseBase.h
+--- eigen3.orig/Eigen/src/Core/DenseBase.h
++++ eigen3/Eigen/src/Core/DenseBase.h
 @@ -242,7 +242,7 @@ template<typename Derived> class DenseBa
      {
        EIGEN_ONLY_USED_FOR_DEBUG(newSize);
@@ -24,10 +24,10 @@ Index: eigen-eigen-da9b4e14c255/Eigen/src/Core/DenseBase.h
      }
  
  #ifndef EIGEN_PARSED_BY_DOXYGEN
-Index: eigen-eigen-da9b4e14c255/Eigen/src/SparseCore/SparseSelfAdjointView.h
+Index: eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h
 ===================================================================
---- eigen-eigen-da9b4e14c255.orig/Eigen/src/SparseCore/SparseSelfAdjointView.h
-+++ eigen-eigen-da9b4e14c255/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_ONLY_USED_FOR_DEBUG(rows);
        EIGEN_ONLY_USED_FOR_DEBUG(cols);

-- 
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