File: rules

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

include /usr/share/dpkg/pkg-info.mk

export PYBUILD_NAME = prodigy

%:
	dh $@ --buildsystem pybuild

execute_before_dh_installman:
	PYTHONPATH=src help2man debian/python3-prodigy/usr/bin/prodigy --no-info \
		--name 'binding affinity predictor' \
		--version-string $(DEB_VERSION_UPSTREAM) > prodigy.1

execute_after_dh_auto_clean:
	rm -rf prodigy.egg-info