File: rules

package info (click to toggle)
python-biotools 1.2.12-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 264 kB
  • sloc: python: 2,373; sh: 21; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

export PYBUILD_NAME=biotools

%:
	dh $@ --with python2,python3 --buildsystem=pybuild

override_dh_install:
	dh_install
	# enable parallel installation by providing /usr/bin/prok-geneseek only in Python3 package
	rm -rf debian/python-$(PYBUILD_NAME)/usr/bin