Your message dated Wed, 03 Oct 2012 09:25:34 +0000
with message-id <e1tjlcw-0003vd...@franck.debian.org>
and subject line Bug#689263: Removed package(s) from unstable
has caused the Debian Bug report #688381,
regarding nanourl: postrm mixes remove and purge actions
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 ow...@bugs.debian.org
immediately.)
--
688381: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688381
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nanourl
Version: 0.1-7.1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Hi,
the postinst script of your package looks plainly wrong:
==> rm -f /etc/nanourl/*
this needs to be done during purge only and never when the package is
just removed
if /etc/nanourl/apache.conf is the only file you need to remove, you
won't even need extra code for this as thats a conffile and removed by
dpkg.
==> rm -rf /var/lib/mysql/nanoDB
WTF? You don't delete databases that way. And you would never issue a
DROP DATABASE in postrm remove, only during purge.
http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html
And I don't even dare to take a look at the postinst script ...
piuparts caught this this during a test
install nanourl
remove nanourl (don't purge!)
install nanourl
Now /etc/nanourl/apache.conf is missing.
Andreas
--- End Message ---
--- Begin Message ---
Version: 0.1-7.1+rm
Dear submitter,
as the package nanourl has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/689263
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.
Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)
--- End Message ---