[Pkg-samba-maint] r1738 - trunk/samba/debian

vorlon at alioth.debian.org vorlon at alioth.debian.org
Sat Mar 8 23:30:14 UTC 2008


Author: vorlon
Date: 2008-03-08 23:30:14 +0000 (Sat, 08 Mar 2008)
New Revision: 1738

Modified:
   trunk/samba/debian/samba-common.postinst
Log:
the ucf code slipped a version, update the version check to match



Modified: trunk/samba/debian/samba-common.postinst
===================================================================
--- trunk/samba/debian/samba-common.postinst	2008-03-08 23:28:57 UTC (rev 1737)
+++ trunk/samba/debian/samba-common.postinst	2008-03-08 23:30:14 UTC (rev 1738)
@@ -86,7 +86,7 @@
 
 mkdir -p "$TEMPDIR"
 
-if [ -n "$2" ] && dpkg --compare-versions "$2" lt 3.0.28-2; then
+if [ -n "$2" ] && dpkg --compare-versions "$2" lt 3.0.28-3; then
 	if dpkg --compare-versions "$2" lt 3.0.26a-1 && [ "$2" != "${2%ubuntu*}" ]
 	then
 		base=dapper




More information about the Pkg-samba-maint mailing list