2007-07-28 03:21:52 +00:00
|
|
|
#!/usr/bin/make -f
|
2008-01-01 19:38:40 +00:00
|
|
|
# -*- makefile -*-
|
2008-01-05 00:18:21 +00:00
|
|
|
DEB_PYTHON_SYSTEM = pycentral
|
2007-07-28 03:21:52 +00:00
|
|
|
|
2008-01-05 00:18:21 +00:00
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
|
|
include /usr/share/cdbs/1/class/python-distutils.mk
|
2008-09-06 20:54:30 +00:00
|
|
|
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
2008-01-01 19:38:40 +00:00
|
|
|
|
2008-01-14 13:55:15 +00:00
|
|
|
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
|
2008-06-18 17:35:55 +00:00
|
|
|
|
2009-01-21 13:37:59 +00:00
|
|
|
binary-install/terminator::
|
|
|
|
dh_icons -pterminator
|
|
|
|
|
2008-06-18 17:35:55 +00:00
|
|
|
clean::
|
|
|
|
rm -rf build/
|