[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1106047: unblock: svxlink/24.02-5



Package: release.debian.org
Severity: normal
X-Debbugs-Cc: svxlink@packages.debian.org
Control: affects -1 + src:svxlink
User: release.debian.org@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 <myon@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 <myon@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})

Reply to: