Bastian Blank
2006-Aug-20 20:40 UTC
[Pkg-xen-changes] r230 - in trunk/xen-3.0/debian: . bin
Author: waldi
Date: Sun Aug 20 20:39:45 2006
New Revision: 230
Removed:
trunk/xen-3.0/debian/templates/xen-utils.postinst.in
trunk/xen-3.0/debian/templates/xen-utils.postrm.in
trunk/xen-3.0/debian/xen-docs-3.0.install
Modified:
trunk/xen-3.0/debian/bin/gencontrol.py
Log:
Remove postinst and postrm files, to be moved to xen-common.
Modified: trunk/xen-3.0/debian/bin/gencontrol.py
=============================================================================---
trunk/xen-3.0/debian/bin/gencontrol.py (original)
+++ trunk/xen-3.0/debian/bin/gencontrol.py Sun Aug 20 20:39:45 2006
@@ -44,10 +44,6 @@
package_utils_name = packages_utils[0][''Package'']
- # TODO: move to xen-common
- for i in (''postinst'', ''postrm''):
- file("debian/%s.%s" % (package_utils_name, i),
''w'').write(self.templates["xen-utils.%s" % i])
-
cmds_binary_arch = []
cmds_binary_arch.append(("$(MAKE) -f debian/rules.real
binary-arch-arch %s" % makeflags))
cmds_build = []