Your message dated Tue, 12 Jul 2022 22:55:33 +0200
with message-id <[email protected]>
and subject line Close bugs fixed in new upload of cxref
has caused the Debian Bug report #995953,
regarding cxref: reproducible-builds: Build path embedded in documentation
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
995953: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995953
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cxref
Severity: normal
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
Various documentation files embed the build path used during the build.
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/cxref.html
/usr/share/doc/cxref-doc/README.c.html
CPP··:·/build/1st/cxref-1.6e/cpp/cxref-cpp·-cxref-cpp-defines·/build/1st/cxref-1.6e/cpp/...
v.
CPP··:·/build/2/cxref-1.6e/2nd/cpp/cxref-cpp·-cxref-cpp-defines·/build/2/cxref-1.6e/2nd/cpp/...
The attached patch replaces the build path in the documentation from
debian/rules.
The patch is admittedly a shotgun approach, ideas how to make a more
elegant fix that could ideally be submitted upstream would be
appreciated!
With this patch applied(and the timestamp and usrmerge patches submitted
earlier), cxref should become reproducible on
tests.reproducible-builds.org.
Thanks for maintaining cxref!
live well,
vagrant
From 7c9224f3c74095e0b63a85a2d53c624e77bb3cdf Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Fri, 8 Oct 2021 17:43:55 +0000
Subject: [PATCH 3/4] debian/rules: Replace the build paths in the
documentation.
https://tests.reproducible-builds.org/debian/issues/captures_build_path_issue.html
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index d28ac30..55c313d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,9 @@ install-stamp: build-stamp
$(MAKE) install DESTDIR=`pwd`/debian/tmp
$(MAKE) docs DESTDIR=`pwd`/debian/tmp
+ # Remove build path from documentation
+ find doc/ -type f -exec sed -i -e "s,$(CURDIR),BUILDPATH,g" '{}' \;
+
mkdir -p debian/tmp/usr/share/cxref
mv debian/tmp/etc/cxref/cxref-cpp.defines debian/tmp/usr/share/cxref
--
2.33.0
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 1.6e-4
This bug is closed by the upload of version 1.6e-4, thanks Camm!
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---