File: rules

package info (click to toggle)
r-bioc-mofa 1.6.1%2Bdfsg-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,820 kB
  • sloc: python: 1,883; makefile: 12
file content (17 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

DH_VERBOSE=1
export PYBUILD_NAME=mofapy

%:
	dh $@ --buildsystem pybuild

override_dh_auto_install:
	dh_auto_install -O--buildsystem=R --sourcedirectory=$(CURDIR)
	find $(CURDIR)/debian -name "*.Rmd" | xargs -r chmod -x
	mv debian/tmp tmp-install
	dh_auto_install

override_dh_auto_clean:
	dh_auto_clean
	rm -rf debian/python3-mofa.substvars mofapy.egg-info/