+heat (2013.1-4) unstable; urgency=low
+
+ * Fixed the dbsync to the new thing upstream is using (it was crashing the
+ postinst).
+
+ -- Thomas Goirand <zigo@debian.org> Wed, 22 May 2013 23:57:49 +0800
+
heat (2013.1-3) unstable; urgency=low
* Added missing dbconfig-common depends (Closes: #709126). Thanks to Andrea
pkgos_dbc_postinst ${CONF} DEFAULT sql_connection heat $@
# This is the equivalent of db-sync:
- su heat -c "python -m heat.db.sqlalchemy.manage version_control"
- su heat -c "python -m heat.db.sqlalchemy.manage upgrade"
+ su heat -c "python -m heat.db.sync"
fi
#DEBHELPER#