From: Thomas Bechtold Date: Sat, 11 Jan 2014 08:18:53 +0000 (+0100) Subject: Fix permissions for files in daklib/ X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2b27c94e1c4d59f54fbec176a91631c09cea4988;p=dak.git Fix permissions for files in daklib/ No file in daklib needs the executable bit. Bug: http://bugs.debian.org/735114 --- diff --git a/daklib/config.py b/daklib/config.py old mode 100755 new mode 100644 diff --git a/daklib/lists.py b/daklib/lists.py old mode 100755 new mode 100644 diff --git a/daklib/queue.py b/daklib/queue.py old mode 100755 new mode 100644 diff --git a/daklib/utils.py b/daklib/utils.py old mode 100755 new mode 100644