Source: tempest-for-eliza Severity: normal Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
The build path is embedded in /usr/share/doc/tempest-for-eliza/songs/Makefile.gz: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/tempest-for-eliza.html MAKEINFO·=·/build/1st/tempest-for-eliza-1.0.5/missing·makeinfo vs. MAKEINFO·=·/build/2/tempest-for-eliza-1.0.5/2nd/missing·makeinfo The attached patch to debian/rules fixes this by correcting the attempted removal of the Makefile. According to my local tests, with this patch applied tempest-for-eliza should build reproducibly on tests.reproducible-builds.org! Thanks for maintaining tempest-for-eliza! live well, vagrant
From 92296c05ffb6eae857868a2fb601ab5a266bb15a Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian <vagr...@reproducible-builds.org> Date: Tue, 27 Sep 2022 02:01:25 +0000 Subject: [PATCH] debian/rules: Fix removal of Makefile which contained build paths. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6d61f8c..934b1c6 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ build/tempest-for-eliza:: pandoc -s -w man ./debian/easy_eliza.1.md -o easy_eliza.1 install/tempest-for-eliza:: - rm -rf ./debian/tmp/usr/share/doc/tempest-for-eliza/songs/Makefile* + rm -f ./songs/Makefile clean:: rm -f tempest_for_eliza.1 tempest_for_mp3.1 easy_eliza.1 -- 2.37.2
signature.asc
Description: PGP signature