Last change
on this file since 2941 was
2602,
checked in by broder, 15 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
|
Rev | Line | |
---|
[2602] | 1 | #!/usr/bin/make -f |
---|
| 2 | |
---|
| 3 | DEB_PYTHON_SYSTEM=pysupport |
---|
| 4 | |
---|
| 5 | include /usr/share/cdbs/1/rules/debhelper.mk |
---|
| 6 | include /usr/share/cdbs/1/class/python-distutils.mk |
---|
| 7 | |
---|
| 8 | clean:: |
---|
| 9 | rm -rf python/xvm.authz.locker.egg-info |
---|
Note: See
TracBrowser
for help on using the repository browser.