diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:46:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:46:17 +0000 |
commit | 25e003727af97ee93b1663d2df72b76fc4975dc9 (patch) | |
tree | a40811a107ace33142d3229769f28277ee050fb8 /debian/patches/reproducible-build.diff | |
parent | Adding upstream version 2.1.1. (diff) | |
download | mdds-25e003727af97ee93b1663d2df72b76fc4975dc9.tar.xz mdds-25e003727af97ee93b1663d2df72b76fc4975dc9.zip |
Adding debian version 2.1.1-2.debian/2.1.1-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/reproducible-build.diff')
-rw-r--r-- | debian/patches/reproducible-build.diff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/reproducible-build.diff b/debian/patches/reproducible-build.diff new file mode 100644 index 0000000..ac4260c --- /dev/null +++ b/debian/patches/reproducible-build.diff @@ -0,0 +1,15 @@ +Description: Make the build reproducible +Author: Chris Lamb <lamby@debian.org> +Last-Update: 2018-01-23 + +--- mdds-1.3.1.orig/doc/doxygen.conf ++++ mdds-1.3.1/doc/doxygen.conf +@@ -132,7 +132,7 @@ INLINE_INHERITED_MEMB = NO + # shortest path that makes the file name unique will be used + # The default value is: YES. + +-FULL_PATH_NAMES = YES ++FULL_PATH_NAMES = NO + + # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. + # Stripping is only done if one of the specified strings matches the left-hand |