monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] org.debian.monotone: 916106611e964764d19d5db3a6


From: code
Subject: [Monotone-commits-diffs] org.debian.monotone: 916106611e964764d19d5db3a6d29317288ae767
Date: Mon, 11 Mar 2013 21:54:19 +0100 (CET)

revision:            916106611e964764d19d5db3a6d29317288ae767
date:                2010-11-12T16:31:20
author:              Richard Levitte <address@hidden>
branch:              org.debian.monotone
changelog:
Update debian/monotone-server.postinst since 0.99 requires another db migrate

manifest:
format_version "1"

new_manifest [da9c4a5f438041e8216ded16a68255348090b5f5]

old_revision [2eb4cf906161835e72abff4c1d137ab0ad706fcb]

patch "changelog"
 from [67809689c4a60396c5a20603f4f59e391e44e646]
   to [7f0bcc895f7290b343d1e1a7cc85ec83268e95da]

patch "monotone-server.postinst"
 from [96f6ef1f815b124b4c1470f8350eac81dafd4102]
   to [fdd39965c94fbeb2c93bf6d599ce2e3b4ddbbbad]
============================================================
--- changelog	67809689c4a60396c5a20603f4f59e391e44e646
+++ changelog	7f0bcc895f7290b343d1e1a7cc85ec83268e95da
@@ -7,8 +7,10 @@ monotone (0.99.1-1) UNRELEASED; urgency=
     been fixed upstream.
   * debian/patches/20-empty-command.diff: removed, , since it's been fixed
     upstream.
+  * debian/monotone-server.postinst: updated because 0.99 has another need
+    for database migration.
 
- -- Richard Levitte <address@hidden>  Thu, 11 Nov 2010 07:41:12 +0100
+ -- Richard Levitte <address@hidden>  Fri, 12 Nov 2010 17:29:41 +0100
 
 monotone (0.48-3) unstable; urgency=high
 
============================================================
--- monotone-server.postinst	96f6ef1f815b124b4c1470f8350eac81dafd4102
+++ monotone-server.postinst	fdd39965c94fbeb2c93bf6d599ce2e3b4ddbbbad
@@ -40,7 +40,7 @@ monotone_migrate ()
 
 monotone_migrate ()
 {
-    if dpkg --compare-versions "$MTN_VERSION" lt "0.46-1"; then
+    if dpkg --compare-versions "$MTN_VERSION" lt "0.99-1"; then
 	# upgradable version of monotone
 	echo "Attempting to migrate monotone database.  This may take a while..." >&2
 	echo "A backup named '`basename $MTN_DB~`' will be created in $MTN_HOME." >&2

reply via email to

[Prev in Thread] Current Thread [Next in Thread]