summaryrefslogtreecommitdiff
path: root/packaging/debian/rules
diff options
context:
space:
mode:
authorEvgeni Golov <egolov@redhat.com>2016-03-17 18:13:39 +0100
committerEvgeni Golov <egolov@redhat.com>2016-03-17 18:26:54 +0100
commit3fd74890d33cddd492676aff36d8b8f2824fa14e (patch)
tree2cc669ee2ef3c9bc5735481f28ab5e6dd1b54272 /packaging/debian/rules
parentf10de91e7f0cb2f48042c512850ae7991b2498fd (diff)
downloadansible-3fd74890d33cddd492676aff36d8b8f2824fa14e.tar.gz
migrate to dh-python
Diffstat (limited to 'packaging/debian/rules')
-rwxr-xr-xpackaging/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/debian/rules b/packaging/debian/rules
index 1b4a1575c9..f5894b7a43 100755
--- a/packaging/debian/rules
+++ b/packaging/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
# -- makefile --
+DEB_PYTHON2_MODULE_PACKAGES=ansible
+
include /usr/share/cdbs/1/rules/debhelper.mk
-DEB_PYTHON_SYSTEM = pysupport
include /usr/share/cdbs/1/class/python-distutils.mk