From 5946462affd4e09ced68a45277ae8293291b5568 Mon Sep 17 00:00:00 2001 From: Yang Zhang Date: Wed, 13 Aug 2008 01:46:00 -0400 Subject: [PATCH] * removed the `mako` program since python-mako already includes a mako-render svn path=/trunk/packages/sipb-xen-base/; revision=885 --- debian/changelog | 7 +++++++ files/usr/bin/mako | 10 ---------- 2 files changed, 7 insertions(+), 10 deletions(-) delete mode 100755 files/usr/bin/mako diff --git a/debian/changelog b/debian/changelog index d90eab5..380b3c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sipb-xen-base (8.17) unstable; urgency=low + + * removed the `mako` program since python-mako already includes a + mako-render + + -- Yang Zhang Wed, 13 Aug 2008 01:45:26 -0400 + sipb-xen-base (8.16) unstable; urgency=low * added `mako` program for processing templates in invirt packages diff --git a/files/usr/bin/mako b/files/usr/bin/mako deleted file mode 100755 index b2908ca..0000000 --- a/files/usr/bin/mako +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env python - -from os.path import splitext -from sys import argv -from mako.template import Template -from invirt.common import with_closing - -for inpath in argv: - @with_closing(file(splitext(inpath)[0], 'w')) - def render(f): print >> f, Template(filename = inpath).render() -- 1.7.9.5