[eigen3] 03/06: Update/rename patches.

Anton Gladky gladk at moszumanska.debian.org
Thu Feb 27 22:51:00 UTC 2014


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

gladk pushed a commit to branch master
in repository eigen3.

commit bb1c8b68c73d7d7faa3e0e9ee0572ac5da0ee6cc
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Feb 27 16:30:56 2014 +0100

    Update/rename patches.
---
 .../{installFindEigen3.patch => 01_install_FindEigen3.patch} |  0
 ...buildtype_check.patch => 02_remove_buildtype_check.patch} |  6 +++---
 .../{fix_spline_module.patch => 03_fix_spline_module.patch}  |  6 +++---
 debian/patches/{remove_piwik.patch => 04_remove_piwik.patch} | 12 +++++-------
 debian/patches/series                                        |  9 +++++----
 5 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/debian/patches/installFindEigen3.patch b/debian/patches/01_install_FindEigen3.patch
similarity index 100%
rename from debian/patches/installFindEigen3.patch
rename to debian/patches/01_install_FindEigen3.patch
diff --git a/debian/patches/remove_buildtype_check.patch b/debian/patches/02_remove_buildtype_check.patch
similarity index 85%
rename from debian/patches/remove_buildtype_check.patch
rename to debian/patches/02_remove_buildtype_check.patch
index 94684ae..6ed96bd 100644
--- a/debian/patches/remove_buildtype_check.patch
+++ b/debian/patches/02_remove_buildtype_check.patch
@@ -2,9 +2,9 @@ Description: Remove build type check in cmake
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2014-01-15
 
---- eigen3-3.2.0.orig/CMakeLists.txt
-+++ eigen3-3.2.0/CMakeLists.txt
-@@ -15,12 +15,6 @@ if (NOT CMAKE_BUILD_TYPE)
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -15,12 +15,6 @@
  endif()
  
  string(TOLOWER "${CMAKE_BUILD_TYPE}" cmake_build_type_tolower)
diff --git a/debian/patches/fix_spline_module.patch b/debian/patches/03_fix_spline_module.patch
similarity index 81%
rename from debian/patches/fix_spline_module.patch
rename to debian/patches/03_fix_spline_module.patch
index c4cfaaa..c6ba0dd 100644
--- a/debian/patches/fix_spline_module.patch
+++ b/debian/patches/03_fix_spline_module.patch
@@ -4,9 +4,9 @@ Reviewed-By: Anton Gladky <gladk at debian.org>
 Bug-Debian: http://bugs.debian.org/736985
 Last-Update: 2014-01-30
 
---- eigen3-3.2.0.orig/unsupported/Eigen/src/Splines/SplineFwd.h
-+++ eigen3-3.2.0/unsupported/Eigen/src/Splines/SplineFwd.h
-@@ -67,7 +67,7 @@ namespace Eigen
+--- a/unsupported/Eigen/src/Splines/SplineFwd.h
++++ b/unsupported/Eigen/src/Splines/SplineFwd.h
+@@ -67,7 +67,7 @@
        typedef Array<_Scalar,Dynamic,Dynamic,RowMajor,NumOfDerivativesAtCompileTime,OrderAtCompileTime> BasisDerivativeType;
        
        /** \brief The data type used to store the spline's derivative values. */      
diff --git a/debian/patches/remove_piwik.patch b/debian/patches/04_remove_piwik.patch
similarity index 79%
rename from debian/patches/remove_piwik.patch
rename to debian/patches/04_remove_piwik.patch
index 14b54d7..8c7e4f1 100644
--- a/debian/patches/remove_piwik.patch
+++ b/debian/patches/04_remove_piwik.patch
@@ -1,15 +1,14 @@
 Description: remove piwik scripts.
 Author: Anton Gladky <gladk at debian.org>
-Last-Update: 2014-01-30
+Last-Update: 2014-02-27
 
---- eigen3-3.2.0.orig/doc/eigendoxy_footer.html.in
-+++ eigen3-3.2.0/doc/eigendoxy_footer.html.in
-@@ -17,21 +17,6 @@ $generatedby  <a href="http://www.d
+--- a/doc/eigendoxy_footer.html.in
++++ b/doc/eigendoxy_footer.html.in
+@@ -17,19 +17,6 @@
  </small></address>
  <!--END !GENERATE_TREEVIEW-->
  
--<!-- Piwik --> 
--<!--
+-<!-- Piwik -->
 -<script type="text/javascript">
 -var pkBaseURL = (("https:" == document.location.protocol) ? "https://stats.sylphide-consulting.com/piwik/" : "http://stats.sylphide-consulting.com/piwik/");
 -document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
@@ -20,7 +19,6 @@ Last-Update: 2014-01-30
 -piwikTracker.enableLinkTracking();
 -} catch( err ) {}
 -</script><noscript><p><img src="http://stats.sylphide-consulting.com/piwik/piwik.php?idsite=20" style="border:0" alt="" /></p></noscript>
---->
 -<!-- End Piwik Tracking Code -->
 -
  </body>
diff --git a/debian/patches/series b/debian/patches/series
index 68f8bd1..0495c13 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
-installFindEigen3.patch
-remove_buildtype_check.patch
-fix_spline_module.patch
-remove_piwik.patch
+01_install_FindEigen3.patch
+02_remove_buildtype_check.patch
+03_fix_spline_module.patch
+
+04_remove_piwik.patch

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