Your message dated Fri, 05 Nov 2021 01:58:06 +0100
with message-id <[email protected]>
and subject line Closing
has caused the Debian Bug report #972561,
regarding ruby-appraiser: please make the build reproducible
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.)
--
972561: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972561
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-appraiser
Version: 0.2.0-3
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buidlpath
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0] we noticed that
ruby-appraiser could not be built reproducibly.
This is because it ships a strange appraiser_plugin.rb file that simply
"requires" a single file (which cannot work as this particular path is
to the build path, not the installed path).
Assuming that this file is not useful in a Debian package context, a
patch is attached that removes the file from the binary artefact.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2020-10-20 10:55:41.195010332 +0100
--- b/debian/rules 2020-10-20 11:01:07.165952612 +0100
@@ -15,3 +15,7 @@
%:
dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_install:
+ dh_auto_install
+ find debian/ -name appraiser_plugin.rb -delete
--- End Message ---
--- Begin Message ---
Hi,
I cannot reproduce the issue. The file in question contains a relative_require
to another file in the package. There is nothing unreproducible in this file.
The reprotest job also succeeds.
Maybe the original issue has been caused by a gem2deb/dh_ruby issue or
limitation and this is fixed now?
Closing this report.
Regards Daniel
--
Regards,
Daniel Leidert <[email protected]> | https://www.wgdd.de/
GPG-Key RSA4096 / BEED4DED5544A4C03E283DC74BCD0567C296D05D
GPG-Key ED25519 / BD3C132D8B3805D1808123AB7ACE00941E338C78
https://www.fiverr.com/dleidert
https://www.patreon.com/join/dleidert
signature.asc
Description: This is a digitally signed message part
--- End Message ---