[Pkg-dspam-commits] [SCM] Debian packages for the DSPAM anti-spam filter branch, master, updated. debian/3.10.2+dfsg-2-5-g2bcecff

Thomas Preud'homme robotux at celest.fr
Thu Dec 20 06:49:06 UTC 2012


The following commit has been merged in the master branch:
commit a9ee6392505d538366c42fc0ad4f4257e4cdc8ba
Author: Thomas Preud'homme <robotux at celest.fr>
Date:   Sat Dec 15 17:47:58 2012 +0100

    Fix dspam user locking in postrm
    
    Do not lock dspam user account at purge since the package could still be
    installed with a different architecture thanks to multi-arch.

diff --git a/debian/changelog b/debian/changelog
index b157048..c2cfa39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dspam (3.10.1+dfsg-6) testing-proposed-updates; urgency=low
+
+  * Do not lock dspam user account on purge since the package could be still
+    installed for other architectures via multi-arch (Closes: #695275).
+
+ -- Thomas Preud'homme <robotux at celest.fr>  Thu, 20 Dec 2012 06:27:12 +0100
+
 dspam (3.10.1+dfsg-5) testing-proposed-updates; urgency=low
 
   [ Thomas Preud'homme ]
diff --git a/debian/libdspam7.postrm b/debian/libdspam7.postrm
index 3841a02..b520138 100644
--- a/debian/libdspam7.postrm
+++ b/debian/libdspam7.postrm
@@ -1,11 +1,6 @@
 #!/bin/sh
 set -e
 
-if [ "$1" = "purge" ] ; then
-    # locks dspam system account on purge
-    usermod -L -e 1 dspam > /dev/null || true
-fi
-
 #DEBHELPER#
 
 exit 0

-- 
Debian packages for the DSPAM anti-spam filter



More information about the Pkg-dspam-commits mailing list