From 53b3482f4f02d20c284d456883badf06541d327b Mon Sep 17 00:00:00 2001 From: TANIGUCHI Takaki Date: Thu, 20 Oct 2016 16:12:35 +0900 Subject: [PATCH] debian/rules: drop unneed executable bit --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index bcc10021..5d5027ea 100755 --- a/debian/rules +++ b/debian/rules @@ -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