[dpkg] 01/01: Revert "Only disable fixdebugpath on amd64"

Ximin Luo infinity0 at debian.org
Mon Oct 16 13:31:09 UTC 2017


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

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

commit 702141d45af5b509af93be4464de996a6d3b8609
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Oct 16 15:30:40 2017 +0200

    Revert "Only disable fixdebugpath on amd64"
    
    This reverts commit b861250e7ba63ad7263c22fcbb11073ce698e499.
---
 debian/changelog              | 2 +-
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ffbfc84..886a4cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ dpkg (1.18.23.0~reproducible2) unstable; urgency=medium
   * dpkg-buildpackage: Append ${pkg}_${ver} to the BUILD_PATH_PREFIX_MAP envvar
     as described by https://reproducible-builds.org/specs/build-path-prefix-map/
   * dpkg-buildflags: Don't set -fdebug-prefix-map by default, and explain why
-    in the documentation. CURRENTLY ONLY ON amd64 FOR tests.r-b.org.
+    in the documentation.
   * dpkg-genbuildinfo: Also whitelist the BUILD_PATH_PREFIX_MAP envvar when
     build-paths are requested to be written in the buildinfo.
   * pkg-info.mk: Set and export the BUILD_PATH_PREFIX_MAP envvar, as described
diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm
index 44307d1..2562b29 100644
--- a/scripts/Dpkg/Vendor/Debian.pm
+++ b/scripts/Dpkg/Vendor/Debian.pm
@@ -145,7 +145,7 @@ sub _add_reproducible_flags {
     # Default feature states.
     my %use_feature = (
         timeless => 1,
-        fixdebugpath => (get_host_arch() eq 'amd64') ? 0 : 1,
+        fixdebugpath => 0,
     );
 
     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