File: rules

package info (click to toggle)
specutils 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,924 kB
  • sloc: python: 10,599; makefile: 110
file content (8 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
#export DH_VERBOSE=1

export HOME=$(shell mktemp -d)
export PYBUILD_TEST_ARGS=--remote-data=none --doctest-rst

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