[sasview] 07/11: remove executable permission on sasview/test/1d_data/saxess_example.pdh

Drew Parsons dparsons at moszumanska.debian.org
Mon Oct 30 10:59:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to tag debian/4.1.2-1
in repository sasview.

commit 04bd44242ca611571ddc7ba80ed82d5f9de21c3f
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon Oct 30 18:29:10 2017 +0800

    remove executable permission on sasview/test/1d_data/saxess_example.pdh
    
    data file, it should never have been executable in the first place
    
    Fix in the installation dir rather than the source, to save dpkg
    complaining about changes to source (permissions can't be patched by
    quilt)
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index a0f5d8a..0cd9a62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,7 @@ override_dh_auto_build:
 	cd docs/sphinx-docs; make html
 	cd docs/sphinx-docs; make info
 	cd docs/sphinx-docs; make man
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod a-x debian/python-sasview/usr/lib/python2.7/dist-packages/sas/sasview/test/1d_data/saxess_example.pdh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sasview.git



More information about the debian-science-commits mailing list