Your message dated Sun, 02 Oct 2022 21:06:18 +0000
with message-id <[email protected]>
and subject line Bug#824501: fixed in cclive 0.9.3-0.3
has caused the Debian Bug report #824501,
regarding cclive: please make the build reproducible (timestamps)
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.)


-- 
824501: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824501
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cclive
Version: 0.9.3-0.1
Severity: wishlist
Tags: patch upstream
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

Dear Maintainer,

While working on the `€œreproducible builds'€ effort [1], we have noticed
that 'cclive' could not be built reproducibly.

The attached patch honours the SOURCE_DATE_EPOCH environment
variable [2] to get a reproducible build date from the last
debian changelog entry.
Once applied, cclive can be built reproducibly in our current
experimental framework.

Regards,
Alexis Bienvenüe.

 [1]: https://wiki.debian.org/ReproducibleBuilds
 [2]: https://reproducible-builds.org/specs/source-date-epoch/




Description: Honour SOURCE_DATE_EPOCH
 Get build date from the environment variable SOURCA_DETE_EPOCH (is set)
 to make the build reproducible.
 See https://reproducible-builds.org/specs/source-date-epoch/
Author: Alexis Bienvenüe <[email protected]>

--- cclive-0.9.3.orig/configure.ac
+++ cclive-0.9.3/configure.ac
@@ -37,7 +37,9 @@ AC_DEFINE_UNQUOTED([CXXFLAGS], "$CXXFLAG
 AC_DEFINE_UNQUOTED([CXX], "$CXX", [Define to compiler])
 
 AC_PATH_PROG([DATE], [date], [no])
-AS_IF([test x"$DATE" != "xno"], [build_time=`$DATE +"%F %T %z"`])
+DATE_FMT="%F %T %z"
+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" 2>/dev/null)
 AC_DEFINE_UNQUOTED([BUILD_TIME], ["$build_time"], [We have build time])
 
 AC_PATH_PROG([A2X], [a2x], [no])

--- End Message ---
--- Begin Message ---
Source: cclive
Source-Version: 0.9.3-0.3
Done: Vagrant Cascadian <[email protected]>

We believe that the bug you reported is fixed in the latest version of
cclive, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vagrant Cascadian <[email protected]> (supplier of updated cclive 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 22 Sep 2022 19:46:21 +0000
Source: cclive
Architecture: source
Version: 0.9.3-0.3
Distribution: unstable
Urgency: medium
Maintainer: Alejandro Garrido Mota <[email protected]>
Changed-By: Vagrant Cascadian <[email protected]>
Closes: 824501
Changes:
 cclive (0.9.3-0.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Alexis Bienvenüe ]
   * configure.ac: Honour SOURCE_DATE_EPOCH (Closes: #824501)
Checksums-Sha1:
 a78d0a539b9723bc64e6daa8785e8c0fa3a85c4a 1663 cclive_0.9.3-0.3.dsc
 7b2927033095f35debfecbaf4de7777ae5667570 5772 cclive_0.9.3-0.3.debian.tar.xz
Checksums-Sha256:
 90aa5ddd3640ffc4ceab7ee3f546604db952ccabeec3aa42b9f2ac2e14c47c1a 1663 
cclive_0.9.3-0.3.dsc
 c429b5e6ece1307ca442420d6b08c8aabdf986f1621eeecbd4274e0b88ae0093 5772 
cclive_0.9.3-0.3.debian.tar.xz
Files:
 29f0ee1fa89b00b9a2c980d629cc94eb 1663 video optional cclive_0.9.3-0.3.dsc
 d8eee3018c5963066807166ffe4edf90 5772 video optional 
cclive_0.9.3-0.3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCYyzCJyAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqgwaAQDZqahNAk71zbMO
uOxJBXXNedVnmxPdMfMM5v/OjlJ5gQD/QgThv2+gt4DHCpQde/Jz8mHP1Wu4XsKg
VW4UwSwAIws=
=DiNf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to