[SVN] r556 - in /branches/sarge-2.2.13/debian: changelog cyrus-common-2.2.preinst

debian at incase.de debian at incase.de
Thu Aug 10 02:01:24 UTC 2006


Author: sven
Date: Thu Aug 10 04:01:22 2006
New Revision: 556

URL: https://mail.incase.de/viewcvs?rev=556&root=cyrus22&view=rev
Log:
Fix compare-versions

Modified:
    branches/sarge-2.2.13/debian/changelog
    branches/sarge-2.2.13/debian/cyrus-common-2.2.preinst

Modified: branches/sarge-2.2.13/debian/changelog
URL: https://mail.incase.de/viewcvs/branches/sarge-2.2.13/debian/changelog?rev=556&root=cyrus22&r1=555&r2=556&view=diff
==============================================================================
--- branches/sarge-2.2.13/debian/changelog (original)
+++ branches/sarge-2.2.13/debian/changelog Thu Aug 10 04:01:22 2006
@@ -1,8 +1,14 @@
-cyrus-imapd-2.2 (2.2.13-4bpo1) sarge-backports; urgency=low
-
-  * Backport of 2.2.13-5 to sarge 
-
- -- Sven Mueller <sven at debian.org>  Thu, 10 Aug 2006 03:34:53 +0200
+cyrus-imapd-2.2 (2.2.13-5bpo1) sarge-backports; urgency=low
+
+  * Backport of 2.2.13-6 to sarge 
+
+ -- Sven Mueller <sven at debian.org>  Thu, 10 Aug 2006 04:00:33 +0200
+
+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
 

Modified: branches/sarge-2.2.13/debian/cyrus-common-2.2.preinst
URL: https://mail.incase.de/viewcvs/branches/sarge-2.2.13/debian/cyrus-common-2.2.preinst?rev=556&root=cyrus22&r1=555&r2=556&view=diff
==============================================================================
--- branches/sarge-2.2.13/debian/cyrus-common-2.2.preinst (original)
+++ branches/sarge-2.2.13/debian/cyrus-common-2.2.preinst Thu Aug 10 04:01:22 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