diff --git a/debian/changelog b/debian/changelog index 7a03ab0..fa064ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pysaml2 (3.0.0-3) unstable; urgency=medium + + * override_dh_python3 to fix Py3 shebang. + + -- Thomas Goirand Fri, 23 Oct 2015 23:48:31 +0000 + python-pysaml2 (3.0.0-2) unstable; urgency=medium * Uploading to unstable. diff --git a/debian/rules b/debian/rules index f753de7..6a63f0a 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,9 @@ override_dh_install: done rm -rf $(CURDIR)/debian/python*-pysaml2/usr/lib/python*/dist-packages/*.pth +override_dh_python3: + dh_python3 --shebang=/usr/bin/python3 + override_dh_auto_test: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) set -e && for pyvers in 2.7 $(PYTHON3S) ; do \