File: rules

package info (click to toggle)
optlang 1.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,784 kB
  • sloc: python: 12,459; makefile: 129
file content (8 lines) | stat: -rwxr-xr-x 185 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=optlang
export LC_ALL=C.UTF-8
export PYBUILD_AFTER_BUILD=cp -r src/optlang/tests/data {build_dir}/optlang/tests

%:
	dh $@ --buildsystem=pybuild