[Reproducible-commits] [dpkg] 59/61: Enable the timeless build flags by default.

Jérémy Bobbio lunar at moszumanska.debian.org
Mon Sep 21 09:57:47 UTC 2015


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

lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit aa736e0b453df45d6cdbd429662751e14068caec
Author: Paul Wise <pabs at debian.org>
Date:   Sat Sep 27 10:51:21 2014 +0800

    Enable the timeless build flags by default.
---
 man/dpkg-buildflags.1         | 2 +-
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/dpkg-buildflags.1 b/man/dpkg-buildflags.1
index f484eaa..c86b01a 100644
--- a/man/dpkg-buildflags.1
+++ b/man/dpkg-buildflags.1
@@ -369,7 +369,7 @@ compilation. Except as noted below, these are enabled by default for
 architectures that support them.
 .TP
 .B timeless
-This setting (disabled by default) adds
+This setting (enabled by default) adds
 .B \-Wdate\-time
 to \fBCPPFLAGS\fP.
 This will cause warnings when the \fB__TIME__\fP, \fB__DATE__\fP and
diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm
index 9b40e7a..db40b2c 100644
--- a/scripts/Dpkg/Vendor/Debian.pm
+++ b/scripts/Dpkg/Vendor/Debian.pm
@@ -157,7 +157,7 @@ sub _add_reproducible_flags {
 
     # Default feature states.
     my %use_feature = (
-        timeless => 0,
+        timeless => 1,
     );
 
     # Adjust features based on user or maintainer's desires.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list