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

Bug#775569: marked as done (unblock: greylistd/0.8.8.4)



Your message dated Sat, 17 Jan 2015 14:05:05 +0000
with message-id <b4879e414c567b9e2272ed88f13ca775@mail.adsl.funky-badger.org>
and subject line Re: Bug#775569: unblock: greylistd/0.8.8.4
has caused the Debian Bug report #775569,
regarding unblock: greylistd/0.8.8.4
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.)


-- 
775569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775569
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

Please unblock package greylistd

During a test with piuparts Andreas Beckmann noticed that greylistd failed
to install (in 'wheezy'), remove (but not purge), distupgrade to 'jessie',
and install again -> #775063

A small change in preinst (do the same file handling for install as for upgrade) should fix this.

Thanks!
 Thorsten



diff -Nru greylistd-0.8.8.3/debian/changelog greylistd-0.8.8.4/debian/changelog
--- greylistd-0.8.8.3/debian/changelog  2014-05-11 19:50:19.000000000 +0200
+++ greylistd-0.8.8.4/debian/changelog  2015-01-16 19:04:04.000000000 +0100
@@ -1,3 +1,11 @@
+greylistd (0.8.8.4) unstable; urgency=medium
+
+  * debian/preinst: take care of old /etc/init.d/greylist while doing
+                    install -> remove -> distupgrade -> install
+                    (Closes: #775063)
+
+ -- Thorsten Alteholz <debian@alteholz.de>  Fri, 16 Jan 2015 18:10:00 +0100
+
 greylistd (0.8.8.3) unstable; urgency=medium

   * upload to unstable
diff -Nru greylistd-0.8.8.3/debian/preinst greylistd-0.8.8.4/debian/preinst
--- greylistd-0.8.8.3/debian/preinst    2013-02-25 11:13:22.000000000 +0100
+++ greylistd-0.8.8.4/debian/preinst    2015-01-16 19:04:04.000000000 +0100
@@ -28,7 +28,7 @@


 case "$1" in
-    upgrade)
+    install|upgrade)
        ### If we are upgrading from v0.7, the "UGID=" setting in
         ### /etc/init.d/greylist would have been overwritten by DebConf.
         ### Now, however, this is a conffile.  Set this value back to its
@@ -50,7 +50,7 @@
        fi
     ;;

-    install|abort-upgrade)
+    abort-upgrade)
     ;;

     *)


unblock greylistd/0.8.8.4

--- End Message ---
--- Begin Message ---
On 2015-01-17 14:00, Thorsten Alteholz wrote:
Please unblock package greylistd

$ grep-excuses greylistd
greylistd (0.8.8.3 to 0.8.8.4)
    Maintainer: Thorsten Alteholz
    Too young, only 0 of 5 days old
    Ignoring block request by freeze, due to unblock request by jmw

Regards,

Adam

--- End Message ---

Reply to: