File: rules

package info (click to toggle)
r-cran-bios2cor 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,520 kB
  • sloc: makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian \( -name "*.fa" -o -name "*.msf" -o -name "*.txt" -o -name "*.csv" -o -name "*.pdb" -o -name "*.dcd" \) -exec chmod -x \{\} \;