• Bug#1066905: FTBFS on 32-bit arches with 64-bit time_t

    From Amin Bandali@21:1/5 to All on Fri Mar 15 11:40:02 2024
    Control: tags -1 patch

    Please find attached the debdiff for the incoming NMU for this.

    diff -Nru lirc-0.10.2/debian/changelog lirc-0.10.2/debian/changelog
    --- lirc-0.10.2/debian/changelog 2024-02-28 16:15:12.000000000 -0500
    +++ lirc-0.10.2/debian/changelog 2024-03-15 06:21:53.000000000 -0400
    @@ -1,3 +1,12 @@
    +lirc (0.10.2-0.8) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * debian/patches/fix-ftbfs-32bit-arches-64bit-time_t.patch: Add
    + upstream patch to fix FTBFS on 32-bit arches with 64-bit time_t.
    + (Closes: #1066905)
    +
    + -- Amin Bandali <bandali@debian.org> Fri, 15 Mar 2024 06:21:53 -0400
    +
    lirc (0.10.2-0.7) unstable; urgency=medium

    * Non-maintainer upload.
    diff -Nru lirc-0.10.2/debian/patches/fix-ftbfs-32bit-arches-64bit-time_t.patch lirc-0.10.2/debian/patches/fix-ftbfs-32bit-arches-64bit-time_t.patch
    --- lirc-0.10.2/debian/patches/fix-ftbfs-32bit-arches-64bit-time_t.patch 1969-12-31 19:00:00.000000000 -0500
    +++ lirc-0.10.2/debian/patches/fix-ftbfs-32bit-arches-64bit-time_t.patch 2024-03-15 05:59:32.000000000 -0400
    @@ -0,0 +1,71 @@
    +From c23dd2512a4dbb3944f5494d26b40d6f25a27faf Mon Sep 17 00:00:00 2001
    +From: Rud