1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/packaging/debian/rules

11 lines
281 B
Text
Raw Normal View History

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