Your message dated Sat, 28 Sep 2019 05:21:52 +0000
with message-id <e1ie5b2-000ehr...@fasolo.debian.org>
and subject line Bug#941288: Removed package(s) from unstable
has caused the Debian Bug report #816232,
regarding eficas: 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 ow...@bugs.debian.org
immediately.)
--
816232: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816232
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: eficas
Version: 6.4.0-1-1.1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: environment
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Hi!
While working on the "reproducible builds" effort [1], we have noticed
that eficas could not be built reproducibly.
It uses the shell-builtin 'echo' which behaves differently depending on
the used shell.
The attached patch fixes this by using printf instead.
Regards,
Reiner
[1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/debian/rules b/debian/rules
index 67b8cdb..8fdb109 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ DEB_PYTHON_INSTALL_ARGS_ALL += --no-compile \
--install-lib=/usr/share/pyshared
build/eficas::
- echo '#!/bin/sh\npython /usr/share/pyshared/Aster/qtEficas_aster.py $$*\n' > eficasQt
+ printf '#!/bin/sh\npython /usr/share/pyshared/Aster/qtEficas_aster.py $$*\n' > eficasQt
install/eficas::
# Configuration
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 6.4.0-1-2+rm
Dear submitter,
as the package eficas has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/941288
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---