File: rules

package info (click to toggle)
pyfribidi 0.12.0%2Brepack-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 184 kB
  • sloc: python: 395; ansic: 108; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

export PYBUILD_BEFORE_TEST=cp -r {dir}/test* {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/test*

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