Your message dated Mon, 31 Aug 2015 22:27:43 +0000
with message-id <[email protected]>
and subject line Bug#797599: Removed package(s) from unstable
has caused the Debian Bug report #779149,
regarding autorun4linuxcd: please make 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.)
--
779149: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779149
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: autorun4linuxcd
Version: 0.13+nmu1
Severity: normal
Tags: patch
shellrun.exe is currently built with an embedded timestamp, and the
internal checksum also changes when the timestamp varies.
This makes it difficult to reproduce a binary-equivalent package, as seen here:
https://reproducible.debian.net/rb-pkg/autorun4linuxcd.html
The attached patch should resolve the issue.
--dkg
-- System Information:
Debian Release: 8.0
APT prefers testing
APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru autorun4linuxcd-0.13+nmu1/debian/changelog autorun4linuxcd-0.13+nmu2/debian/changelog
--- autorun4linuxcd-0.13+nmu1/debian/changelog 2014-03-09 09:39:05.000000000 -0400
+++ autorun4linuxcd-0.13+nmu2/debian/changelog 2015-02-24 15:50:06.000000000 -0500
@@ -1,3 +1,10 @@
+autorun4linuxcd (0.13+nmu2) unstable; urgency=medium
+
+ * Non-maintainer upload
+ * Make build reproducible
+
+ -- Daniel Kahn Gillmor <[email protected]> Tue, 24 Feb 2015 15:49:53 -0500
+
autorun4linuxcd (0.13+nmu1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru autorun4linuxcd-0.13+nmu1/debian/rules autorun4linuxcd-0.13+nmu2/debian/rules
--- autorun4linuxcd-0.13+nmu1/debian/rules 2014-03-09 09:38:11.000000000 -0400
+++ autorun4linuxcd-0.13+nmu2/debian/rules 2015-02-24 15:49:39.000000000 -0500
@@ -15,7 +15,7 @@
build-stamp: patch
dh_testdir
- i686-w64-mingw32-gcc shellrun/shellrun.c -o shellrun/shellrun.exe
+ i686-w64-mingw32-gcc shellrun/shellrun.c -Xlinker --no-insert-timestamp -o shellrun/shellrun.exe
touch build-stamp
--- End Message ---
--- Begin Message ---
Version: 0.13+nmu1+rm
Dear submitter,
as the package autorun4linuxcd 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/797599
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 ---