File: rules

package info (click to toggle)
preggy 1.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 328 kB
  • sloc: python: 1,929; makefile: 23; sh: 8
file content (8 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
export PYBUILD_NAME=preggy
export PYBUILD_TEST_NOSE=1
export PYBUILD_BEFORE_TEST=cp -R {dir}/README.md {build_dir}
export PYBUILD_AFTER_TEST=rm -fR {build_dir}/README.md

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