Your message dated Sat, 29 Oct 2016 04:46:04 +0000
with message-id <[email protected]>
and subject line Bug#842355: Removed package(s) from unstable
has caused the Debian Bug report #828780,
regarding iptraf: 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.)
--
828780: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828780
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: iptraf
Version: 3.0.0-8.1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: uname
X-Debbugs-Cc: [email protected]
Hi!
While working on the "reproducible builds" effort [1], we have noticed
that iptraf could not be built reproducibly.
It embeds the kernel- and machine name into the binary.
The attached patch removes this information, as it is not interesting
to the user on which architecture the binary was built.
Regards,
Reiner
[1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/src/iptraf.c b/src/iptraf.c
index c386a89..3db09ed 100644
--- a/src/iptraf.c
+++ b/src/iptraf.c
@@ -261,7 +261,6 @@ void program_interface(struct OPTIONS *options,
if (opt == 0) {
attrset(STATUSBARATTR);
- mvprintw(LINES - 1, 1, PLATFORM);
about();
tx_initmenu(&menu, 13, 35, (LINES - 14) / 2, (COLS - 35) / 2,
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 3.0.0-8.1+rm
Dear submitter,
as the package iptraf 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/842355
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
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---