[Pkg-cli-apps-commits] [fsharp] 04/04: Strip executable bit from xbuild .Targets files; now lintian clean!
Christopher Halse Rogers
raof-guest at moszumanska.debian.org
Wed Feb 12 10:50:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
raof-guest pushed a commit to branch master
in repository fsharp.
commit 2b33b21fe5e01d9355e3870d65e934022defc81c
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date: Wed Feb 12 21:20:35 2014 +1100
Strip executable bit from xbuild .Targets files; now lintian clean!
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index e5abe0d..9d076f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ override_dh_fixperms:
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 {} +
+ find debian -iname *.targets -type f -exec chmod 644 {} +
override_dh_clideps:
dh_clideps --exclude-moduleref=mscoree.dll
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git
More information about the Pkg-cli-apps-commits
mailing list