8 lines
189 B
Text
8 lines
189 B
Text
|
#!/usr/bin/make -f
|
||
|
# -*- mode: makefile; coding: utf-8 -*-
|
||
|
|
||
|
DEB_PYTHON_SYSTEM := pysupport
|
||
|
|
||
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||
|
include /usr/share/cdbs/1/class/python-distutils.mk
|