File: rules

package info (click to toggle)
r-cran-msm 1.6.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,332 kB
  • sloc: ansic: 3,400; sh: 9; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian -name NEWS -exec chmod -x \{\} \;
	find debian -name CITATION -exec chmod -x \{\} \;