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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to