[med-svn] [Git][med-team/tree-puzzle][master] Fix more permissions
Andreas Tille
gitlab at salsa.debian.org
Thu May 7 06:43:16 BST 2020
Andreas Tille pushed to branch master at Debian Med / tree-puzzle
Commits:
6ffcc71f by Andreas Tille at 2020-05-07T07:42:57+02:00
Fix more permissions
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -34,12 +34,21 @@ override_dh_installexamples:
override_dh_fixperms:
dh_fixperms
- find debian \( -name "*.3trees" -o \
+ find debian \( \
+ -name "*.3trees" -o \
-name "*.a" -o \
-name "*.b" -o \
-name "*.ctrees" -o \
-name "*.n" -o \
-name "*.phy" -o \
- -name "*.trees" \) \
+ -name "*.trees" -o \
+ -name "check-*-bin" -o \
+ -name "check-*-clock" -o \
+ -name "check-*-nucl" -o \
+ -name "check-*-prot" -o\
+ -name "*bin.bin" -o \
+ -name "*nucl.nucl" -o \
+ -name "*prot.prot" \
+ \) \
-exec chmod -x \{\} \;
- find debian -name Makefile.am -delete
+ find debian \( -name "Makefile*" -o -name build-puzzle -o -name build-remark \) -delete
View it on GitLab: https://salsa.debian.org/med-team/tree-puzzle/-/commit/6ffcc71f0146afb3a554a22d693fd2ea4d3d69c6
--
View it on GitLab: https://salsa.debian.org/med-team/tree-puzzle/-/commit/6ffcc71f0146afb3a554a22d693fd2ea4d3d69c6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200507/4d6a6006/attachment-0001.html>
More information about the debian-med-commit
mailing list