From: Thomas Goirand Date: Fri, 24 Apr 2015 08:27:15 +0000 (+0200) Subject: Added --no-compile X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=38a07af0705092b14707fea705349af1196af1ca;p=packages%2Ftrusty%2Fpython-pysaml2.git Added --no-compile Rewritten-From: 2e4a78b1c12d87cb83e68480f568896e9f5fa7e9 --- 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