File: rules

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

DEB_COMPRESS_EXCLUDE_ALL := .pdf

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian -name fixall -exec chmod -x \{\} \;
	find debian -name kopi -exec chmod -x \{\} \;