File: rules

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

%:
	dh $@ --buildsystem R

override_dh_install:
	dh_install
	find debian -type f -name ratfor | xargs -r rm -r