Package: release.debian.org
Control: affects -1 + src:tmperamental
X-Debbugs-Cc: paul...@debian.org
User: release.debian....@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package tmperamental

The package version fixes an RC bug.

[ Reason ]
This package FTBFS during a rebuild of all packages in sid on armhf, as
part of the ftbfs-t64-armhf run. I missed this bug until today (at a BSP!).

[ Impact ]
This package will no longer FTBFS on armhf.

[ Tests ]
This package doesn't deal with time_t, it's just a matter of coaxing the
compiler into being happy.

[ Risks ]
Package continues to FTBFS on armhf :)

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

unblock tmperamental/1.5

--
  ⢀⣴⠾⠻⢶⣦⠀               Paul Tagliamonte <paultag>
  ⣾⠁⢠⠒⠀⣿⡁  https://people.debian.org/~paultag | https://pault.ag/
  ⢿⡄⠘⠷⠚⠋        Debian, the universal operating system.
  ⠈⠳⣄⠀⠀  4096R / FEF2 EB20 16E6 A856 B98C  E820 2DCD 6B5D E858 ADF3
diff -Nru tmperamental-1.4/debian/changelog tmperamental-1.5/debian/changelog
--- tmperamental-1.4/debian/changelog   2020-03-08 12:17:06.000000000 -0400
+++ tmperamental-1.5/debian/changelog   2025-05-24 15:28:31.000000000 -0400
@@ -1,3 +1,10 @@
+tmperamental (1.5) unstable; urgency=medium
+
+  * Unset _TIME_BITS; we don't use time_t in this package (at least not
+    directly) (Closes: #1069505)
+
+ -- Paul Tagliamonte <paul...@debian.org>  Sat, 24 May 2025 15:28:31 -0400
+
 tmperamental (1.4) unstable; urgency=medium
 
   * build-test should depend on libc6-dev
diff -Nru tmperamental-1.4/src/tmperamental.c 
tmperamental-1.5/src/tmperamental.c
--- tmperamental-1.4/src/tmperamental.c 2020-03-06 16:28:16.000000000 -0500
+++ tmperamental-1.5/src/tmperamental.c 2025-05-24 15:28:01.000000000 -0400
@@ -26,6 +26,7 @@
 
 #undef _LARGEFILE64_SOURCE
 #undef _FILE_OFFSET_BITS
+#undef _TIME_BITS
 
 #include <dlfcn.h>
 #include <string.h>

Attachment: signature.asc
Description: PGP signature

Reply via email to