[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#692494: marked as done (unblock: roundup/1.4.20-1.1)



Your message dated Tue, 06 Nov 2012 21:08:01 +0100
with message-id <50996E21.7020801@thykier.net>
and subject line Re: Bug#692494: unblock: roundup/1.4.20-1.1
has caused the Debian Bug report #692494,
regarding unblock: roundup/1.4.20-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 owner@bugs.debian.org
immediately.)


-- 
692494: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692494
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi Release-Team

Please unblock package roundup

The upload of roundup 1.4.20-1.1 adresses RC bug #689257 "deletes
conffiles during postrm remove (policy 10.7.3)". The postinst removed
the conffiles even on remove, abort-install and disappear.

Could you unblock roundup? Attached is the debdiff from version in
testing to the version in unstable.

unblock roundup/1.4.20-1.1

Regards,
Salvatore

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJQmWp8AAoJEHidbwV/2GP+bB8QAKNUouEHf/LFpJU8a8CZf975
CbPCrZY0taLACfs6anORLx3aToh4i5VLTtIO8pMwIer67xXRc2IGXoQqOVcjCw0b
r0KsN3laNDN3CInA0E/wSQ/WrFEOqq663fR7ObDh5hzooJFxoIuT+Hk+Oe2vi+6P
Ka5VTwwC/W9Gsv9aVPSNzBt0AUY1dkeAmooKXGv/o7y6vKvJ1o11ykAW0sA5yqvM
YahnD9hysVbs+ZOeKBnDaMZ7ZNgEZX6l7eUTx0kSB+sGPxswIIaFjYDPmM9EkKVl
UMpgR2c1bExwboqrDWucyjtVESsB1JJZ4atDFB15MVIKNzwuOPrU66VwFZE5x9pn
RoSB0A8+NHC10WkW1KLwWwnWUBdKkBNAyv/GCtEOhJfI08lTowHUT7iliNKWC9S9
zh2hOBNJNUBgBnOD9HFtDJdDMx+jeee5lJ2hpu9M8ugnFmwnMFBfxyC0anEyS+Te
FiyjIOWaqzLOxtG6qzMZ2A1REVbgc8wE4fKzuh2lpruTCgnoxE+03mTcN7/mih1g
LMD+jq82IVPV6myfENZoOINTOGa62h6AqJHjHNuikUt2oEg+6X4j7VJQXcAJTOIl
WZA/eED7q+jttXtOrMuG3T9RMo443Fcdqw7S+cqeR/OBXfHbvBGBy1wEKKeTFWnT
n+llC6aRBjEfQMUEwNvf
=azMl
-----END PGP SIGNATURE-----
Base version: roundup_1.4.20-1 from testing
Target version: roundup_1.4.20-1.1 from unstable

No hints in place.

 changelog      |   11 +++++++++++
 roundup.postrm |   26 ++++++++++++++------------
 2 files changed, 25 insertions(+), 12 deletions(-)

diff -Nru roundup-1.4.20/debian/changelog roundup-1.4.20/debian/changelog
--- roundup-1.4.20/debian/changelog	2012-06-18 21:01:34.000000000 +0000
+++ roundup-1.4.20/debian/changelog	2012-11-04 10:23:01.000000000 +0000
@@ -1,3 +1,14 @@
+roundup (1.4.20-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove conffiles only on purge.
+    Fix "deletes conffiles during postrm remove (policy 10.7.3)" as roundup
+    removed /etc/init.d/roundup, /etc/init.d/roundup-dirs and init script
+    links also on remove, abort-install and disappear calls to postrm.
+    (Closes: #689257)
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 10 Oct 2012 16:07:43 +0200
+
 roundup (1.4.20-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru roundup-1.4.20/debian/roundup.postrm roundup-1.4.20/debian/roundup.postrm
--- roundup-1.4.20/debian/roundup.postrm	2012-06-18 13:52:46.000000000 +0000
+++ roundup-1.4.20/debian/roundup.postrm	2012-11-04 10:23:01.000000000 +0000
@@ -16,22 +16,24 @@
 
 case "$1" in
 
-  remove|purge|abort-install|disappear)
+  purge)
 	rm -f /etc/init.d/roundup /etc/init.d/roundup-dirs
 	update-rc.d roundup remove >/dev/null
 	update-rc.d roundup-dirs remove > /dev/null
-	if [ "$1" = "purge" ]; then
-	    # handle a dpkg bug
-	    [ -d /etc/roundup ] && rmdir --ignore-fail-on-non-empty /etc/roundup >/dev/null 2>&1
-	    [ -d /var/lib/roundup/trackers ] && rmdir --ignore-fail-on-non-empty /var/lib/roundup/trackers >/dev/null 2>&1
-	    [ -d /var/lib/roundup ] && rmdir --ignore-fail-on-non-empty /var/lib/roundup >/dev/null 2>&1
-	    rm -f /var/service/roundup > /dev/null 2>&1
-	    rm -fr /etc/roundup/service > /dev/null 2>&1
-	    rm -fr /var/run/roundup > /dev/null 2>&1
-	    check_and_delete_user
-	    check_and_delete_group
-	fi
+	# handle a dpkg bug
+	[ -d /etc/roundup ] && rmdir --ignore-fail-on-non-empty /etc/roundup >/dev/null 2>&1
+	[ -d /var/lib/roundup/trackers ] && rmdir --ignore-fail-on-non-empty /var/lib/roundup/trackers >/dev/null 2>&1
+	[ -d /var/lib/roundup ] && rmdir --ignore-fail-on-non-empty /var/lib/roundup >/dev/null 2>&1
+	rm -f /var/service/roundup > /dev/null 2>&1
+	rm -fr /etc/roundup/service > /dev/null 2>&1
+	rm -fr /var/run/roundup > /dev/null 2>&1
+	check_and_delete_user
+	check_and_delete_group
     ;;
+  remove|abort-install|disappear)
+    # do nothing
+    ;;
+
   upgrade)
     # do nothing
     ;;

--- End Message ---
--- Begin Message ---
On 2012-11-06 20:52, Salvatore Bonaccorso wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Hi Release-Team
> 
> Please unblock package roundup
> 
> The upload of roundup 1.4.20-1.1 adresses RC bug #689257 "deletes
> conffiles during postrm remove (policy 10.7.3)". The postinst removed
> the conffiles even on remove, abort-install and disappear.
> 
> Could you unblock roundup? Attached is the debdiff from version in
> testing to the version in unstable.
> 
> unblock roundup/1.4.20-1.1
> 
> Regards,
> Salvatore
> 
> [...]

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: