From 38a07af0705092b14707fea705349af1196af1ca Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 24 Apr 2015 10:27:15 +0200 Subject: [PATCH] Added --no-compile Rewritten-From: 2e4a78b1c12d87cb83e68480f568896e9f5fa7e9 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index fc08a5c..6d63d00 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ UPSTREAM_GIT = git://github.com/rohe/pysaml2.git override_dh_install: set -e && for pyvers in $(PYTHONS); do \ python$$pyvers setup.py install --install-layout=deb \ - --root $(CURDIR)/debian/python-pysaml2; \ + --no-compile --root $(CURDIR)/debian/python-pysaml2; \ done mv $(CURDIR)/debian/python-pysaml2/usr/bin/make_metadata.py \ $(CURDIR)/debian/python-pysaml2/usr/bin/python2-pysaml2-make-metadata @@ -23,7 +23,7 @@ override_dh_install: set -e && for pyvers in $(PYTHON3S); do \ python$$pyvers setup.py install --install-layout=deb \ - --root $(CURDIR)/debian/python3-pysaml2; \ + --no-compile --root $(CURDIR)/debian/python3-pysaml2; \ done mv $(CURDIR)/debian/python3-pysaml2/usr/bin/make_metadata.py \ $(CURDIR)/debian/python3-pysaml2/usr/bin/python3-pysaml2-make-metadata -- 2.45.2