Bug#1095607: [PATCH] debian: fix lintian warnings: superfluous-file-pattern; closes: bug#1095607

2025-02-09 Thread Matthieu Baerts (NGI0)
From: Matthieu Baerts Simply fix the remaining lintian warnings from: https://udd.debian.org/lintian/?packages=iwd Signed-off-by: Matthieu Baerts --- debian/copyright | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/copyright b/debian/copyright index 13c13706.

Bug#1095606: [PATCH] debian: watch: check signature; closes: bug#1095606

2025-02-09 Thread Matthieu Baerts (NGI0)
From: Matthieu Baerts As usually recommended. The public key is already in the debian/upstream directory. It is needed to decompress the file to verify the signature. Fixes: lintian: orig-tarball-missing-upstream-signature Signed-off-by: Matthieu Baerts --- debian/watch | 2 ++ 1 file changed

Bug#1094603: [PATCH] debian: network-manager-iwd: remove conflict with wpasupplicant; closes: bug#1094603

2025-02-09 Thread Matthieu Baerts (NGI0)
From: Matthieu Baerts iwd doesn't provide all the same features as the ones from wpa_supplicant, especially everything not related to the Wireless world, e.g. Ethernet authentication (bug#956457), or some more specific features like MACsec. wpa_supplicant and iwd can then be used in parallel, fo

Bug#956457: [PATCH v2] debian: enable wired authentication service; closes: bug#956457

2025-02-18 Thread Matthieu Baerts (NGI0)
From: Matthieu Baerts This patch adds --enable-wired when building iwd. This will then build 'ead', including a man page, a systemd service, and D-Bus config files to be able to enable this service via D-Bus. All these new files are now part of a new 'ead' package. Note that no SysV init file

Bug#1098212: [PATCH] debian: create the netdev group in postinst; closes: bug#1098212

2025-02-18 Thread Matthieu Baerts (NGI0)
From: Matthieu Baerts Similar to wpasupplicant and NetworkManager, this group is used in the D-Bus policy, see the file src/iwd-dbus.conf. A new post-install step is added, simply to create the netdev group. Note that 'addgroup' will return the exit code 0 if the group has been successfully crea