File: rules

package info (click to toggle)
r-bioc-biocviews 1.66.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,820 kB
  • sloc: sh: 45; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_install:
	dh_install
	# find debian -name test_citations.R -exec sed -i '/setup2 <- function()/,$d' \{\} \;
	# Its really the whole citation test that tries to download the source tarball
	find debian -name test_citations.R -delete