File: rules

package info (click to toggle)
python-memprof 0.3.6-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 236 kB
  • sloc: python: 345; sh: 7; makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_NAME=memprof
export PYBUILD_TEST_ARGS=testsuite/test1.py

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