File: rules

package info (click to toggle)
python-bcbio-gff 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: python: 1,759; sh: 13; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download
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 $@ --buildsystem=pybuild

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