[numix-gtk-theme] 02/02: Remove unnecessary executable bit from files

Jeremy Bicha jbicha-guest at moszumanska.debian.org
Wed Jun 29 05:45:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

jbicha-guest pushed a commit to branch master
in repository numix-gtk-theme.

commit d7f212d468b95ed15a2192aa69f04a119c05c498
Author: Jeremy Bicha <jbicha at ubuntu.com>
Date:   Wed Jun 29 01:25:57 2016 -0400

    Remove unnecessary executable bit from files
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..a998e0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,8 @@
 
 %:
 	dh $@
+
+# https://github.com/numixproject/numix-gtk-theme/issues/490
+override_dh_fixperms:
+	dh_fixperms
+	find -type f -exec chmod -x {} \;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/numix-gtk-theme.git



More information about the pkg-mate-commits mailing list