source: trunk/packages/xvm-authz-locker/debian/rules @ 2602

Last change on this file since 2602 was 2602, checked in by broder, 14 years ago

Move XVM's locker authorization code into a separate xvm-authz-locker
package (and corresponding xvm.authz.locker Python package).

This makes it possible to install invirt-base without needing the
authz code installed as well, and also separates some very
XVM-specific logic from the Invirt packages.

  • Property svn:executable set to *
File size: 196 bytes
Line 
1#!/usr/bin/make -f
2
3DEB_PYTHON_SYSTEM=pysupport
4
5include /usr/share/cdbs/1/rules/debhelper.mk
6include /usr/share/cdbs/1/class/python-distutils.mk
7
8clean::
9        rm -rf python/xvm.authz.locker.egg-info
Note: See TracBrowser for help on using the repository browser.