[Reproducible-commits] [dpkg] 21/33: Dpkg::Vendor::Debian: Enable fixdebugpath build flag feature by default

Mattia Rizzolo mattia at debian.org
Mon Aug 1 10:25:58 UTC 2016


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

mattia pushed a commit to branch master
in repository dpkg.

commit 94852b0e8973d2f9878dc93794346d8670c0720e
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu Jul 28 10:55:31 2016 +0200

    Dpkg::Vendor::Debian: Enable fixdebugpath build flag feature by default
    
    Closes: #832179
    Signed-off-by: Guillem Jover <guillem at debian.org>
---
 debian/changelog              | 2 ++
 man/dpkg-buildflags.1         | 2 +-
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0267379..191e827 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ dpkg (1.18.10) UNRELEASED; urgency=medium
     - Generate reproducible source tarballs by using the new GNU tar
       --clamp-mtime option in Dpkg::Source::Archive, to make sure no file
       in source packages has an mtime later than the changelog entry time.
+    - Enable fixdebugpath build flag feature by default.
+      Thanks to Mattia Rizzolo <mattia at debian.org>. Closes: #832179
   * Documentation:
     - Document Testsuite-Triggers in dsc(5).
     - Fix deb-changes(5) description to talk about .changes instead of .dsc.
diff --git a/man/dpkg-buildflags.1 b/man/dpkg-buildflags.1
index ab79ad5..cb157c9 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\-prefix\-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 29aeece..ebb1750 100644
--- a/scripts/Dpkg/Vendor/Debian.pm
+++ b/scripts/Dpkg/Vendor/Debian.pm
@@ -158,7 +158,7 @@ sub _add_reproducible_flags {
     # Default feature states.
     my %use_feature = (
         timeless => 1,
-        fixdebugpath => 0,
+        fixdebugpath => 1,
     );
 
     my $build_path;

-- 
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