File: rules

package info (click to toggle)
python-untangle 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: python: 482; makefile: 149; xml: 74; sh: 9
file content (12 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=untangle

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_auto_build:
	chmod a-x untangle.py

override_dh_auto_test:
	dh_auto_test -O--buildsystem=pybuild -- --test-custom --test-args "{interpreter} tests/test_untangle.py"