File: rules

package info (click to toggle)
r-bioc-rhdf5 2.34.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,644 kB
  • sloc: ansic: 6,278; cpp: 91; sh: 19; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_auto_install:
	# see debian/hdf5-private/README
	ln -s $(CURDIR)/debian/hdf5-private/H5private.h   $(CURDIR)/src/H5private.h
	ln -s $(CURDIR)/debian/hdf5-private/H5TSprivate.h $(CURDIR)/src/H5TSprivate.h
	dh_auto_install # --no-parallel ... does not help
	rm src/H5private.h src/H5TSprivate.h