File: rules

package info (click to toggle)
r-bioc-shortread 1.64.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,180 kB
  • sloc: ansic: 2,764; cpp: 202; makefile: 12
file content (18 lines) | stat: -rwxr-xr-x 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

%:
	dh $@ --buildsystem R

# On non-intel architectures the readPrb tests are failing (see bug #980082)
ifneq (,$(filter $(DEB_HOST_ARCH), arm64 armel armhf ppc64el s390x))
override_dh_install:
	dh_install
	find debian -name test_readPrb.R -delete
	echo "***** DELETED test_readPrb.R ********"
endif

override_dh_auto_clean:
	dh_auto_clean
	rm -f configure config.log config.status