source:
trunk/debathena/debathena/python-moira/debian/rules
@
24440
Revision 24440, 256 bytes checked in by broder, 15 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[24440] | 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 | binary-fixup/python-moira:: | |
9 | rm -rf debian/$(cdbs_curpkg)/usr/bin | |
10 | ||
11 | clean:: | |
12 | rm -rf _moira.c PyMoira.egg-info |
Note: See TracBrowser
for help on using the repository browser.