summaryrefslogtreecommitdiff
path: root/debian/patches/0007-Move-towards-reproducible-builds.patch
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-12-23 16:55:02 +0100
committerGard Spreemann <gspr@nonempty.org>2021-12-23 16:56:27 +0100
commit1ff14a8264cc6e4dd9f10d3141b3901052e9a1d4 (patch)
treea129c6a829599f0fd0232296e62400f65ea09c96 /debian/patches/0007-Move-towards-reproducible-builds.patch
parent186d9d35caeb320e30792ddbff52218b13b88688 (diff)
Renumber patchesdebian/3.4.1+dfsg-3
Diffstat (limited to 'debian/patches/0007-Move-towards-reproducible-builds.patch')
-rw-r--r--debian/patches/0007-Move-towards-reproducible-builds.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/debian/patches/0007-Move-towards-reproducible-builds.patch b/debian/patches/0007-Move-towards-reproducible-builds.patch
deleted file mode 100644
index 7d6ae95d..00000000
--- a/debian/patches/0007-Move-towards-reproducible-builds.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Gard Spreemann <gspr@nonempty.org>
-Date: Tue, 21 Jan 2020 10:39:23 +0100
-Subject: Move towards reproducible builds.
-
-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 3043201..ef6389e 100644
---- a/src/python/gudhi/__init__.py.in
-+++ b/src/python/gudhi/__init__.py.in
-@@ -15,7 +15,7 @@ __copyright__ = "Copyright (C) 2016 Inria"
- __license__ = "https://gudhi.inria.fr/licensing/"
- __version__ = "@GUDHI_VERSION@"
- # This variable is used by doctest to find files
--__root_source_dir__ = "@CMAKE_SOURCE_DIR@"
-+__root_source_dir__ = "."
- __debug_info__ = @GUDHI_PYTHON_DEBUG_INFO@
-
- __all__ = [@GUDHI_PYTHON_MODULES@ @GUDHI_PYTHON_MODULES_EXTRA@]