[Pkg-privacy-commits] [onioncat] 335/340: Add reproducible=+timeless to DEB_BUILD_MAINT_OPTIONS.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:04:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository onioncat.
commit 8a94e8bec1dbaae6f3d47fb720be372f72f07da9
Author: intrigeri <intrigeri at boum.org>
Date: Mon May 4 22:24:34 2015 +0000
Add reproducible=+timeless to DEB_BUILD_MAINT_OPTIONS.
This makes the build warn if timestamps are introduced by CPP macros:
https://wiki.debian.org/ReproducibleBuilds/TimestampsFromCPPMacros
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 07f5df6..fde42f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=+timeless
%:
dh $@ --with autoreconf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncat.git
More information about the Pkg-privacy-commits
mailing list