Your message dated Sun, 07 Jul 2024 22:34:35 +0000
with message-id <[email protected]>
and subject line Bug#1071149: fixed in socklog 2.1.0+repack-5.1
has caused the Debian Bug report #1071149,
regarding socklog-run: replace dh-sysuser with sysusers.d
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.)
--
1071149: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071149
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: socklog-run
Version: 2.1.0+repack-5
Severity: wishlist
Tags: patch
X-Debbugs-Cc: [email protected]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Dear maintainer,
the dh-sysuser package has not gained much traction in the past 7 years and
has multiple deficiencies. The systemd sysusers.d format has alternative
implementations independent from systemd now, so we should settle on that
standard and drop dh-sysuser althogether (there are only 6 reverse
dependencies left anyway, including yours).
Find attached a patch that updates your package to use the sysusers.d config
to create the necessary users for socklog-run.
Cheers
Timo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEmwPruYMA35fCsSO/zIxr3RQD9MoFAmZEe4UACgkQzIxr3RQD
9MoeCw//Z+ZpXql14GSjpeKme5443JNcLaz1tZkvjsQGp/CQtxTtvM6lTs3NDQY/
S+9RAAMumWB1MRxd0ohZ4+9gebcQ7KOPF+/4EsTV6Yd7VKzk4/wtlJqcy6A6sdHC
K4dOPz4+rz4pnQTssPUWBMfcX5VoaJza7Vb3bLM3fszyPIGRJmp6Al5D2+634tuN
i3sGO6CLKqhMRq+z6YunwqCxn5kSoaTBtEgVWvSkGAYKNTRX0DxQrZscXowEndae
KDlCO5lO8V6yc5NDs5mxS87nExbvhPxKxa2Dz4asG6+qTrMotd/aHZ2Z/lSTVO7m
vi+/aHizH2Oduv63W/XaJLgWI1il8AbjLfN1HwTraQ2fVNEFAP1IsA4GvFhWkeYK
ZTo8qdZen1vqIpsr6SOFdn7Yv6JwXAcjYWzaHQOgRsZtNkMvp1ioM7HC3+EDOv6k
ZsYcSHo1jd0KyNq/9u7U6g0P3bLG1lskczUDGO2A7NTstjqfUhvuWy0d+9Q/ZDjM
Kxhbc2DcMw4Kjv6ZMn0DiN42qeig1Q+yPa+nhc5y8dcruyPhIsIZHUEkk0XyeyeC
qm24uvT0pkqyA1vj2/xER0wQ4sTwerDz54RUpfieAeIO0wBtM1QuOsNXWVm7HfUR
reNkedDdwvcyYvn9BwjgC4+vWYl0uagL2GoGfrmzIbhrGcK6Wx4=
=qsRP
-----END PGP SIGNATURE-----
diff --git a/debian/control b/debian/control
index 1037dfb..178300a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Vcs-Git: https://salsa.debian.org/debian/socklog.git
Standards-Version: 4.6.2
Homepage: http://smarden.org/socklog
Build-Depends: debhelper-compat (= 13),
+ debhelper (>= 13.3),
dh-runit,
- dh-sysuser,
doc-base
Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index a507185..e2c024f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ CONF_CC = src/conf-cc
CONF_LD = src/conf-ld
%:
- dh $@ --with runit,sysuser
+ dh $@ --with runit
override_dh_auto_clean:
rm -rf compile command
@@ -32,3 +32,6 @@ endif
override_dh_installchangelogs:
dh_installchangelogs package/CHANGES
+
+execute_after_dh_installinit:
+ dh_installsysusers
diff --git a/debian/socklog-run.sysuser b/debian/socklog-run.sysuser
deleted file mode 100644
index 4bd6dac..0000000
--- a/debian/socklog-run.sysuser
+++ /dev/null
@@ -1,5 +0,0 @@
-_socklog-unix defaults
-_socklog-klog defaults
-_socklog-inet defaults
-_socklog-ucspi-tcp defaults
-_socklog-notify defaults
diff --git a/debian/socklog-run.sysusers b/debian/socklog-run.sysusers
new file mode 100644
index 0000000..8cf6fe8
--- /dev/null
+++ b/debian/socklog-run.sysusers
@@ -0,0 +1,6 @@
+u _socklog-unix - "Socklog unix user"
+u _socklog-klog - "Socklog klog user"
+u _socklog-inet - "Socklog inet user"
+u _socklog-ucspi-tcp - "Socklog ucspi-tcp user"
+u _socklog-notify - "Socklog notify user"
+
--- End Message ---
--- Begin Message ---
Source: socklog
Source-Version: 2.1.0+repack-5.1
Done: Chris Hofstaedtler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
socklog, 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.
Chris Hofstaedtler <[email protected]> (supplier of updated socklog 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: SHA256
Format: 1.8
Date: Wed, 12 Jun 2024 21:08:18 +0200
Source: socklog
Architecture: source
Version: 2.1.0+repack-5.1
Distribution: unstable
Urgency: medium
Maintainer: Mathieu Mirmont <[email protected]>
Changed-By: Chris Hofstaedtler <[email protected]>
Closes: 1071149
Changes:
socklog (2.1.0+repack-5.1) unstable; urgency=medium
.
* Non-maintainer upload.
.
[ Timo Röhling ]
* Replace dh-sysusers with dh-sequence-installsysusers.
(Closes: #1071149)
Checksums-Sha1:
c16a66531ef930a8f4f6a2182305d353e39f13fc 2026 socklog_2.1.0+repack-5.1.dsc
043aaa9fd9306de43ec7743bb61f14561e0e647c 11416
socklog_2.1.0+repack-5.1.debian.tar.xz
0fb868921449a49880ef027b57ffd5ad5fca3f65 6504
socklog_2.1.0+repack-5.1_arm64.buildinfo
Checksums-Sha256:
97a499197454c49715aed4fe1058d2ed68dcac93e43c6ad6cb6930c670d3f0b3 2026
socklog_2.1.0+repack-5.1.dsc
7687749194f32320bf91a3b9aea4c64a8b5cace9d278292a078e131174514309 11416
socklog_2.1.0+repack-5.1.debian.tar.xz
ccbf654a7bb29c7cc77fca086ad36e90d2233694888fb9750fe2d43fb99106f6 6504
socklog_2.1.0+repack-5.1_arm64.buildinfo
Files:
c20433c134bf2f28892c310ce54dacc5 2026 admin optional
socklog_2.1.0+repack-5.1.dsc
7370aa86d32d510866901ed543642c4e 11416 admin optional
socklog_2.1.0+repack-5.1.debian.tar.xz
ad5f44b39371ccd71fb012251adbf50c 6504 admin optional
socklog_2.1.0+repack-5.1_arm64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmZp850ACgkQXBPW25MF
LgMqVg//aSRB4ErhzlQkKuOtzyFBHfAKMDRe2aIxj1DyWpyMRQDbs0gf0KyGFhrT
W19jcQqEm5VcB/4tzVJ1fZC04CryVvVN8FDQKgJcd7Z9QBIc4YmjE4nDjBU3MgRe
jkzRSHzBLyo7DCez+tRqMGeryGIOXJPsc6C2gbN43RAOKMKKBJjEGKMctIDM5iUI
PE5vEH9rVlthSum6A2iUlItd/2SKGvqSuYnIzqL9Uj8AG/tawWB9RUR3Mh5xAy4w
rND1kHbWemcePIjd/gE2uEfvB83Z80KNxbXjxGE9OfvlvXPxgxGLs1nCcUlm3NS8
LkvSuV9snCts1Z0EnaScNgtwBh3NoPYu3Z8z6ZlVGdNwoyHGLbp/gyiWAK9SmFbl
0u1jVpvMoAslmTgfgBEM5jPQxqGPKNOWxwdVRfzXU9jVEBdF8Qutgj8M1hFTfmvX
WO8Rw+RPRgVae47sXx0pRyigHBXVdoGrb/UNA8e3ANUhzabSXd7p/awfIZkeZZxt
3KqXfdW0OHZJ7faV3kBbOj2FeMa9GKlK18RKo27H5KZjJB3tdvCVp2xaOtTEFAFq
FxH6vmxC4JnEaSMlm4YYT45PrY5u8CO1LsZMsS3Ov1aGuzZ6xMijIGDcAk06zI/t
BRT9FhjO9g4QOhHRuf+1JvzxKX9CIRyK1CgfqPLSHoTZXV+jq8Q=
=c5ZE
-----END PGP SIGNATURE-----
pgpJiz0Tfcxey.pgp
Description: PGP signature
--- End Message ---