File: rules

package info (click to toggle)
r-bioc-savr 1.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,388 kB
  • sloc: xml: 12; sh: 10; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 132 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian -name "*.bin" -exec chmod -x \{\} \;