[SVN] r557 - in /trunk/cyrus-imapd-2.2.13/debian: changelog cyrus-common-2.2.preinst

debian at incase.de debian at incase.de
Thu Aug 10 02:38:33 UTC 2006


Author: sven
Date: Thu Aug 10 04:38:26 2006
New Revision: 557

URL: https://mail.incase.de/viewcvs?rev=557&root=cyrus22&view=rev
Log:
Fix syntax problem, prepare for new upload

Modified:
    trunk/cyrus-imapd-2.2.13/debian/changelog
    trunk/cyrus-imapd-2.2.13/debian/cyrus-common-2.2.preinst

Modified: trunk/cyrus-imapd-2.2.13/debian/changelog
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/changelog?rev=557&root=cyrus22&r1=556&r2=557&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/changelog (original)
+++ trunk/cyrus-imapd-2.2.13/debian/changelog Thu Aug 10 04:38:26 2006
@@ -1,3 +1,9 @@
+cyrus-imapd-2.2 (2.2.13-6) unstable; urgency=low
+
+  * Fix a problem in cyrus-common-2.2 preinst 
+
+ -- Sven Mueller <sven at debian.org>  Thu, 10 Aug 2006 03:58:58 +0200
+
 cyrus-imapd-2.2 (2.2.13-5) unstable; urgency=low
 
   * The "Need to clean the Windows" release

Modified: trunk/cyrus-imapd-2.2.13/debian/cyrus-common-2.2.preinst
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/cyrus-common-2.2.preinst?rev=557&root=cyrus22&r1=556&r2=557&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/cyrus-common-2.2.preinst (original)
+++ trunk/cyrus-imapd-2.2.13/debian/cyrus-common-2.2.preinst Thu Aug 10 04:38:26 2006
@@ -20,7 +20,7 @@
 case "$1" in
 		upgrade)
 			# old version was fully installed
-			if dpkg --compare-version "$2" lt "2.2.13-4bpo1"; then
+			if dpkg --compare-versions "$2" lt "2.2.13-4bpo1"; then
 				# Upgrading from a version which used a wrong
 				# filename for the daily cronjob
 				if [ -f /etc/cron.daily/cyrus-common-2.2 ] \
@@ -31,7 +31,7 @@
 			;;
 		install)
 			# old version was in "configuration files only" state
-			if dpkg --compare-version "$2" lt "2.2.13-4bpo1"; then
+			if dpkg --compare-versions "$2" lt "2.2.13-4bpo1"; then
 				# Upgrading from a version which used a wrong
 				# filename for the daily cronjob
 				if [ -f /etc/cron.daily/cyrus-common-2.2 ] \



More information about the Pkg-Cyrus-imapd-Debian-devel mailing list