File: rules

package info (click to toggle)
augur 20.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 45,392 kB
  • sloc: python: 12,867; sh: 213; makefile: 26
file content (16 lines) | stat: -rwxr-xr-x 306 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

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

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

override_dh_install:
	dh_install
	find debian -name LICENSE.txt -delete
	find debian -name '*.fasta' -delete

override_dh_auto_clean:
	dh_auto_clean
	rm -rf .pytest_cache nextstrain_augur.egg-info