[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 57a929930d2ab5821436eb7574072a05a1a5a3cf
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date: Sun Mar 17 20:23:28 2013 +1100
Fix more permissions
diff --git a/debian/rules b/debian/rules
index f1146ad..e0f273a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,10 @@ export DH_OPTIONS
override_dh_fixperms:
dh_fixperms
+ # Fix permissions of non-executable cruft
find debian -iname *.xml -exec chmod 644 {} +
+ find debian -iname *.sigdata -exec chmod 644 {} +
+ find debian -iname *.optdata -exec chmod 644 {} +
override_dh_clideps:
dh_clideps --exclude-moduleref=mscoree.dll
--
fsharp
More information about the Pkg-cli-apps-commits
mailing list