[libosmium] 01/03: Add patch to make build reproducible.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jun 27 18:33:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository libosmium.
commit b65eb009795d99fb07b6e94408056ed88f230055
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jun 27 20:05:31 2015 +0200
Add patch to make build reproducible.
---
debian/changelog | 6 ++++++
debian/patches/reproducible-build.patch | 15 +++++++++++++++
debian/patches/series | 1 +
3 files changed, 22 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e712bc7..806ec9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libosmium (2.1.0-4) UNRELEASED; urgency=medium
+
+ * Add patch to make build reproducible.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sat, 27 Jun 2015 20:05:23 +0200
+
libosmium (2.1.0-3) unstable; urgency=medium
* Add Conflicts/Provides/Replaces on libosmium-dev to libosmium2-dev.
diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
new file mode 100644
index 0000000..95a2baf
--- /dev/null
+++ b/debian/patches/reproducible-build.patch
@@ -0,0 +1,15 @@
+Description: Make build reproducible by disabling Doxygen HTML timestamps.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/doc/Doxyfile.in
++++ b/doc/Doxyfile.in
+@@ -1128,7 +1128,7 @@ HTML_COLORSTYLE_GAMMA = 80
+ # The default value is: YES.
+ # This tag requires that the tag GENERATE_HTML is set to YES.
+
+-HTML_TIMESTAMP = YES
++HTML_TIMESTAMP = NO
+
+ # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
+ # documentation will contain sections that can be hidden and shown after the
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..55077d0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+reproducible-build.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libosmium.git
More information about the Pkg-grass-devel
mailing list