16 lines
334 B
Makefile
Executable File
16 lines
334 B
Makefile
Executable File
#!/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
|
|
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
|
|
|
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
|
|
|
|
binary-install/terminator::
|
|
dh_icons -pterminator
|
|
|
|
clean::
|
|
rm -rf build/
|