[Pkg-cli-libs-commits] [SCM] nunit branch, master, updated. upstream/2.4.7+dfsg-32-gbbcd491

Julian Taylor jtaylor.debian at googlemail.com
Mon Jun 13 18:17:51 UTC 2011


The following commit has been merged in the master branch:
commit cd7a4e28e1922b277dcca8f4d93619e944ecd21e
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Mon Jun 13 18:38:40 2011 +0200

    fix permissions of dll's

diff --git a/debian/rules b/debian/rules
index 2ef46a4..c764bcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,10 @@ override_dh_install:
 override_dh_make_clilibs:
 	dh_makeclilibs -m $(DEB_CLI_API_VERSION)
 
+override_dh_fixperms:
+	dh_fixperms
+	find debian/ -name "*.dll" | xargs chmod -x
+
 upstream_version=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-\+]+)+(\+dfsg)*.*,\1,p')
 get-orig-source::
 	uscan --force-download --destdir=. --download-version=$(upstream_version)

-- 
nunit



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