File: rules

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

export PYBUILD_NAME=obsub
export PYBUILD_BEFORE_TEST=mv -v test/py3/test_signature.py test/py3/test_signature_py3.py
export PYBUILD_AFTER_TEST=mv -v test/py3/test_signature_py3.py test/py3/test_signature.py

%:
	dh $@ --buildsystem=pybuild