Source: runit Version: 2.1.2-60 Severity: serious Tags: patch ftbfs Justification: fails to build from source (but built successfully in the past)
Dear Maintainer, runit has a versioned build-dependency on dh-buildinfo and builds with dh --with buildinfo. This is now unsatisfiable, cf. #1068809. Patch attached. -- System Information: Debian Release: 12.8 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.1.0-27-amd64 (SMP w/24 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
From f6497cc54d697fb9388392fc9e4eb25480f2697c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= <[email protected]> Date: Thu, 19 Dec 2024 02:50:24 +0100 Subject: [PATCH] Remove dh-buildinfo (see #1068809) X-Mutt-PGP: OS --- debian/control | 1 - debian/rules | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index da2b1b8..dbcb95c 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: bash-completion, dh-exec, dh-runit (>= 2.10.2), dh-sysuser (>= 1.3.6+really1.4.0), - dh-buildinfo (>= 0.11+nmu1), doc-base, Vcs-Browser: https://salsa.debian.org/debian/runit Vcs-Git: https://salsa.debian.org/debian/runit.git diff --git a/debian/rules b/debian/rules index cc4fe3a..4dde644 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ export LDFLAGS += $(shell getconf LFS_LDFLAGS) %: dh $@ --sourcedirectory=runit-$(DEB_VERSION_UPSTREAM)/src \ - --with bash_completion,runit,buildinfo,sysuser + --with bash_completion,runit,sysuser override_dh_auto_configure: cp runit-$(DEB_VERSION_UPSTREAM)/src/conf-cc \ -- 2.39.5
signature.asc
Description: PGP signature

