File: rules

package info (click to toggle)
r-cran-qtl 1.40-8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,212 kB
  • ctags: 588
  • sloc: ansic: 13,745; cpp: 2,837; ruby: 193; sh: 184; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian -name create-diff.sh -exec chmod +x \{\} \;