Index: /trunk/packages/sipb-xen-base/debian/changelog
===================================================================
--- /trunk/packages/sipb-xen-base/debian/changelog	(revision 884)
+++ /trunk/packages/sipb-xen-base/debian/changelog	(revision 885)
@@ -1,2 +1,9 @@
+sipb-xen-base (8.17) unstable; urgency=low
+
+  * removed the `mako` program since python-mako already includes a
+    mako-render
+
+ -- Yang Zhang <y_z@mit.edu>  Wed, 13 Aug 2008 01:45:26 -0400
+
 sipb-xen-base (8.16) unstable; urgency=low
 
Index: unk/packages/sipb-xen-base/files/usr/bin/mako
===================================================================
--- /trunk/packages/sipb-xen-base/files/usr/bin/mako	(revision 884)
+++ 	(revision )
@@ -1,10 +1,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()
