+invirt-xen-config (0.0.38~glasgall5) precise; urgency=low
+
+ * s/// out the "${XEN_CONFIG_DIR}" reference that was making mako choke
+
+ -- Adam Glasgall <glasgall@mit.edu> Sun, 24 Mar 2013 20:31:31 -0400
+
invirt-xen-config (0.0.38~glasgall4) precise; urgency=low
* Oops, no, we don't actually want to uninstall grub. Depend on grub-pc
s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip}')/m or die;
s/^\#?\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die;
s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 1536)/m or die;
+s/\$(\{XEN_CONFIG_DIR\})/$1/m or die;
print;