File: rules

package info (click to toggle)
python-weblogo 3.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,764 kB
  • sloc: xml: 14,455; python: 11,164; sh: 140; makefile: 67
file content (14 lines) | stat: -rwxr-xr-x 658 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME = weblogo
export PYBUILD_TEST_ARGS = -k 'not test_transformseq and not test_cli and not test_resources'

%:
	dh $@ --buildsystem pybuild

execute_after_dh_auto_install:
	rm -rf debian/python3-$(PYBUILD_NAME)/usr/lib/python*/dist-packages/weblogo/htdocs

execute_before_dh_installman:
	PYTHONPATH=. help2man debian/python3-$(PYBUILD_NAME)/usr/bin/weblogo --no-info --name 'create sequence logos from biological sequence alignments' > weblogo.1
	PYTHONPATH=. help2man debian/python3-$(PYBUILD_NAME)/usr/bin/transformseq --no-info --name 'convert multiple sequence alignments from one format to another' > transformseq.1