Your message dated Fri, 31 Jan 2025 11:50:50 +0000
with message-id <e1tdpxu-00hbdh...@fasolo.debian.org>
and subject line Bug#1090770: fixed in runit 2.1.2-61
has caused the Debian Bug report #1090770,
regarding runit: depends on unsatisfiable dh-buildinfo
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1090770: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090770
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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?= <nabijaczlew...@nabijaczleweli.xyz>
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
--- End Message ---
--- Begin Message ---
Source: runit
Source-Version: 2.1.2-61
Done: Lorenzo Puliti <plore...@disroot.org>
We believe that the bug you reported is fixed in the latest version of
runit, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1090...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Lorenzo Puliti <plore...@disroot.org> (supplier of updated runit package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 25 Jan 2025 11:28:00 +0100
Source: runit
Architecture: source
Version: 2.1.2-61
Distribution: unstable
Urgency: medium
Maintainer: Lorenzo Puliti <plore...@disroot.org>
Changed-By: Lorenzo Puliti <plore...@disroot.org>
Closes: 981799 992648 1003891 1068922 1071395 1087001 1090770
Changes:
runit (2.1.2-61) unstable; urgency=medium
.
[ Lorenzo Puliti ]
* NEWS for runit, runit-init users
* export PATH in stage 1,2,3. (Closes: #1068922)
+ Thanks to Martin Steigerwald <mar...@lichtvoll.de>
* stage1, shutdown.c: write boot and shutdown
wtmpdb entry (Closes: #992648)
* service, invoke-rc.d:
- import from i-s-h 1.67, add runit patches
- runit-init: divert helpers and manpages
- adjust d/clean, d/rules clean target
- update copyright for init-helpers
* sysv override:
- change sysv script override mechanism (Closes: #1071395)
- add /etc/runit/override-sysv.d/README
- finish-exec: remove *.pkgrunit override files
- run_sysv_script: adjust (this partially reverts the fix
for #1022837, other workarounds are provided)
* invoke-run:
- print a message about starting runscript when in
verbose mode
- update wtime file at service startup
- update manpage
* trigger_vs:
- skip upgrade iteration if binary not installed
- test for runsvdir before SIGALRM
* move policy-rc.d layer from invoke-run to trigger_sv
* sync available services in stage2, before runsvdir
* cpsv: fix make_svlinks for log's run
* adjust autopkgtest/upstream-testsuite
* fix d/runit.install
* update lintian overrides
* d/patches (quilt):
- drop move-comunication-files patch, not really needed
- drop patch to disable sv test, issue fixed on Hurd
side (see #1009712). (Closes: #1003891)
+ Thanks to João Pedro Malhado, Samuel Thibault
* dh-sysuser: use a sysusers.d control file, drop
our legacy control file (Closes: #981799)
.
[ Andrew Bower ]
* shutdown.c : accept but ignore -H, -P and message
arguments (Closes: #1087001)
.
[ наб ]
* Drop B-D on dh-buildinfo (Closes: #1090770)
Checksums-Sha1:
ee5ef12a53862dcf131200c3e33b2e7cd5d393e6 2043 runit_2.1.2-61.dsc
12aaf90032ff76dd8fd330976863152abde06184 79276 runit_2.1.2-61.debian.tar.xz
9856db6b79ac1d7372c419d467efa948ed2ad140 5658 runit_2.1.2-61_source.buildinfo
Checksums-Sha256:
1b1b973a531aa7323de08a6e61c56725a8ee5292b6a1e137c57960180e902932 2043
runit_2.1.2-61.dsc
95e7c766c7eb8586a99df4d46b4599b23f08f31e5818b6a516a57a433b482205 79276
runit_2.1.2-61.debian.tar.xz
e56929518dd98d5f270459e246238c4262d7d6637a5046cbe7db05647c36e938 5658
runit_2.1.2-61_source.buildinfo
Files:
c579c7502c042196800013422fdc1753 2043 admin optional runit_2.1.2-61.dsc
4c64ab851ca5c828cb91df497315e90b 79276 admin optional
runit_2.1.2-61.debian.tar.xz
5a01ebe61253dbcc915138e3e2a6e56b 5658 admin optional
runit_2.1.2-61_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmecseoQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFNOVC/4v4mTzy24dh9WoW7vKn0qkTuIwnW4jcJ15
XzKB9itM1+cUdRFNXRhAysa/gFKgQb1d/LDcvLGe8b5I0ohfnIKY7/Y8G796wPWx
60y/2cMP4uiXNXu1Bz+8mzZ0Sx7sl11HFoX10Qc3aAEbx1GLgD2okTs8mP7vwDg3
dFDrna4Y+BFOIGvg/3zYzdszQ6eUhWz3Dtt5crU8Kd5X1B/iVxQIgU7x1H3E4A2x
FgsGSqXB8HJ5MULVxuvpggW98/00ojH75caxS3VuHndhAFw5zK39v9eLCtOLhuSx
DsmeL5WYUDTb4D9HyQHwbTkYbiZat1qqjQqlXXVA5QeYGXHbvCv/HvdMrWXJsNdq
ch9ZujccBiKaL0rEqmU3YbgxUWuqNyQleiMziGzC5VwBrQfkAj5wznDlWJ/ik7AE
d1p+qJCqhDVl9aPJKtWIUcZobGD+sfOzkSAR2Af7JgTmcaSJcUUt9+TnvAHrfwb6
dVBg/ws75wqBIkEM2EA0NHw/E719a+8=
=erpH
-----END PGP SIGNATURE-----
pgpFB_ZqoxEyF.pgp
Description: PGP signature
--- End Message ---