2012-04-18 16:17:35 +00:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
# -- makefile --
|
|
|
|
|
2016-03-17 17:13:39 +00:00
|
|
|
DEB_PYTHON2_MODULE_PACKAGES=ansible
|
2016-03-18 10:07:23 +00:00
|
|
|
ifneq ($(shell dpkg-query -f '$${Version}' -W python-support 2>/dev/null),)
|
|
|
|
DEB_PYTHON_SYSTEM=pysupport
|
|
|
|
endif
|
2016-03-17 17:13:39 +00:00
|
|
|
|
2012-04-18 16:17:35 +00:00
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
|
|
include /usr/share/cdbs/1/class/python-distutils.mk
|