[eigen3] 01/02: Remove the line, which causes unreproducible builds.

Anton Gladky gladk at moszumanska.debian.org
Thu Jun 18 17:56:51 UTC 2015


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

gladk pushed a commit to branch master
in repository eigen3.

commit ec8931aef12e81d0b55c6c843b025ade63fdb59d
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Jun 18 18:54:35 2015 +0200

    Remove the line, which causes unreproducible builds.
---
 debian/patches/05_remove_html_timestamp.patch |  2 ++
 debian/patches/06_remove_doc_matrix.patch     | 12 ++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/patches/05_remove_html_timestamp.patch b/debian/patches/05_remove_html_timestamp.patch
index 40c527a..4aa9f04 100644
--- a/debian/patches/05_remove_html_timestamp.patch
+++ b/debian/patches/05_remove_html_timestamp.patch
@@ -2,6 +2,8 @@ Description: Do not set HTML_TIMESTAMP in documentation
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2015-06-17
 
+Index: eigen3-3.2.5/doc/Doxyfile.in
+===================================================================
 --- eigen3-3.2.5.orig/doc/Doxyfile.in
 +++ eigen3-3.2.5/doc/Doxyfile.in
 @@ -1005,7 +1005,7 @@ HTML_COLORSTYLE_GAMMA  = 80
diff --git a/debian/patches/06_remove_doc_matrix.patch b/debian/patches/06_remove_doc_matrix.patch
new file mode 100644
index 0000000..5b2eea1
--- /dev/null
+++ b/debian/patches/06_remove_doc_matrix.patch
@@ -0,0 +1,12 @@
+Description: Remove the line, which causes unreproducible builds
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2015-06-18
+
+--- eigen3-3.2.5.orig/doc/snippets/Matrix_resize_int_int.cpp
++++ eigen3-3.2.5/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;
+ m.resize(2,2);
+-cout << m << endl;
++
diff --git a/debian/patches/series b/debian/patches/series
index 0cac697..e0acc01 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 03_fix_spline_module.patch
 04_remove_piwik.patch
 05_remove_html_timestamp.patch
+06_remove_doc_matrix.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