Your message dated Fri, 26 Jul 2024 18:58:38 +0000
with message-id <e1sxq9g-005eap...@fasolo.debian.org>
and subject line Bug#1075984: Removed package(s) from unstable
has caused the Debian Bug report #980295,
regarding davs2: 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.)


-- 
980295: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980295
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: davs2
Version: 1.6-1~exp2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
davs2 could not be built reproducibly.

This is because it embeds the build time via the XBUILD_TIME macro. A
patch is attached that uses SOURCE_DATE_EPOCH [1].

 [0] https://reproducible-builds.org/
 [1] https://reproducible-builds.org/specs/source-date-epoch/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/patches/1003_reproducible_build.patch      1970-01-01 
01:00:00.000000000 +0100
--- b/debian/patches/1003_reproducible_build.patch      2021-01-17 
12:50:09.947620440 +0000
@@ -0,0 +1,15 @@
+Description: Make the build reproducible
+Author: Chris Lamb <la...@debian.org>
+Last-Update: 2021-01-17
+
+--- davs2-1.6.orig/version.sh
++++ davs2-1.6/version.sh
+@@ -24,7 +24,7 @@ VER_MAJOR=`echo $(($api / 10))`
+ VER_MINOR=`echo $(($api % 10))`
+ 
+ # date and time information
+-BUILD_TIME=`date "+%Y-%m-%d %H:%M:%S"`
++BUILD_TIME=`date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" "+%Y-%m-%d 
%H:%M:%S"`
+ 
+ # generate the file version.h
+ echo "// 
==========================================================================="  > 
version.h
--- a/debian/patches/series     2021-01-17 12:45:19.141640553 +0000
--- b/debian/patches/series     2021-01-17 12:50:08.675611780 +0000
@@ -4,3 +4,4 @@
 020181224~5645e27.patch
 1001_allow_preseeded_revision.patch
 1002_fix_arch_optimizations.patch
+1003_reproducible_build.patch

--- End Message ---
--- Begin Message ---
Version: 1.6-1+rm

Dear submitter,

as the package davs2 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/1075984

The version of this package that was in Debian prior to this removal
can still be found using https://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
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to