File: rules

package info (click to toggle)
r-cran-haplo.stats 1.7.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,272 kB
  • ctags: 121
  • sloc: asm: 95,635; ansic: 1,826; sh: 32; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download | duplicates (5)
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_install:
	dh_install
	find debian -name GPL.txt -delete
	find debian -name LICENSE.note -delete