# # # patch "debian/changelog" # from [0678a4687daee28f11d82d5d77d50e8ac0a55673] # to [b4c21564bc2a25ed785836d9984c54cd6943d7f3] # # patch "debian/monotone-server.postinst" # from [51cb107ce7f04c92a23caca3282206e63366ebae] # to [5dd82e1fb21bc562b4b40a4262a2b469e382544f] # ============================================================ --- debian/changelog 0678a4687daee28f11d82d5d77d50e8ac0a55673 +++ debian/changelog b4c21564bc2a25ed785836d9984c54cd6943d7f3 @@ -1,3 +1,10 @@ +monotone (0.39-90) unstable; urgency=low + + * monotone-server.postinst: update the trigger version for a db migrate, + since the schema has changed. + + -- Richard Levitte Mon, 31 Mar 2008 14:05:43 +0200 + monotone (0.39-1) unstable; urgency=low [ Zack Weinberg ] ============================================================ --- debian/monotone-server.postinst 51cb107ce7f04c92a23caca3282206e63366ebae +++ debian/monotone-server.postinst 5dd82e1fb21bc562b4b40a4262a2b469e382544f @@ -40,7 +40,7 @@ monotone_migrate () monotone_migrate () { - if dpkg --compare-versions "$MTN_VERSION" lt "0.33-90.1"; then + if dpkg --compare-versions "$MTN_VERSION" lt "0.39-90"; 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