Your message dated Wed, 18 Jan 2017 13:03:40 +0000
with message-id <[email protected]>
and subject line Bug#761998: Removed package(s) from unstable
has caused the Debian Bug report #834017,
regarding valknut: 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.)


-- 
834017: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834017
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: valknut
Version: 0.4.9-2.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 valknut could not be built reproducibly.

Patch attached.

 [0] https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/patches/reproducible_build.patch   1970-01-01 01:00:00.000000000 
+0100
--- b/debian/patches/reproducible_build.patch   2016-08-11 13:56:48.523933869 
+0100
@@ -0,0 +1,20 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2016-08-11
+
+--- valknut-0.4.9.orig/configure.in
++++ valknut-0.4.9/configure.in
+@@ -124,7 +124,12 @@ fi
+ 
+ AC_MSG_CHECKING([for build date and svn revision])
+ 
+-SERIAL="`date +%Y%m%d`"
++if test "x${SOURCE_DATE_EPOCH}" = "x"
++then
++  SERIAL="`date +%Y%m%d`"
++else
++  SERIAL="`date --utc --date="@${SOURCE_DATE_EPOCH}" +%Y%m%d`"
++fi
+ AC_SUBST(SERIAL)
+ 
+ VALKNUT_BUILD_INFO="Build date: $SERIAL"
--- a/debian/patches/series     2016-08-11 13:37:41.482865553 +0100
--- b/debian/patches/series     2016-08-11 13:56:47.279917942 +0100
@@ -1,2 +1,3 @@
 manpages.patch
 gcc_4.7.patch
+reproducible_build.patch

--- End Message ---
--- Begin Message ---
Version: 0.4.9-2.1+rm

Dear submitter,

as the package valknut 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/761998

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 ---

Reply via email to