Your message dated Mon, 19 May 2025 14:47:51 +0000
with message-id <e1uh1mr-002i90...@respighi.debian.org>
and subject line unblock svxlink
has caused the Debian Bug report #1106047,
regarding unblock: svxlink/24.02-5
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.)
--
1106047: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106047
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: svxl...@packages.debian.org
Control: affects -1 + src:svxlink
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package svxlink
[ Reason ]
Fixes missing Pre-Depends: adduser (#1104571)
unblock svxlink/24.02-5
Christoph
Control files: lines which differ (wdiff format)
------------------------------------------------
[-adduser-]
[-adduser-]
[-adduser-]
Pre-Depends: [-${misc:Pre-Depends}-]
{+${misc:Pre-Depends},+}
{+ adduser,+}
Pre-Depends: [-${misc:Pre-Depends}-]
{+${misc:Pre-Depends},+}
{+ adduser,+}
{+Pre-Depends:+}
{+ ${misc:Pre-Depends},+}
{+ adduser,+}
diff -Nru svxlink-24.02/debian/changelog svxlink-24.02/debian/changelog
--- svxlink-24.02/debian/changelog 2024-07-12 20:41:30.000000000 +0200
+++ svxlink-24.02/debian/changelog 2025-05-14 22:47:33.000000000 +0200
@@ -1,3 +1,17 @@
+svxlink (24.02-5) unstable; urgency=medium
+
+ * Revert dh_installsysusers change, was not tested enough.
+ * Pre-Depend on adduser instead. (Closes: #1104571)
+
+ -- Christoph Berg <m...@debian.org> Wed, 14 May 2025 20:47:33 +0000
+
+svxlink (24.02-4) unstable; urgency=medium
+
+ * Drop adduser from preinst scripts, use dh_installsysusers instead.
+ (Closes: #1104571)
+
+ -- Christoph Berg <m...@debian.org> Fri, 02 May 2025 22:56:20 +0200
+
svxlink (24.02-3) unstable; urgency=medium
* Disable units from starting at boottime to avoid taking sole ownership of
diff -Nru svxlink-24.02/debian/control svxlink-24.02/debian/control
--- svxlink-24.02/debian/control 2024-07-12 20:41:30.000000000 +0200
+++ svxlink-24.02/debian/control 2025-05-14 22:47:33.000000000 +0200
@@ -31,12 +31,13 @@
Package: svxlink-server
Architecture: linux-any
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends:
+ ${misc:Pre-Depends},
+ adduser,
Depends:
${shlibs:Depends},
${misc:Depends},
svxlink-gpio (= ${source:Version}),
- adduser
Recommends:
remotetrx (= ${binary:Version}),
svxlink-calibration-tools (= ${binary:Version})
@@ -57,11 +58,12 @@
Package: svxreflector
Architecture: linux-any
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends:
+ ${misc:Pre-Depends},
+ adduser,
Depends:
${shlibs:Depends},
${misc:Depends},
- adduser
Description: Conference server for SvxLink amateur radio servers
The SvxReflector can interconnect multiple SvxLink nodes. Audio sent to
the reflector is broadcast to all other nodes. Only one talker is
@@ -76,11 +78,13 @@
Package: remotetrx
Architecture: linux-any
+Pre-Depends:
+ ${misc:Pre-Depends},
+ adduser,
Depends:
${shlibs:Depends},
${misc:Depends},
svxlink-gpio (= ${source:Version}),
- adduser
Recommends:
svxlink-server (= ${binary:Version}),
svxlink-calibration-tools (= ${binary:Version})
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---