ansible/packaging/debian/rules

16 lines
352 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
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
ifeq ($(shell lsb_release -cs), precise)
export ANSIBLE_CRYPTO_BACKEND = pycrypto
endif
ifeq ($(shell lsb_release -cs), trusty)
export ANSIBLE_CRYPTO_BACKEND = pycrypto
endif