[Pkg-cli-apps-commits] [SCM] fsharp branch, master, updated. debian/3.0.26-1-21-ge77f235

Christopher James Halse Rogers raof at ubuntu.com
Fri Apr 26 04:58:37 UTC 2013


The following commit has been merged in the master branch:
commit cd73a4e15772446feed6d6cc926c24aed665ffc3
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Fri Apr 26 13:41:19 2013 +1000

    Fix incorrect permissions more carefully

diff --git a/debian/rules b/debian/rules
index e0f273a..e5abe0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,9 @@ 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 {} +
+	find debian -iname *.xml -type f -exec chmod 644 {} +
+	find debian -iname *.sigdata -type f -exec chmod 644 {} +
+	find debian -iname *.optdata -type f -exec chmod 644 {} +
 
 override_dh_clideps:
 	dh_clideps --exclude-moduleref=mscoree.dll

-- 
fsharp



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