From 3eaf51ca14e9a87597f277ce76a8b071e8cc9e7b Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Sun, 24 Mar 2013 20:32:30 -0400 Subject: [PATCH 1/1] s/// out gunk that breaks mako from xend-config.sxp --- debian/changelog | 6 ++++++ debian/transform_xend-config.sxp.invirt.mako | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index a4bfc8a..909e9e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-xen-config (0.0.38~glasgall5) precise; urgency=low + + * s/// out the "${XEN_CONFIG_DIR}" reference that was making mako choke + + -- Adam Glasgall 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 diff --git a/debian/transform_xend-config.sxp.invirt.mako b/debian/transform_xend-config.sxp.invirt.mako index cd0a632..45c0d1e 100755 --- a/debian/transform_xend-config.sxp.invirt.mako +++ b/debian/transform_xend-config.sxp.invirt.mako @@ -20,4 +20,5 @@ EOF 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; -- 1.7.9.5