File: rules

package info (click to toggle)
python-pyani 0.2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 159,800 kB
  • sloc: python: 3,111; makefile: 86; sh: 30
file content (14 lines) | stat: -rwxr-xr-x 354 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

DH_VERBOSE := 1
export PYBUILD_NAME=pyani

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

override_dh_installman:
	dh_installman --language=C

override_dh_auto_clean:
	dh_auto_clean
	rm -f pyani.egg-info/PKG-INFO pyani.egg-info/SOURCES.txt pyani.egg-info/dependency_links.txt pyani.egg-info/requires.txt pyani.egg-info/top_level.txt