[Pkg-mailman-hackers] Pkg-mailman commit - rev 486 - trunk/debian

Thijs Kinkhorst thijs at alioth.debian.org
Tue Feb 27 23:16:40 CET 2007


Author: thijs
Date: 2007-02-27 23:16:39 +0100 (Tue, 27 Feb 2007)
New Revision: 486

Modified:
   trunk/debian/postinst
Log:
do not run upgrade code on new install


Modified: trunk/debian/postinst
===================================================================
--- trunk/debian/postinst	2007-02-27 21:59:11 UTC (rev 485)
+++ trunk/debian/postinst	2007-02-27 22:16:39 UTC (rev 486)
@@ -219,7 +219,7 @@
     ;;
 esac
 
-if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt "1:2.1.9-6"; then
+if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt-nl "1:2.1.9-6"; then
     /var/lib/mailman/bin/withlist --all -q -r unicodify_archives
 fi
 




More information about the Pkg-mailman-hackers mailing list