File: rules

package info (click to toggle)
trace-summary 0.93-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: python: 902; makefile: 22
file content (12 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

%:
	dh $@ --with=python3

override_dh_python3:
	dh_python3 --shebang=/usr/bin/python3

override_dh_auto_build override_dh_auto_test: