[darkplaces] 08/12: Avoid timestamps in the binary, for reproducible builds

Simon McVittie smcv at debian.org
Thu Apr 2 09:48:58 UTC 2015


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

smcv pushed a commit to branch master
in repository darkplaces.

commit e4a41542a019cf59f516ea3fe6962a190825bea3
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Apr 2 09:49:47 2015 +0100

    Avoid timestamps in the binary, for reproducible builds
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8f629ab..1803ee8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ darkplaces (0~20140513+svn12208-1) UNRELEASED; urgency=medium
       been contributed to DarkPlaces by the author of the 3DRAS library,
       so there's no particular reason to worry about their license
   * debian/copyright: change to "Files: *" form to make lintian happier
+  * Avoid timestamps in the binary, for reproducible builds
 
  -- Simon McVittie <smcv at debian.org>  Sun, 15 Feb 2015 16:26:51 +0000
 
diff --git a/debian/rules b/debian/rules
index 57bfe6d..ef035df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,7 @@ DEB_CFLAGS_MAINT_APPEND := \
 DEB_CPPFLAGS_MAINT_APPEND := \
 	-DSVNREVISION=$(debian_version) \
 	-DBUILDTYPE=$(distro) \
+	-DNO_BUILD_TIMESTAMPS \
 	$(NULL)
 
 ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/darkplaces.git



More information about the Pkg-games-commits mailing list