mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
# -*- makefile -*-
|
||
|
|
||
|
DEB_PYTHON_SYSTEM := pysupport
|
||
|
|
||
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||
|
include /usr/share/cdbs/1/class/python-distutils.mk
|
||
|
|
||
|
clean::
|
||
|
rm -rf build build-stamp configure-stamp build/ MANIFEST
|
||
|
dh_clean
|