File: rules

package info (click to toggle)
python-command-runner 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: python: 1,528; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#DH_VERBOSE = 1

export PYBUILD_NAME=command_runner

%:
	dh $@ --buildsystem=pybuild

# The tests don't run correctly without ping installed, and adding it as a
# build-dep just for that doesn't make sense.
override_dh_auto_test:
	echo "Tests skipped."