Your message dated Sat, 20 May 2023 11:34:13 +0000
with message-id <[email protected]>
and subject line unblock webdis
has caused the Debian Bug report #1036383,
regarding unblock: webdis/0.1.9+dfsg-1.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.)
--
1036383: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036383
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected], [email protected]
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 <[email protected]> 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
;;
*)
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---