File: rules

package info (click to toggle)
python-peakutils 1.3.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 348 kB
  • sloc: python: 423; makefile: 150; sh: 6
file content (12 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=peakutils
export PYBUILD_TEST_ARGS=-v tests/peakutils_test.py


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

override_dh_clean:
	dh_clean
	rm -rf PeakUtils.egg-info