]> review.fuel-infra Code Review - packages/trusty/python-pysaml2.git/commitdiff
Added --no-compile
authorThomas Goirand <zigo@debian.org>
Fri, 24 Apr 2015 08:27:15 +0000 (10:27 +0200)
committerThomas Goirand <zigo@debian.org>
Fri, 24 Apr 2015 08:27:15 +0000 (10:27 +0200)
Rewritten-From: 2e4a78b1c12d87cb83e68480f568896e9f5fa7e9

debian/rules

index fc08a5c8b740274a420b966dcf180581bf2e2910..6d63d0070906b7e3ff449224ee9f339c7d131f86 100755 (executable)
@@ -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