[med-svn] [Git][med-team/tree-puzzle][master] Fix permissions
Andreas Tille
gitlab at salsa.debian.org
Thu May 7 06:24:52 BST 2020
Andreas Tille pushed to branch master at Debian Med / tree-puzzle
Commits:
ba5f7798 by Andreas Tille at 2020-05-07T07:24:43+02:00
Fix permissions
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -11,6 +11,7 @@ tree-puzzle (5.3~rc16+dfsg-1) UNRELEASED; urgency=medium
update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
+ * Fix permissions
[ Alberto Garcia ]
* debian/patches/fix-mpi3-build.patch:
=====================================
debian/rules
=====================================
@@ -31,3 +31,15 @@ endif
override_dh_installexamples:
rm -f tests/*.log tests/*.trs
dh_installexamples
+
+override_dh_fixperms:
+ dh_fixperms
+ find debian \( -name "*.3trees" -o \
+ -name "*.a" -o \
+ -name "*.b" -o \
+ -name "*.ctrees" -o \
+ -name "*.n" -o \
+ -name "*.phy" -o \
+ -name "*.trees" \) \
+ -exec chmod -x \{\} \;
+ find debian -name Makefile.am -delete
View it on GitLab: https://salsa.debian.org/med-team/tree-puzzle/-/commit/ba5f7798c1159dc0880bed2e6df7195eef3ddde6
--
View it on GitLab: https://salsa.debian.org/med-team/tree-puzzle/-/commit/ba5f7798c1159dc0880bed2e6df7195eef3ddde6
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/a9aaa325/attachment.html>
More information about the debian-med-commit
mailing list