debian/rules: drop unneed executable bit

This commit is contained in:
TANIGUCHI Takaki 2016-10-20 16:12:35 +09:00
parent 280197cc98
commit 53b3482f4f

4
debian/rules vendored
View file

@ -9,5 +9,9 @@ export PYBUILD_NAME=botocore
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_fixperms:
dh_fixperms
chmod -x $(CURDIR)/debian/python*-botocore/usr/lib/python*/dist-packages/botocore/data/*/*/*.json
override_dh_auto_test:
true