builddeb: remove chmod as lintian tells us stable
authorSean Farley <sean@farley.io>
Sat, 30 Apr 2016 17:29:12 -0700
branchstable
changeset 29046 6b95a623ec90
parent 29045 52f71214efce
child 29047 9a98d0e5b07f
builddeb: remove chmod as lintian tells us It turns out we just need debian/rules to be executable, so we do just that.
contrib/builddeb
--- 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