[SCM] iannix/master: fix permission of Readme.txt

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Fri May 19 23:46:26 UTC 2017


The following commit has been merged in the master branch:
commit 82780d61ce7479091ac11e8d6c615ff7dab0748c
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Sat May 20 01:16:42 2017 +0200

    fix permission of Readme.txt

diff --git a/debian/rules b/debian/rules
index f40d851..ca5444e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,8 +20,6 @@ override_dh_auto_build:
 	lrelease-qt4 IanniX.pro
 	dh_auto_build
 
-# dh_make generated override targets
-# This is example for Cmake (See https://bugs.debian.org/641051 )
-#override_dh_auto_configure:
-#	dh_auto_configure -- #	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
-
+override_dh_auto_install:
+	dh_auto_install
+	find debian/tmp/ -name "*.txt" -exec chmod a-x {} +

-- 
iannix packaging



More information about the pkg-multimedia-commits mailing list