[Reproducible-commits] [dpkg] 01/02: enable reproducible/fixdebugpath build flag by default.
Mattia Rizzolo
mattia at debian.org
Wed Jul 6 13:51:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch pu/reproducible_builds
in repository dpkg.
commit 9e53fba23108721b2246c42f382ff60db9a84171
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sat Jun 11 22:26:46 2016 +0000
enable reproducible/fixdebugpath build flag 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 6c30d60..d8fccc9 100644
--- a/man/dpkg-buildflags.1
+++ b/man/dpkg-buildflags.1
@@ -411,7 +411,7 @@ This will cause warnings when the \fB__TIME__\fP, \fB__DATE__\fP and
.
.TP
.B fixdebugpath
-This setting (disabled by default) adds
+This setting (enabled by default) adds
.BI \%\-fdebug\-path\-map= BUILDPATH =.
to \fBCFLAGS\fP, \fBCXXFLAGS\fP, \fBOBJCFLAGS\fP, \fBOBJCXXFLAGS\fP,
\fBGCJFLAGS\fP, \fBFFLAGS\fP and \fBFCFLAGS\fP where \fBBUILDPATH\fP is
diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm
index df53a94..7616b7a 100644
--- a/scripts/Dpkg/Vendor/Debian.pm
+++ b/scripts/Dpkg/Vendor/Debian.pm
@@ -160,7 +160,7 @@ sub _add_reproducible_flags {
# Default feature states.
my %use_feature = (
timeless => 1,
- fixdebugpath => 0,
+ fixdebugpath => 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