changeset 29046:6b95a623ec90 stable

builddeb: remove chmod as lintian tells us It turns out we just need debian/rules to be executable, so we do just that.
author Sean Farley <sean@farley.io>
date Sat, 30 Apr 2016 17:29:12 -0700
parents 52f71214efce
children 9a98d0e5b07f
files contrib/builddeb
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/builddeb	Sat Apr 30 11:51:45 2016 -0700
+++ b/contrib/builddeb	Sat Apr 30 17:29:12 2016 -0700
@@ -70,7 +70,6 @@
     fi
 
     cp -r $PWD/contrib/debian debian
-    chmod -R 0755 debian
 
     sed -i.tmp "s/__VERSION__/$debver/" $changelog
     sed -i.tmp "s/__DATE__/$(date --rfc-2822)/" $changelog