Bug#1036383: unblock: webdis/0.1.9+dfsg-1.1
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: webdis@packages.debian.org, andrii@senkovych.com
Control: affects -1 + src:webdis
Please unblock package webdis
[ Reason ]
In the context of #1035654, five source packages (including this one)
still fail to purge remove without adduser installed.
[ Impact ]
We want to avoid the situation where a user removes the package, then
upgrades to apt that doesn't depend on adduser, then removes adduser and
then attempts to purge this package.
[ Tests ]
See the script I posted in #1035654.
[ Risks ]
Low risk due to trivial change (see end of this mail) and because of low popcon
number (5 votes).
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock webdis/0.1.9+dfsg-1.1
diff -Nru webdis-0.1.9+dfsg/debian/changelog webdis-0.1.9+dfsg/debian/changelog
--- webdis-0.1.9+dfsg/debian/changelog 2020-04-23 01:04:04.000000000 +0200
+++ webdis-0.1.9+dfsg/debian/changelog 2023-05-18 00:10:16.000000000 +0200
@@ -1,3 +1,10 @@
+webdis (0.1.9+dfsg-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * ignore deluser not being available in postrm purge (closes: #1035435)
+
+ -- Johannes Schauer Marin Rodrigues <josch@debian.org> Thu, 18 May 2023 00:10:16 +0200
+
webdis (0.1.9+dfsg-1) unstable; urgency=medium
* d/copyright: acknowledge upstream files relocation
diff -Nru webdis-0.1.9+dfsg/debian/webdis.postrm webdis-0.1.9+dfsg/debian/webdis.postrm
--- webdis-0.1.9+dfsg/debian/webdis.postrm 2018-08-25 09:53:40.000000000 +0200
+++ webdis-0.1.9+dfsg/debian/webdis.postrm 2023-05-17 23:56:44.000000000 +0200
@@ -15,7 +15,7 @@
fi
rm -rf $WEBDIS_LOG
- deluser --system webdis
+ deluser --system webdis || true
;;
*)
Reply to: