13 lines
282 B
Makefile
Executable File
13 lines
282 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
DEB_PYTHON_SYSTEM = pycentral
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/python-distutils.mk
|
|
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
|
|
|
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
|
|
|
|
clean::
|
|
rm -rf build/
|