summaryrefslogtreecommitdiff
path: root/debian/patches/0007-Move-towards-reproducible-builds.patch
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-01-21 10:41:14 +0100
committerGard Spreemann <gspr@nonempty.org>2020-01-21 10:41:14 +0100
commit3d1fc128ab514532da240453111e344b28459ea1 (patch)
tree35d6c037abe87df84b4c0c5246ff4c85248a5f90 /debian/patches/0007-Move-towards-reproducible-builds.patch
parent901331d656a7c3f4a1799a35d554be7291a76686 (diff)
Refresh patches.
Diffstat (limited to 'debian/patches/0007-Move-towards-reproducible-builds.patch')
-rw-r--r--debian/patches/0007-Move-towards-reproducible-builds.patch11
1 files changed, 5 insertions, 6 deletions
diff --git a/debian/patches/0007-Move-towards-reproducible-builds.patch b/debian/patches/0007-Move-towards-reproducible-builds.patch
index 4c487bab..7e2f01db 100644
--- a/debian/patches/0007-Move-towards-reproducible-builds.patch
+++ b/debian/patches/0007-Move-towards-reproducible-builds.patch
@@ -1,16 +1,15 @@
From: Gard Spreemann <gspr@nonempty.org>
-Date: Tue, 10 Dec 2019 14:31:47 +0100
+Date: Tue, 21 Jan 2020 10:39:23 +0100
Subject: Move towards reproducible builds.
-This probably does not take us all the way there, and probably breaks
-doctest, but since we're not doing sphinx stuff yet anyway, that is ok
-for now.
+This does not take us all the way there, and probably breaks doctest,
+but since we're not doing Sphinx stuff yet anyway, that is ok for now.
---
src/python/gudhi/__init__.py.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/python/gudhi/__init__.py.in b/src/python/gudhi/__init__.py.in
-index 28bab0e..e22dde4 100644
+index 79e12fb..991745a 100644
--- a/src/python/gudhi/__init__.py.in
+++ b/src/python/gudhi/__init__.py.in
@@ -15,7 +15,7 @@ __copyright__ = "Copyright (C) 2016 Inria"
@@ -21,4 +20,4 @@ index 28bab0e..e22dde4 100644
+__root_source_dir__ = "."
__debug_info__ = @GUDHI_PYTHON_DEBUG_INFO@
- from sys import exc_info
+ __all__ = [@GUDHI_PYTHON_MODULES@ @GUDHI_PYTHON_MODULES_EXTRA@]