Your message dated Sun, 19 Feb 2023 10:50:02 +0000
with message-id <[email protected]>
and subject line Bug#1029441: fixed in usbauth-notifier 1.0.4-2.1
has caused the Debian Bug report #1029441,
regarding usbauth-notifier: diff for NMU version 1.0.4-2.1
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.)
--
1029441: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029441
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: usbauth-notifier
Version: 1.0.4-2
Severity: normal
Tags: patch pending
Dear maintainer,
I've prepared an NMU for usbauth-notifier (versioned as 1.0.4-2.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I should cancel it.
cu
Adrian
diff -Nru usbauth-notifier-1.0.4/debian/changelog usbauth-notifier-1.0.4/debian/changelog
--- usbauth-notifier-1.0.4/debian/changelog 2023-01-11 10:46:45.000000000 +0200
+++ usbauth-notifier-1.0.4/debian/changelog 2023-02-19 00:24:21.000000000 +0200
@@ -1,3 +1,13 @@
+usbauth-notifier (1.0.4-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove the unused debconf handling.
+ * Move the addgroup calls from the preinst to the postinst
+ and make failure fatal.
+ * Add the missing dependency on adduser. (Closes: #1029441)
+
+ -- Adrian Bunk <[email protected]> Sun, 19 Feb 2023 00:24:21 +0200
+
usbauth-notifier (1.0.4-2) unstable; urgency=medium
* Fix d/watch issue
diff -Nru usbauth-notifier-1.0.4/debian/control usbauth-notifier-1.0.4/debian/control
--- usbauth-notifier-1.0.4/debian/control 2023-01-11 10:40:05.000000000 +0200
+++ usbauth-notifier-1.0.4/debian/control 2023-02-19 00:24:21.000000000 +0200
@@ -9,7 +9,6 @@
libudev-dev,
libdbus-1-dev,
pkg-config,
- po-debconf
Standards-Version: 4.6.1
Homepage: https://github.com/kochstefan/usbauth-all/tree/master/usbauth-notifier
Vcs-Git: https://salsa.debian.org/debian/usbauth-notifier.git
@@ -18,8 +17,7 @@
Package: usbauth-notifier
Architecture: linux-any
-Pre-Depends: debconf
-Depends: ${shlibs:Depends}, ${misc:Depends}, usbauth
+Depends: ${shlibs:Depends}, ${misc:Depends}, usbauth, adduser
Description: Notifier for USB Firewall to use with desktop environments
A notifier for the usbauth firewall against BadUSB attacks. The user could
manually allow or deny USB devices. Every user that wants use the notifier must
diff -Nru usbauth-notifier-1.0.4/debian/postinst usbauth-notifier-1.0.4/debian/postinst
--- usbauth-notifier-1.0.4/debian/postinst 2021-02-08 11:16:10.000000000 +0200
+++ usbauth-notifier-1.0.4/debian/postinst 2023-02-19 00:24:21.000000000 +0200
@@ -2,8 +2,13 @@
set -e
-# source debconf library
-. /usr/share/debconf/confmodule
+if ! getent group usbauth>/dev/null; then
+ addgroup --system --quiet usbauth
+fi
+
+if ! getent group usbauth-notifier>/dev/null; then
+ addgroup --system --quiet usbauth-notifier
+fi
NPRIV_PATH=/usr/libexec/usbauth-npriv
NOTIFIER_DIR=/usr/libexec/usbauth-notifier
@@ -19,6 +24,4 @@
#DEBHELPER#
-db_stop
-
exit 0
diff -Nru usbauth-notifier-1.0.4/debian/postrm usbauth-notifier-1.0.4/debian/postrm
--- usbauth-notifier-1.0.4/debian/postrm 2021-02-08 11:16:10.000000000 +0200
+++ usbauth-notifier-1.0.4/debian/postrm 2023-02-19 00:24:21.000000000 +0200
@@ -2,17 +2,11 @@
set -e
-# source debconf library
-. /usr/share/debconf/confmodule
-
if [ "$1" = "purge" ]; then
delgroup --system --quiet usbauth || true
delgroup --system --quiet usbauth-notifier || true
- db_purge
fi
#DEBHELPER#
-db_stop
-
exit 0
diff -Nru usbauth-notifier-1.0.4/debian/preinst usbauth-notifier-1.0.4/debian/preinst
--- usbauth-notifier-1.0.4/debian/preinst 2021-02-08 11:16:10.000000000 +0200
+++ usbauth-notifier-1.0.4/debian/preinst 1970-01-01 02:00:00.000000000 +0200
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# source debconf library
-. /usr/share/debconf/confmodule
-
-if ! getent group usbauth>/dev/null; then
- addgroup --system --quiet usbauth || true
-fi
-
-if ! getent group usbauth-notifier>/dev/null; then
- addgroup --system --quiet usbauth-notifier || true
-fi
-
-#DEBHELPER#
-
-db_stop
-
-exit 0
--- End Message ---
--- Begin Message ---
Source: usbauth-notifier
Source-Version: 1.0.4-2.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
usbauth-notifier, 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.
Adrian Bunk <[email protected]> (supplier of updated usbauth-notifier 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: Sun, 19 Feb 2023 00:24:21 +0200
Source: usbauth-notifier
Architecture: source
Version: 1.0.4-2.1
Distribution: unstable
Urgency: medium
Maintainer: Kun-Hung Tsai (蔡昆宏) <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1029441
Changes:
usbauth-notifier (1.0.4-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Remove the unused debconf handling.
* Move the addgroup calls from the preinst to the postinst
and make failure fatal.
* Add the missing dependency on adduser. (Closes: #1029441)
Checksums-Sha1:
4962d9c7a782ce4d2947f79ad5c0090842f8fb35 2112 usbauth-notifier_1.0.4-2.1.dsc
2dc999c10a5c7ef9a2ecb2a09114febf865c04f5 3060
usbauth-notifier_1.0.4-2.1.debian.tar.xz
Checksums-Sha256:
acf98c6bb3153e59ec57ae15aa2b1567009fc3fc69654faac44fbacd9ebc8d7a 2112
usbauth-notifier_1.0.4-2.1.dsc
9fb98b6777be88bedb3eb46f279f735cc54eb4d1d62f97d2c1446179dc4e1ff3 3060
usbauth-notifier_1.0.4-2.1.debian.tar.xz
Files:
66d9dac640c5609c3a77a9e60d61881d 2112 utils optional
usbauth-notifier_1.0.4-2.1.dsc
872bc377134052ba30ef6681ba66bbcd 3060 utils optional
usbauth-notifier_1.0.4-2.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmPxVPUACgkQiNJCh6LY
mLGZWRAAwNHpsqze4SESInkD/8x1bzm4+ZWmhJw20eUExKFnEMvECXQAfYceg6TD
7LvddxINiq7QvrJEVZCdHy76hYRoLTNUoxoPlTyB7U1N0dGbgpdLTGR4AAI2XmX7
+/9KC4t0jIiefnwSuz9CWSoU4r69JQRJ7Jx6PJ/mAzlBzeehZa5/Siiyf6Gh3R35
kqMVpguiBnj+fZTFnxN8/2w3p+8CtfTEjnhH4rZjcLAGcuGF/82GcOgE90heX9Qs
9f2ZAdoh85jV8dajtwlMkVOdHAhWe3OnYsKnOLapHvtkfh8UcqwjD52a+HsIQvlI
Teek2EQaYGW/cDXEy4sDNwbgU4PABKvM/GChPBfMlQxybVBLpajQ4tkZlMwkV/1g
4HBqLEI4n8Eq0pfJ8siUO7eflPG5OJ8AzJ+9mL+Ul9vdZ+W0FI7Gz9N1KwT1n8Ba
ml5sxuqSgjUke4ixuTVfY+btIh/P3g7xjnWhk300Q07cgdj7OnMwqvuk/v8RW/ln
jmZ/bNqwlZV1L96manxjfQGD9s3m4Vs7N5qWfKHluEQwgo3vmtFlBs6QcFbjUKLe
GM7XdBID9/KLUAyBgVSw12iSKpuYD1OWwJAzXiOu7EmcPvL1zWM6tWEgorYdTpMS
ilc1MqxTsDfmMLVHB9DfEwvUJmaLTFB7/yZ5E7akoeG7S5f+y3M=
=b7i8
-----END PGP SIGNATURE-----
--- End Message ---