File: rules

package info (click to toggle)
python-bcbio-gff 0.6.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 424 kB
  • sloc: python: 2,421; sh: 13; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# DH_VERBOSE := 1

export PYBUILD_NAME=bcbio-gff

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

override_dh_install:
	dh_install
	find debian -name __pycache__ -type d | xargs rm -rf