Source: ruby3.3 Version: 3.3.4-2 Severity: normal Tags: patch Hello,
ruby3.3 currently ignores DEB_BUILD_OPTIONS because debian/rules overrides it: DEB_BUILD_OPTIONS=abi=time64 The attached patch fixes that by using += instead. Samuel -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, arm64 Kernel: Linux 6.10.4-amd64 (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled -- Samuel <A> mr - remove the home of correct users who accidentally enter mr <A> instead of rm
--- debian/rules.original 2024-08-23 12:01:30.000000000 +0000 +++ debian/rules 2024-08-23 12:01:36.000000000 +0000 @@ -10,7 +10,7 @@ TESTOPTS += -v export TESTOPTS -DEB_BUILD_OPTIONS=abi=time64 +DEB_BUILD_OPTIONS += abi=time64 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)