File: rules

package info (click to toggle)
constantly 23.10.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: python: 608; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=constantly
ifeq ($(PYBUILD_AUTOPKGTEST),1)
export PYBUILD_BEFORE_TEST=cp -a {dir}/constantly/test/ {build_dir}/
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/test/
endif

%:
	dh $@ --buildsystem=pybuild