File: rules

package info (click to toggle)
r-cran-haplo.stats 1.7.9-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,280 kB
  • sloc: asm: 95,635; ansic: 1,850; 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