[Reproducible-commits] [dpkg] 02/02: enable reproducible/fixdebugpath build flag by default.
Mattia Rizzolo
mattia at debian.org
Mon Jun 13 20:11:25 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 e30862c923fc45d953e62fa7edb4b4f32b123642
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 456a0cb..ea23744 100644
--- a/man/dpkg-buildflags.1
+++ b/man/dpkg-buildflags.1
@@ -383,7 +383,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 4aa74d6..e97cb9d 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