Your message dated Fri, 27 Oct 2023 13:34:17 +0000
with message-id <[email protected]>
and subject line Bug#1052995: fixed in buildbot 3.9.2-2
has caused the Debian Bug report #1052995,
regarding buildbot FTBFS when dh_installsystemd puts units to /usr
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 [email protected]
immediately.)
--
1052995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052995
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: buildbot
Version: 3.9.2-1
Tags: ftbfs patch
User: [email protected]
Usertags: dep17m2
We want to change dh_installsystemd such that it places units inside the
/usr hierarchy. When doing so, buildbot FTBFS, because it expects
dh_installsystemd to create the relevant directories in / and places
masking symlinks inside. I'm proposeing a patch that makes buildbot work
both before and after the change to dh_installsystemd. Please consider
applying it.
Helmut
diff -Nru buildbot-3.9.2/debian/changelog buildbot-3.9.2/debian/changelog
--- buildbot-3.9.2/debian/changelog 2023-09-05 09:20:16.000000000 +0200
+++ buildbot-3.9.2/debian/changelog 2023-09-26 17:29:29.000000000 +0200
@@ -1,3 +1,10 @@
+buildbot (3.9.2-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS when dh_installsystemd puts units to /usr. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Tue, 26 Sep 2023 17:29:29 +0200
+
buildbot (3.9.2-1) unstable; urgency=medium
* New upstream version 3.9.2
diff -Nru buildbot-3.9.2/debian/rules buildbot-3.9.2/debian/rules
--- buildbot-3.9.2/debian/rules 2023-08-29 16:27:37.000000000 +0200
+++ buildbot-3.9.2/debian/rules 2023-09-26 17:01:42.000000000 +0200
@@ -63,8 +63,13 @@
override_dh_installsystemd:
dh_installsystemd --no-enable --no-start -r --no-restart-after-upgrade
- ln -s /dev/null debian/buildbot/lib/systemd/system/buildbot.service
- ln -s /dev/null
debian/buildbot-worker/lib/systemd/system/buildbot-worker.service
+ set -e; if test -d debian/buildbot/lib/systemd/system; then \
+ ln -s /dev/null
debian/buildbot/lib/systemd/system/buildbot.service; \
+ ln -s /dev/null
debian/buildbot-worker/lib/systemd/system/buildbot-worker.service; \
+ else \
+ ln -s /dev/null
debian/buildbot/usr/lib/systemd/system/buildbot.service; \
+ ln -s /dev/null
debian/buildbot-worker/usr/lib/systemd/system/buildbot-worker.service; \
+ fi
%:
dh $@ --with python3,bash-completion,sphinxdoc
--- End Message ---
--- Begin Message ---
Source: buildbot
Source-Version: 3.9.2-2
Done: Robin Jarry <[email protected]>
We believe that the bug you reported is fixed in the latest version of
buildbot, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Robin Jarry <[email protected]> (supplier of updated buildbot 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 27 Oct 2023 15:09:26 +0200
Source: buildbot
Architecture: source
Version: 3.9.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Robin Jarry <[email protected]>
Closes: 1052995
Changes:
buildbot (3.9.2-2) unstable; urgency=medium
.
[ Helmut Grohne ]
* Fix FTBFS when dh_installsystemd puts units to /usr (Closes: #1052995)
Checksums-Sha1:
a0dba37da73256b04d20a0412579070d4445c4e5 2693 buildbot_3.9.2-2.dsc
ff1ab53fd3e5942291b2d274c26a3058d5090cb6 32360 buildbot_3.9.2-2.debian.tar.xz
f7250f0be140b85795a52b6de0daa36a6772b0f1 9252 buildbot_3.9.2-2_source.buildinfo
Checksums-Sha256:
8eee20c4733d3f9af27cbd96ad48e476f4d460eb2d6ee38592d0608deb6049dc 2693
buildbot_3.9.2-2.dsc
352d3f38b0c14e89679c7aa863a22d5c713aa1be981b6f6edba97b7577b748c4 32360
buildbot_3.9.2-2.debian.tar.xz
37d73f0cd7c27d21615691f8b9458a6210758f213afeb4ef883080af1545dcaa 9252
buildbot_3.9.2-2_source.buildinfo
Files:
feaa1aec8691e9a1e8fd34b335f3c42b 2693 devel optional buildbot_3.9.2-2.dsc
450705cfe0b5fb352db8a78db7e48ed1 32360 devel optional
buildbot_3.9.2-2.debian.tar.xz
7c5e7fd5d6d2fb9c25a57b70a403cb20 9252 devel optional
buildbot_3.9.2-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIUEARYKAC0WIQTYtqmQfDq3IEKLYGhicY4NZm/DNQUCZTu2sQ8ccm9iaW5AamFy
cnkuY2MACgkQYnGODWZvwzVtbwD/aKdQCfPf4B++5y6ZM0jaRLxiJD3Px9e1E6Qr
m/BGxC8A/iWTJI/008fenrDb0LN2/18jupgT1R9OeQf7Ly2H24EP
=6Ite
-----END PGP SIGNATURE-----
--- End Message ---