File: rules

package info (click to toggle)
r-cran-ncdf4 1.16-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 656 kB
  • sloc: ansic: 1,782; makefile: 8; sh: 8
file content (13 lines) | stat: -rwxr-xr-x 213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --buildsystem R

override_dh_auto_configure:
	cd tools && ./regenerate
	dh_auto_configure

override_dh_install:
	dh_install
	find debian -name HDF5_COPYING -delete