# # # patch "debian/changelog" # from [a3ba58d8f29a75abe01406e67ab49b350944e613] # to [be4a268d42aadbaa61b2a799ec4f845aa5188d7a] # # patch "debian/monotone-server.postinst" # from [c57a9980c87d52854b73a6484d944cc7720de15e] # to [cc433d34ac39bc7d01f72fd47449feffac2581fc] # ============================================================ --- debian/changelog a3ba58d8f29a75abe01406e67ab49b350944e613 +++ debian/changelog be4a268d42aadbaa61b2a799ec4f845aa5188d7a @@ -1,3 +1,9 @@ +monotone (0.33-90.1) unstable; urgency=low + + * schema upgrade => monotone-server.postinst upgrade + + -- Richard Levitte Sun, 25 Mar 2007 22:16:54 +0200 + monotone (0.33-1) experimental; urgency=low * New upstream release. ============================================================ --- debian/monotone-server.postinst c57a9980c87d52854b73a6484d944cc7720de15e +++ debian/monotone-server.postinst cc433d34ac39bc7d01f72fd47449feffac2581fc @@ -40,7 +40,7 @@ function monotone_migrate () function monotone_migrate () { - if dpkg --compare-versions "$MTN_VERSION" lt "0.32-90.2"; then + if dpkg --compare-versions "$MTN_VERSION" lt "0.33-90.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