From 7c9759b1778194f3751f0c6f284b450b49342023 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 13 Nov 2013 11:58:44 +0100 Subject: [PATCH] rules: tell dh_python2 not to fix shebangs on shell files --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index b2eebb9..868dd99 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f %: dh --with python2 $@ + +override_dh_python2: + dh_python2 -i --skip-private