[Pkg-cli-apps-commits] [SCM] fsharp branch, master, updated. 3bb6d967db921e0e8c5ec7d75054f6d6aa3a2fdb

Christopher James Halse Rogers raof at ubuntu.com
Sun Mar 17 09:47:20 UTC 2013


The following commit has been merged in the master branch:
commit 7d55f24fc4220e2a27fd3516b47ceabe54ac64a7
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Sun Mar 17 19:44:57 2013 +1100

    Fix permissions of *.xml

diff --git a/debian/rules b/debian/rules
index dddd77a..f1146ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,10 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
+override_dh_fixperms:
+	dh_fixperms
+	find debian -iname *.xml -exec chmod 644 {} +
+
 override_dh_clideps:
 	dh_clideps --exclude-moduleref=mscoree.dll
 

-- 
fsharp



More information about the Pkg-cli-apps-commits mailing list