Bug#1064166: ldc: NMU diff for 64-bit time_t transition

2024-02-23 Thread Steve Langasek
On Sat, Feb 24, 2024 at 08:12:09AM +0100, Matthias Klumpp wrote: > Am Sa., 24. Feb. 2024 um 08:00 Uhr schrieb Steve Langasek : > > Hi Matthias, > > > > I see you've implemented this as: > > > > ifneq (,$(filter $(DEB_HOST_ARCH), armhf)) > > export DEB_BUILD_MAINT_OPTIONS +=

Bug#1064166: ldc: NMU diff for 64-bit time_t transition

2024-02-23 Thread Matthias Klumpp
Am Sa., 24. Feb. 2024 um 08:00 Uhr schrieb Steve Langasek : > > Hi Matthias, > > I see you've implemented this as: > > ifneq (,$(filter $(DEB_HOST_ARCH), armhf)) > export DEB_BUILD_MAINT_OPTIONS += abi=+time64,+lfs > endif > > Please note that armhf is not the only architecture affected by

Bug#1064166: ldc: NMU diff for 64-bit time_t transition

2024-02-23 Thread Steve Langasek
Hi Matthias, I see you've implemented this as: ifneq (,$(filter $(DEB_HOST_ARCH), armhf)) export DEB_BUILD_MAINT_OPTIONS += abi=+time64,+lfs endif Please note that armhf is not the only architecture affected by this ABI change: armel is also a release architecture affected, and there

Bug#1064166: ldc: NMU diff for 64-bit time_t transition

2024-02-17 Thread Steve Langasek
Source: ldc Version: 1:1.35.0-1.2 Severity: important Tags: patch pending sid trixie User: debian-...@lists.debian.org Usertags: time-t NOTICE: these changes must not be uploaded to unstable yet! Dear maintainer, As part of the 64-bit time_t transition required to support 32-bit architectures