Control: tags -1 patch  pending

Dear maintainer,

I've prepared an NMU for cups-pk-helper (versioned as 0.2.6-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
Paul

diff -Nru cups-pk-helper-0.2.6/debian/changelog cups-pk-helper-0.2.6/debian/changelog --- cups-pk-helper-0.2.6/debian/changelog 2024-08-08 10:26:27.000000000 +0200 +++ cups-pk-helper-0.2.6/debian/changelog 2024-10-19 21:49:01.000000000 +0200
@@ -1,3 +1,15 @@
+cups-pk-helper (0.2.6-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+
+  [ Laurent Bigonville ]
+  * Ensure service is started as cups-pk-helper (Closes: #1079293)
+
+  [ Roland Clobus ]
+  * Don't fail during purge on lack of deluser (Closes: #1079125)
+
+ -- Paul Gevers <elb...@debian.org>  Sat, 19 Oct 2024 21:49:01 +0200
+
 cups-pk-helper (0.2.6-2) unstable; urgency=medium

   * Team upload.
diff -Nru cups-pk-helper-0.2.6/debian/cups-pk-helper.postrm cups-pk-helper-0.2.6/debian/cups-pk-helper.postrm --- cups-pk-helper-0.2.6/debian/cups-pk-helper.postrm 2024-08-08 10:26:27.000000000 +0200 +++ cups-pk-helper-0.2.6/debian/cups-pk-helper.postrm 2024-10-19 21:49:01.000000000 +0200
@@ -4,7 +4,7 @@

 case "$1" in
        purge)
-               deluser cups-pk-helper
+               deluser cups-pk-helper || true
                ;;
 esac

diff -Nru cups-pk-helper-0.2.6/debian/rules cups-pk-helper-0.2.6/debian/rules
--- cups-pk-helper-0.2.6/debian/rules   2024-08-08 10:26:27.000000000 +0200
+++ cups-pk-helper-0.2.6/debian/rules   2024-10-19 21:49:01.000000000 +0200
@@ -9,4 +9,4 @@
        dh $@

 override_dh_auto_configure:
-       dh_auto_configure -- --enable-compile-warnings=yes
+ dh_auto_configure -- --enable-compile-warnings=yes --with-daemon-user=cups-pk-helper

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to