summaryrefslogtreecommitdiff
path: root/packaging/debian/rules
blob: 3ebffe5c8385129e427f9804c98307d15117912f (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
# -- makefile --

DEB_PYTHON2_MODULE_PACKAGES=ansible
ifneq ($(shell dpkg-query -f '$${Version}' -W python-support 2>/dev/null),)
DEB_PYTHON_SYSTEM=pysupport
endif

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk