File: rules

package info (click to toggle)
stsci.distutils 0.3.7-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 364 kB
  • sloc: python: 1,835; makefile: 132; ansic: 23
file content (14 lines) | stat: -rwxr-xr-x 252 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=stsci.distutils

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

override_dh_auto_clean:
	dh_auto_clean
	rm -f stsci/distutils/version.py
	rm -rf stsci.distutils.egg-info

override_dh_auto_test:
	# Disable tests