Your message dated Fri, 17 Apr 2020 12:33:48 +0000
with message-id <[email protected]>
and subject line Bug#942395: fixed in oz 0.17.0-2.1
has caused the Debian Bug report #942395,
regarding oz: non-idempotent postrm script
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.)
--
942395: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942395
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: oz
Version: 0.17.0-2
Tags: patch
User: [email protected]
Usertags: colis-shparser
Hi,
the postrm script of oz is not idempotent, because of :
if [ -f $FILE ]; then
rm $FILE $FILE.pub
fi
in fact, if $FILE exists but $FILE.pub does not exist or is a
directory, then a first invocation of "postrm purge" removes
$FILE and then fails. A second invocation succeeds. However,
policy requires maintainer scripts to be idempotent.
Why not replace that snippet simply by the following line:
rm -f $FILE $FILE.pub
-Nicolas and Ralf
--
Ralf Treinen
Institut de Recherche en Informatique Fondamentale
Équipe Preuves, Programmes et Systèmes
Université Paris Diderot, Paris, France.
http://www.irif.fr/~treinen/
--- End Message ---
--- Begin Message ---
Source: oz
Source-Version: 0.17.0-2.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
oz, 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 oz 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: Mon, 13 Apr 2020 14:53:12 +0300
Source: oz
Architecture: source
Version: 0.17.0-2.1
Distribution: unstable
Urgency: high
Maintainer: Simon Josefsson <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 942395 946731
Changes:
oz (0.17.0-2.1) unstable; urgency=high
.
* Non-maintainer upload.
* Drop autopkgtest for now, not working on all architectures.
(Closes: #946731)
* Make the postrm script idempotent, thanks to Ralf Treinen.
(Closes: #942395)
Checksums-Sha1:
9e0c3083274adf62ea6b10cb9207fc574fa417f9 1791 oz_0.17.0-2.1.dsc
ce97706fe03e79f992bcf227271644bd901174c8 3520 oz_0.17.0-2.1.debian.tar.xz
Checksums-Sha256:
a337c4a4a063ad2fc5ec7d6b351f7eafc0d3e8cfb32de9774ed3310cd3b5134c 1791
oz_0.17.0-2.1.dsc
2234f0546614b6e8d053125f97e69bc7e588da590eb3125e08243f3d1fee41de 3520
oz_0.17.0-2.1.debian.tar.xz
Files:
f1a33f735d2aaaaf703698b5de789903 1791 python optional oz_0.17.0-2.1.dsc
e8d66f7455f465a773436689933912d6 3520 python optional
oz_0.17.0-2.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAl6UU8AACgkQiNJCh6LY
mLFi1Q//fI3aEYk1Igbr+H9tK+KevEcIUJUSw9PIMUs8op6SIdZiuQaeGQY00c5t
306dWQ7EqOnUiLzgmJJdk6k6eiWa3g+UudNF5eMpvj4YqPDSGF3JVBvX/B4J3PIn
ndCuQWcVzSIQ91Ks/VAKxWVDEDFyy60FR9sFu3JezigqS8o8BTqRzdHXCr5pJl1F
AZfm265/YRTAcM6PRw8DDgPo7/awYT2UzCENA8h02Z7UNYvb+p99JwsMQAVk4YkT
/Ysqi1rTzkM4GikyQUFxJdtVue/lklRdVQPpxdsDEa8xoUiW899EGFXPj+rZ0n1u
VuTRzzVbDIsFMpfT+EEjBme8sl/OfyAi+JgxSxDpUAN8KP8BdzlLA2jujRGE5EJw
Hps5AdDP4rCpHJhqLiF3Ci768KjcIUkk9y2yzlaD2apEmR93rHs/4zYe7HXUOb19
kxgeiLhEN1JBb6pWe+YI5JEekDYNgs5GmwGgWc76+vfKauQc7UCwSKGyU+rzLFgw
6iRwh77oS/XuKc+IGxFQKrUHI6GLX0ixBbhfVd+MbkTsZEfimo6W2CmbPUQ4XwB3
NY8C/0bUQl63CvWDUnacQfF3zDRlRWC+Qo9NX3qVWP2baotPuzfCVhuSzZo//afK
Ln1MuZEs+73o1/fjLpITCeg9JBm4o4ud+e5FEJSzABQxcFsQB8k=
=2KHC
-----END PGP SIGNATURE-----
--- End Message ---