File: rules

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

export PYBUILD_NAME=colorclass

export PYBUILD_BEFORE_TEST=cp example.py {build_dir}
export PYBUILD_AFTER_TEST=rm {build_dir}/example.py

%:
	dh ${@} --buildsystem pybuild --with python3

override_dh_compress:
	dh_compress -X example.py