Your message dated Wed, 18 Mar 2020 02:50:06 +0000
with message-id <[email protected]>
and subject line Bug#954061: Removed package(s) from unstable
has caused the Debian Bug report #831328,
regarding uswsusp: 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.)
--
831328: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831328
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: uswsusp
Version: 1.0+20120915-6.1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the "reproducible builds" effort [0], we noticed
that uswsusp could not be built reproducibly.
Patch attached. It can probably be sent upstream.
[0] https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/patches/13_reproducible_build.patch 1970-01-01
02:00:00.000000000 +0200
--- b/debian/patches/13_reproducible_build.patch 2016-07-14
17:15:18.212410954 +0200
@@ -0,0 +1,14 @@
+Author: Chris Lamb <[email protected]>
+Last-Update: 2016-07-14
+
+--- uswsusp-1.0+20120915.orig/wlcsv2c.pl
++++ uswsusp-1.0+20120915/wlcsv2c.pl
+@@ -52,7 +52,7 @@ close(OUF);
+
+ sub print_c_header
+ {
+- ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)=localtime(time);
++
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)=gmtime($ENV{SOURCE_DATE_EPOCH}
|| time);
+
+ printf OUF "/* whitelist.c\n";
+ printf OUF " * whitelist of machines that are known to work somehow\n";
--- a/debian/patches/series 2016-07-14 17:12:46.370896752 +0200
--- b/debian/patches/series 2016-07-14 17:15:05.948288585 +0200
@@ -11,3 +11,4 @@
10_checksum_buffer_size.patch
11_disable_gcrypt.patch
12_gcc5-ftbfs_c99.diff
+13_reproducible_build.patch
--- End Message ---
--- Begin Message ---
Version: 1.0+20120915-6.2+rm
Dear submitter,
as the package uswsusp 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/954061
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
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 ---