File: rules

package info (click to toggle)
r-cran-httpuv 1.6.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,252 kB
  • sloc: ansic: 6,499; cpp: 5,469; makefile: 102; sh: 16
file content (9 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_install:
	dh_install
	find debian -name LICENSE -delete
	find debian -name NEWS -delete