File: rules

package info (click to toggle)
ansible-tower-cli 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 804 kB
  • ctags: 1,111
  • sloc: python: 6,322; sh: 131; makefile: 37
file content (10 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/make -f

export PYBUILD_NAME=ansible-tower-cli
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	# tests need https://github.com/lukesneeringer/fauxquests
	# which is not yet in Debian
	# nosetests3