Your message dated Fri, 26 Jul 2024 18:57:49 +0000 with message-id <[🔎] E1sXQ8T-005e8s-Lt@fasolo.debian.org> and subject line Bug#1075983: Removed package(s) from unstable has caused the Debian Bug report #952493, regarding xavs2: 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 owner@bugs.debian.org immediately.) -- 952493: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952493 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: xavs2: please make the build reproducible
- From: "Chris Lamb" <lamby@debian.org>
- Date: Mon, 24 Feb 2020 16:02:52 -0800
- Message-id: <cfeaf9cf-26dc-4e4d-bc4a-c2f7622e8f0c@sloti26t01>
Source: xavs2 Version: 1.3-1~exp2 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org Hi, Whilst working on the Reproducible Builds effort [0] we noticed that xavs2 could not be built reproducibly. Patch attached, although that xavs2 will still vary due to the embedding the path in calls to assert(...). [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` lamby@debian.org / chris-lamb.co.uk `---- a/debian/patches/1003_reproducible_build.patch 1969-12-31 16:00:00.000000000 -0800 --- b/debian/patches/1003_reproducible_build.patch 2020-02-24 15:38:11.940987381 -0800 @@ -0,0 +1,17 @@ +Description: Make the build reproducible +Author: Chris Lamb <lamby@debian.org> +Last-Update: 2020-02-24 + +--- xavs2-1.3.orig/version.sh ++++ xavs2-1.3/version.sh +@@ -24,7 +24,9 @@ VER_MAJOR=`echo $(($api / 10))` + VER_MINOR=`echo $(($api % 10))` + + # date and time information +-BUILD_TIME=`date "+%Y-%m-%d %H:%M:%S"` ++DATE_FMT="+%Y-%m-%d %H:%M:%S" ++SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(date +%s)}" ++BUILD_TIME=$(date -u -d "@$SOURCE_DATE_EPOCH" "$DATE_FMT" 2>/dev/null || date -u -r "$SOURCE_DATE_EPOCH" "$DATE_FMT" 2>/dev/null || date -u "$DATE_FMT") + + # generate the file version.h + echo "// ===========================================================================" > version.h --- a/debian/patches/series 2020-02-24 15:30:28.338962779 -0800 --- b/debian/patches/series 2020-02-24 15:38:10.548980153 -0800 @@ -2,3 +2,4 @@ 020181225~ffa8095.patch 1001_allow_preseeded_revision.patch 1002_fix_arch_optimizations.patch +1003_reproducible_build.patch
--- End Message ---
--- Begin Message ---
- To: 952493-done@bugs.debian.org,1024723-done@bugs.debian.org,1071817-done@bugs.debian.org,
- Cc: xavs2@packages.debian.org
- Subject: Bug#1075983: Removed package(s) from unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 26 Jul 2024 18:57:49 +0000
- Message-id: <[🔎] E1sXQ8T-005e8s-Lt@fasolo.debian.org>
Version: 1.3-1+rm Dear submitter, as the package xavs2 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/1075983 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 ftpmaster@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---